Chumper / Zipper

This is a simple Wrapper around the ZipArchive methods with some handy functions
Apache License 2.0
845 stars 268 forks source link

Error: Your PHP version is not compiled with zip support #52

Open hazem1taha opened 9 years ago

hazem1taha commented 9 years ago

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 ?

webbtj commented 8 years ago

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

joaomlopes commented 8 years ago

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

yamenarahman commented 7 years ago

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.