missing Load plugin [closed]

怎甘沉沦 提交于 2019-12-13 03:48:33

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!