咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
网站出现一个很少出现的错误提示“Notice: Undefined variable: data in ”,详细错误提示如下:
Notice: Undefined variable: data in /home/***.com/public_html/includeslib_base.php on line 1241
Warning: require(/home/***.com/public_html/upload/languages//common.php) [function.require]: failed to open stream: No
such file or directory in home/***.com/public_html/uploadincludesinit.php on line 121
Fatal error: require() [function.require]: Failed opening required ‘/home/***.com/public_html/upload/languages//common.php’ (include_path=’.; /home/***.com/public_html/upload/’) in
home***.compublic_htmluploadincludesinit.php on line 121
问题分析:
出现上面Notice: Undefined variable: data in这个问题,我们很容易就想到,是不是用户做过什么特别的修改,或者网站的空间满了。
还可能是ecshop 的缓存紊乱。
如何解决:
1、 网站根目录下的temp/static_caches/里面的除了index.html文件的所有文件都删除。
2、 删除 temp/caches/下所有文件夹里面的内容。