-
-
Notifications
You must be signed in to change notification settings - Fork 762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error: Class 'ZipArchive' not found #76
Comments
It isn't installed by default for newly provisioned Forge servers. You can install it by running
I believe for that it'll be installed by default again soon. |
Hello @freekmurze, What does it happen when running |
I guess you should google the specific instructions for installing the zip extension on PHP5. |
I had to search here to fix this, it would probably be a good idea to add the extension requirement to the documentation? Awesome work by the way, those Spatie packages are always a joy to use. 👍 |
@mansouralex I use this command for php5.6, it worked for me |
@redgluten it's mentioned on the requirements page: https://docs.spatie.be/laravel-backup/v4/requirements |
First Install PHP Zip Extension Bellow command:
You are using multiple versions of PHP and you want to link the Zip extension with a specific PHP version.
Restart Apache/Nginx Web Server
Now Restart PHP-FPM:
|
For Windows (-_-) |
Hi,
I've deployed a new Forge server yesterday. When I try to run
php artisan backup:run
I get this message:It seems like this new Forge server does niet have all required components installed. Any idea's?
The text was updated successfully, but these errors were encountered: