[Plugin: Backup and Move Plugin] Error when ZipArchive not available
-
The backup process is generating PHP Fatal error: Class ‘ZipArchive’ not found in backup_and_move_zip.php on line 9.
Despite the error, the plugin does create a backup of the site. But it’s not zipped.
From what I’ve been able to discover, it would appear that PHP on this particalar server didn’t have the required option compiled in when it was set up.
Looking through WordPress itself – it looks like WordPress gets around the problem by reverting to PclZip if ZipArchive isn’t available. – See /wp-admin/includes/file.php around line 598
(I’m not 100% sure if that’s correct. But it seems logical given that I’m able to unzip upgrades)
Is there any chance of adding the same support to the Backup and Move plugin?
Regards
db
The topic ‘[Plugin: Backup and Move Plugin] Error when ZipArchive not available’ is closed to new replies.