Quantcast
Channel: WordPress.org Forums » [UpdraftPlus: WP Backup & Migration Plugin] Support
Viewing all articles
Browse latest Browse all 12586

David Anderson on "[Plugin: UpdraftPlus Backup] Rackspace Cloud Files setup fails"

$
0
0

Re-checking the code, I can see part of the problem.

PHP's built-in zip-file handling fails; so UpdraftPlus re-tries, using the in-PHP-code zip file handler, PclZip. That's this line:

Zip::addFile apparently failed - retrying with PclZip

PclZip is all-or-nothing; you can add a whole directory to the zip, or have it fail. Most likely nothing is logged after that because it times out. (PHP's built-in zip-file handling doesn't have this problem).

So what we want to work out is why we get "Zip::addFile apparently failed". There are two possibilities that trigger that error. I've tweaked the development version so that we can distinguish from the log which one it is - that'll help. Please can you update again to the development version, and the post a new log:

http://updraftplus.com/faqs/devversion - should show as 1.6.26 or later after installation.

Many thanks,
David


Viewing all articles
Browse latest Browse all 12586

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>