Cakephp 2.5.4 添加调试工具包后出错


Cakephp 2.5.4 Error after adding DebugKit

当我按照这个 Youtube 视频中给出的步骤进行操作时。

我很想知道更多关于cakePhp的信息。但不幸的是,在我按照视频中添加调试工具包作为步骤04之后。

我收到以下错误消息:

Notice (8): Trying to get property of non-object [APP'Plugin'DebugKit'Lib'Panel'HistoryPanel.php, line 48]
Notice (8): Trying to get property of non-object [APP'Plugin'DebugKit'Lib'Panel'SessionPanel.php, line 29]
Notice (8): Trying to get property of non-object [APP'Plugin'DebugKit'Lib'Panel'HistoryPanel.php, line 48]
Notice (8): Trying to get property of non-object [APP'Plugin'DebugKit'Lib'Panel'SessionPanel.php, line 29]
Fatal error: Call to a member function read() on a non-object in C:'xampp'htdocs'fgroup'cakephp'app'Plugin'DebugKit'Lib'Panel'SessionPanel.php on line 29

那么我应该怎么做才能使其完美运行?

按照这些说明操作,并确保 DebugKit 的版本与您正在使用的 Cake 版本兼容