Problem:
PHP Fatal error: Uncaught Error: Class "ZipArchive" not found in
Solution 1:
sudo apt install php-zip
sudo systemctl restart apache2
Solution 2:
Edit: /etc/php/8.3/cli/php.ini
Activate extension=zip
(by removing ;)
Line:974 extension=zip
Neuen Kommentar schreiben