当我按照this Youtube videos的步骤进行操作时。

我非常想了解关于cakePhp的更多信息。
但是很遗憾,在我按照视频中的步骤04添加DebugKit之后。

我收到以下错误消息:

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

那我应该怎么做才能使其完美工作?

最佳答案

按照these的说明进行操作,并确保DebugKit的版本与您使用的Cake的版本兼容。

关于php - 添加DebugKit后Cakephp 2.5.4错误,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/28133571/

10-12 06:31