症狀:
嘗試運行在Linux 上安裝Archive_Zip 0.1.1 後使用ZipArchive在類別的腳本伺服器上,使用者可能會遇到以下致命錯誤:
Fatal error: Class ZipArchive not found in ...
原因:
發生此錯誤是因為ZipArchive 類別需要存在PHP zip 擴充名。
解決方案:
解決此問題,請按照以下步驟操作:
1.安裝 PHP Zip擴充:
Debian/Ubuntu:
sudo apt update sudo apt install php-zip
sudo systemctl restart apache2
sudo systemctl restart nginx
其他注意:
以上是為什麼在 Linux 伺服器上安裝 Archive_Zip 後出現「Class \'ZipArchive\' Not Found\」錯誤?的詳細內容。更多資訊請關注PHP中文網其他相關文章!