[Fixed] PHP Fail
After doing a server audit it says:
php module: zip - FAIL (must be module zip)
The site seems to be functioning normally except for when I download files. How do I fix this?
-
- · InPage
- ·
Install "php-zip" on the server:
- sudo apt-get install php-zip or.
- sudo apt-get install php7.6-zip. (Use the version number of your PHP)
-
Thanks @InPage it seems it's something else. After running the first command it says:
php-zip is already the newest version
-
Problem fixed. I used:
sudo apt-get install php8.0-zip
-
- · Jopel
- ·
