Missing Plugin - Ayuda Cake
Publicado por Rodrigo (2 intervenciones) el 31/08/2018 06:44:24
Missing Plugin
Error: The application is trying to load a file from the DebugKit plugin
Error: Make sure your plugin DebugKit is in the app\Plugin directory and was loaded
<?php
CakePlugin::load('DebugKit');
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\Config\bootstrap.php line 74 → CakePlugin::load(string)
CORE\Cake\Core\Configure.php line 92 → include(string)
CORE\Cake\bootstrap.php line 175 → Configure::bootstrap(boolean)
APP\webroot\index.php line 90 → include(string)
Ese es mi error estoy instalando un sistema que contiene CAKE Php, debo instalar Cake???, soy novato con este framework.
por favor si pueden ayudarme y guiarme con esto.. gracias.
saludos
Rodrigo.
Error: The application is trying to load a file from the DebugKit plugin
Error: Make sure your plugin DebugKit is in the app\Plugin directory and was loaded
<?php
CakePlugin::load('DebugKit');
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\Config\bootstrap.php line 74 → CakePlugin::load(string)
CORE\Cake\Core\Configure.php line 92 → include(string)
CORE\Cake\bootstrap.php line 175 → Configure::bootstrap(boolean)
APP\webroot\index.php line 90 → include(string)
Ese es mi error estoy instalando un sistema que contiene CAKE Php, debo instalar Cake???, soy novato con este framework.
por favor si pueden ayudarme y guiarme con esto.. gracias.
saludos
Rodrigo.
Valora esta pregunta


0