php - CakePHP DebugKit causes an error -


I want to apply my project to the server, so I have to disable the debugkit. I removed 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.

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).

Comments

Popular posts from this blog

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -