Hi everyone please help me
I use debug kit to debug my application
but it gave me the error like this
Fatal error: Class 'App'开发者_高级运维 not found in C:\xampp\htdocs\a\app\plugins\debug_kit\controllers\components\toolbar.php
any suggestion please?
Sounds like you may be using incompatible versions? Click the "Switch branches" menu on GitHub and check you are using the correct version for your CakePHP installation.
DebugKit has several versions, they are compatible with different release of CakePHP.
- 1.0 -> 1.2 are compatible with CakePHP 1.2.x. These releases of DebugKit will not work with CakePHP 1.3.
- 1.3 is compatible with CakePHP 1.3.x only. It will not work with CakePHP 1.2.
精彩评论