PHP - Missing Plugin - Ayuda Cake

 
Vista:

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.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

Missing Plugin - Ayuda Cake

Publicado por Rodrigo Morales (2 intervenciones) el 31/08/2018 10:07:07
ACTUALIZACION DE ESTADO ---------------------------------
---
Missing Plugin
Error: The application is trying to load a file from the Bs plugin

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

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

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();

----------------------------------

Instale app/plugin/debug_kit y me salio este error ahora.

Espero su ayuda! gracias.
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar