Status
Not open for further replies.

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

Code:
		// Generate zip
		$zip = new ZipArchive();
		if ($zip->open($zipName, ZIPARCHIVE::CREATE | ZIPARCHIVE::OVERWRITE) !== true)
		{
			// Should never happen
			die('Cannot create zip');
		}
 
Last edited:
Please follow the instructions on this page: PHP: Installation - Manual

If you have a WHM server, you can simply tick the ZipArchive box (or whatever it's called) in the Exhaustive Options List when recompiling PHP/Apache :)
 
Status
Not open for further replies.

Similar threads

Legacy vBDownloads

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,716
Customer rating
0.00 star(s) 0 ratings
Back
Top