[Solved] ZipArchive Extension: disabled/Not Installed on Ubuntu

  • Home /
  • Blog Posts /
  • [Solved] ZipArchive extension: disabled/not installed on Ubuntu

If you have come across the following error:

ZipArchive extension:&nbsp;<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:

sudo apt-get install -y php-zip

Now restart Apache2, and you’re good!

service apache2 restart