狠狠网/色综合久久久久综合体桃花网/日本护士三aaaaaa/久久久久久综合一区中文字幕

或者

Ecshop出現includes\lib_base錯誤解決方法

作者:紫色年華 瀏覽:202 發布時間:2017-12-26
分享 評論 0

    Ecshop網店系統的網站空間虛擬主機滿了之后出現includes\lib_base.php on line 1241 往往修改模板時候出現錯誤 includes\lib_base.php on line 1241,


    Ecshop出現includes\lib_base錯誤顯示圖


    完整的提示如下: Notice: Undefined variable: data in F:\usr\LocalUser\hgn14050\includes\lib_base.php on line 1241 Warning: require(F:/usr/LocalUser/hgn14050/languages//common.php) [function.require]: failed to open stream: No such file or directory in F:\usr\LocalUser\hgn14050\includes\init.php on line 124 Fatal error: require() [function.require]: Failed opening required 'F:/usr/LocalUser/hgn14050/languages//common.php' (include_path='.;F:/usr/LocalUser/hgn14050/‘) in


    F:\usr\LocalUser\hgn14050\includes\init.php on line 124 往往后臺也進不去。


    解決此問題的辦法:FTP 到temp文件夾下的static_caches文件下的文件都刪除,再試就可以了,那個 static_caches是緩存,讀取的緩存有錯誤,刪除之后,重新生成新的緩存就沒事了。