[Solved] ZipArchive extension: disabled/not installed on Ubuntu
If you have come across the following error:
ZipArchive extension: <strong>disabled/not installed</strong>
This just means that you are missing the php-zip
module.
How to fix the ZipArchive extension problem
Run the following command:
|
|
Now restart Apache2, and you’re good!
|
|