• Resolved jerkerp

    (@jerkerp)


    Upgraded to 3.2.1 and tried to export but gets

    “Memphis Error: Memphis Documents Error: mdocs-export (4).zip was not found, file not exported.”

    “Premature output is preventing Memphis Documents Library from working properly. Outputs has started in on line 0.”

    Something about file-rights? In what directory should the file mdocs-export (4).zip be created? Or any other idea?

    https://wordpress.org/plugins/memphis-documents-library/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author bhaldie

    (@bhaldie)

    the export file should be created in your servers php tmp directory. Please make sure you have read write access to that directory.

    Thread Starter jerkerp

    (@jerkerp)

    Having a look at the php-info I can’t really say which one is the “php tmp directory”

    The only value I find is the value for “upload tmp directory” which is not set.

    Is it that directory you mean or any other directory?

    Plugin Author bhaldie

    (@bhaldie)

    create a blank php file and put this in it:

    <?php
    var_dump(sys_get_temp_dir);
    ?>

    the result should tell you if you have a tmp directory.

    Plugin Author bhaldie

    (@bhaldie)

    are you still having issues?

    Thread Starter jerkerp

    (@jerkerp)

    Afer upgrading today to 3.3 it works fine.
    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Export not working’ is closed to new replies.