Zipper icon indicating copy to clipboard operation
Zipper copied to clipboard

Error: Your PHP version is not compiled with zip support

Open hazem1taha opened this issue 10 years ago • 3 comments

I'm getting this error with a Laravel project

Exception in ZipRepository.php line 23: Error: Your PHP version is not compiled with zip support

The application is working perfectly on the local machine, but after it is deployed on a Godaddy hosting account, I'm getting this error.

How to fix it ?

hazem1taha avatar Aug 11 '15 14:08 hazem1taha

You'll need to contact your hosting provider and their support team. Your PHP version is not compiled with zip support.

webbtj avatar Nov 13 '15 19:11 webbtj

I'm getting the same error but I already installed zip with the pecl command and add the extension on php.ini. Any help?

joaomlopes avatar Nov 26 '15 17:11 joaomlopes

You need to install zipArchive php extenstion, If you're on shared host I'm afraid you can't install it because It won't give you sudo permissions so you need to contact support of your host. Don't forget to restart you apache server.

yamenarahman avatar Jul 26 '17 12:07 yamenarahman