问题是这样的:
我的系统上线后关闭调试功能【//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
查看页面实在没有发现错误,求指教。
最佳答案