thinkphp bug 两例

应该是快过年thinkphp bug 两例所以thinkphp3.2出的太着急了出现了bug


1、FireShowPageTraceBehavior bug


修正:

return new Exception($Message);
应改成
return new \Think\Exception($Message);


原因:

thinkphp的Exception被

ThinkPHP\Library\Think\Think.class.phppublic static function autoload($class)控制无法找到Exception

Fatal error: Class ‘Behavior\Exception‘ not found

thinkphp bug 两例

thinkphp bug 两例




2、ChromeShowPageTraceBehavior  bug

      ShowPageTraceBehavior  bug


修正方法:

ThinkPHP\Library\Think\Log.class.php 

添加属性

const FILE      = ‘3‘;


原因:

调用Log::FILE属性时但Log类没有此属性

Undefined class constant ‘FILE‘

thinkphp bug 两例


thinkphp bug 两例


thinkphp bug 两例




thinkphp bug 两例

上一篇:一、HTML4背景知识


下一篇:用php处理文字中夹带的表情