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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -