php - CakePHP DebugKit causes an error -
I want to apply my project to the server, so I have to disable the debugkit. I removed For debugkit, you do not need to explicitly remove it, because when you enter the debug level in your app, config / core.php file 0 (their debug settings as live applications Should be set). cakeplugin :: load ('debugkit') from bootstrap.php and disabled it in AppController. After this I get the error 'a serious error:' class ascension 'was not found in /vagrant/lib/Cake/Controller/Component/SessionComponent.php on line 69. How can I solve my problem? The error indicates that your cake installation is incomplete, make sure that you have the entire structure in your document root.
Comments
Post a Comment