All backup files corrupt!

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #163762
    Alexander
    Participant

    Hello,

    all zip-files I´ve created with updraftplus are corrupt.
    I get this error message:
    PCLZIP_ERR_BAD_FORMAT(-10)

    I want to restore my site on a subdomain for developement.

    I´ve tried all steps from your FAQs (https://updraftplus.com/faqs/error-message-pclzip_err_bad_format-10-mean/) but it doesn´t work.

    I even can´t open the zip files on my pc.

    I hope you can help!

    Regards,
    Alex

    #163763
    Alexander
    Participant
    This reply has been marked as private.
    #163764
    Alexander
    Participant

    Another information:
    I upload the files to dropbox

    In log-file there is this error message:
    PHP event: code E_WARNING: fwrite(): Unable to create temporary file, Check permissions in temporary files directory. (line 161, wp-content/plugins/updraftplus/includes/Dropbox/API.php) (Jul 11 10:12:08)

    #163973
    Dee Nutbourne
    Moderator

    Hi Alexander,

    From the logs, it appears that UpdraftPlus does not have permission to access the current temporary directory.

    You will need to contact your hosts and ask them to investigate the permissions for the temporary directory.

    Best Wishes,
    David N

    #164229
    Alexander
    Participant
    This reply has been marked as private.
    #164318
    Dee Nutbourne
    Moderator

    Hi Alexander,

    Could you add the following line to your wp-config.php file, substituting the ‘[path_to_temp_dir]’ with the temporary directory path that your hosts gave you:

    putenv("TMPDIR=[path_to_temp_dir]");

    The line should go at the top of the file, just under the <?php line.

    Then could you attempt another backup to Dropbox?

    Best Wishes,
    David

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘All backup files corrupt!’ is closed to new replies.