CakePHP立ち上げエラー[The application is trying to load a file from the DebugKit pluginとMake sure your plugin DebugKit is in the app/Plugin directory and was loaded]

AppController.phpに[ var $components = array(‘DebugKit.Toolbar’);]の一文を追加したら、

cakephp_error2

↑このエラーが消えて、

↓このエラーが出てきました。

cakephp_debugkit

これはパス誤りだったようで、Plugin/DebugKit にあったのですが、 app/Plugin/DebugKitにディレクトリ毎移動させる事でエラーが消えました。

参考サイト様

http://qiita.com/dz_/items/2dd4c68f43484f0f78da

http://kwski.net/cakephp-2-x/1005/