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

David Anderson on "[Plugin: UpdraftPlus Backup and Restoration for WordPress] Zlib problem in Ubuntu 14.04 - Backups won't work"

$
0
0

Try creating a file wp-content/mu-plugins/gzopen.php (you will need to create the directory wp-content/mu-plugins if it does not already exist), with these contents:

if (!function_exists('gzopen') && function_exists('gzopen64')) {
function gzopen($filename , $mode = 'r', $use_include_path = 0 )
{
return gzopen64($filename , $mode, $use_include_path);
}
}

That ought to provide you with a temporary workaround.

Best wishes,
David


Viewing all articles
Browse latest Browse all 12525

Trending Articles



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