Notice (8): Undefined index: f [APP/Plugin/Minify/Vendor/minify/config.php, line 75]
Errors

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

  • APP/Plugin/Minify/Utility/Routing/Asset.php line 44CakePlugin::path(string)
  • APP/Plugin/Minify/Vendor/minify/config.php line 75Asset::getAssetFile(null)
  • APP/Plugin/Minify/Vendor/minify/index.php line 13require(string)
  • CORE/Cake/Core/App.php line 763include(string)
  • CORE/Cake/Core/App.php line 651App::_loadVendor(string, string, null, null)
  • APP/Plugin/Minify/Controller/MinifyController.php line 19App::import(string, string)
  • [internal function]MinifyController->index(string)
  • CORE/Cake/Controller/Controller.php line 490ReflectionMethod->invokeArgs(MinifyController, array)
  • CORE/Cake/Routing/Dispatcher.php line 191Controller->invokeAction(CakeRequest)
  • CORE/Cake/Routing/Dispatcher.php line 165Dispatcher->_invoke(MinifyController, CakeRequest)
  • APP/webroot/index.php line 108Dispatcher->dispatch(CakeRequest, CakeResponse)