ECshop lib_base.php on line 1241 错误解决方法

时间:2014-09-03 14:36:26   收藏:0   阅读:317

ECSHOP做的一个网站,突然报这个错误,整个网站打不开,后来找了很久,终于找到这个方法,亲测可用

 

Notice: Undefinedvariable: data in D:\wwwroot\KISS\wwwroot\includes\lib_base.php on line 1241
Warning: require() [function.require]: Unable to access D:/wwwroot/KISS/wwwroot/languages//common.php in D:\wwwroot\KISS\wwwroot\includes\init.php on line 124
Warning: require(D:/wwwroot/KISS/wwwroot/languages//common.php) [function.require]: failed to open stream: No error in D:\wwwroot\KISS\wwwroot\includes\init.php on line 124
Fatal error: require() [function.require]: Failed opening required ‘D:/wwwroot/KISS/wwwroot/languages//common.php‘ (include_path=‘.;D:/wwwroot/KISS/wwwroot/‘) in D:\wwwroot\KISS\wwwroot\includes\init.php on line 124

 

到temp文件夹下的static_caches文件下的文件都删除就可以了

 

 

 

 

原文:http://www.cnblogs.com/chen-lhx/p/3953456.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!