这种错误谁遇到过

浏览:2760 发布日期:2014/10/29 分类:求助交流
我的thinkphp版本是:3.2.2;

问题是这样的:
我的系统上线后关闭调试功能【//define('APP_DEBUG', True);】,结果就出现了下面的错误:
Fatal error: Class 'Think\Log' not found in /data/home/hxu0480513/htdocs/Apps/Home/Controller/IndexController.class.php on line 145 Notice: ob_end_clean(): failed to delete buffer. No buffer to delete in /data/home/hxu0480513/htdocs/Think/Library/Think/Think.class.php on line 269

然后我打开Think.class.php文件,注掉了一行(//ob_end_clean();),如下图:


刷新页面后,还是有错误:Fatal error: Class 'Think\Log' not found in /data/home/hxu0480513/htdocs/Apps/Home/Controller/IndexController.class.php on line 145

查看页面实在没有发现错误,求指教。
最佳答案
评论( 相关
后面还有条评论,点击查看>>