Missing Plugin

Error: The application is trying to load a file from the plugin

Error: Make sure your plugin is in the app/Plugin directory and was loaded

<?php
CakePlugin::load('');

Loading all plugins: If you wish to load all plugins at once, use the following line in your app/Config/bootstrap.php file

CakePlugin::loadAll();

Notice: If you want to customize this error message, create app/View/Errors/missing_plugin.ctp

Stack Trace

  • CORE/Cake/Routing/Filter/AssetDispatcher.php line 74CakePlugin::path(string)
  • [internal function]AssetDispatcher->beforeDispatch(CakeEvent)
  • CORE/Cake/Event/CakeEventManager.php line 246call_user_func(array, CakeEvent)
  • CORE/Cake/Routing/Dispatcher.php line 141CakeEventManager->dispatch(CakeEvent)
  • APP/webroot/index.php line 92Dispatcher->dispatch(CakeRequest, CakeResponse)