bzcomputers
Customer
After turning on the zip function in options and clicking on the "Download All Files" button this error is coming up:
Fatal error: Class 'ZipArchive' not found in /home/sitename/public_html/forum/dbtech/downloads/actions/file.php on line 423
lines 422-428
Fatal error: Class 'ZipArchive' not found in /home/sitename/public_html/forum/dbtech/downloads/actions/file.php on line 423
lines 422-428
Code:
// Generate zip
$zip = new ZipArchive();
if ($zip->open($zipName, ZIPARCHIVE::CREATE | ZIPARCHIVE::OVERWRITE) !== true)
{
// Should never happen
die('Cannot create zip');
}
Last edited: