網(wǎng)站后臺(tái),點(diǎn)擊備份整站時(shí)提示:
Warning: include_once(PclZip.php) [function.include-once]: failed to open stream: No such file or directory in
如圖:
原因:
lib/plugins文件夾中pclzip.php這個(gè)文件名稱大小寫錯(cuò)誤。
解決方法:
使用ftp找到這個(gè)文件,重命名為PclZip.php,就可以正常使用了。