网站技术 · 2010 年 12 月 23 日 1

ECShop网店出现lib_base.php on line 1203的解决方案

这两种都属于空间超过大小的提示!

1:Notice: Undefined variable: data in E:\web\FTP名\web\includes\lib_base.php on line 1203
Warning: require(E:/web xin/web/languages//common.php) [function.require]: failed to open stream: No such file or directory in D:\web\FTP名\web\includes\init.php on line 120
Fatal error: require() [function.require]: Failed opening required ‘E:/web xin/web/languages//common.php’ (include_path=’.;E:/web xin/web/’) in E:\web\FTP名\web\includes\init.php on line 120

2:Notice: Undefined variable: data in /vhost/vhostroot/beautykite/www/includes/lib_base.php on line 1203

Warning: require(/vhost/vhostroot/beautykite/www/languages//common.php) [function.require]: failed to open stream: No such file or directory in/vhost/vhostroot/beautykite/www/includes/init.php on line 120

Fatal error: require() [function.require]: Failed opening required ‘/vhost/vhostroot/beautykite/www/languages//common.php’ (include_path=’.:/vhost/vhostroot/beautykite/www/’) in /vhost/vhostroot/beautykite/www/includes/init.php on line 120

后台报错为:Notice: Undefined variable: data in /vhost/vhostroot/beautykite/www/includes/lib_base.php on line 1203

Warning: require(/vhost/vhostroot/beautykite/www/languages//admin/common.php) [function.require]: failed to open stream: No such file or directory in/vhost/vhostroot/beautykite/www/admin/includes/init.php on line 158

Fatal error: require() [function.require]: Failed opening required ‘/vhost/vhostroot/beautykite/www/languages//admin/common.php’ (include_path=’.:/vhost/vhostroot/beautykite/www/’) in /vhost/vhostroot/beautykite/www/admin/includes/init.php on line 158

出现如上错误,请登录空间控制面板查看当前占用的空间,是否已经超过了虚拟主机的配额。超过了的话,请购买或者删除一些不用的文件。

清除temp/static_caches/
就恢復正常了

Notice: Undefined variable: data in E:\web\***\web\includes\lib_base.php on line 1203

Warning: require(E:/web/***/web/languages//admin/common.php) [function.require]: failed to open stream: No such file or directory inE:\web\***\web\admin\includes\init.php on line 158

Fatal error: require() [function.require]: Failed opening required ‘E:/web/***/web/languages//admin/common.php’ (include_path=’.;E:/web/***/web/’) inE:\web\***\web\admin\includes\init.php on line 158

清除temp/static_caches/
就恢復正常了