问题
I already upgrade my cakephp in to the latest one. I also already make some changes due to the migration. But I have this error
Missing Plugin
Error: The application is trying to load a file from the forums plugin
Error: Make sure your plugin forums is in the app\Plugin directory and was loaded
someone please help me.
回答1:
have you load the plugin from bootstrap.CakePlugin::loadAll(); // Loads all plugins at once
CakePlugin::load('DebugKit'); //Loads a single plugin named DebugKit
来源:https://stackoverflow.com/questions/9936717/missing-load-plugin