Hello everybody and happy new year !
I am having problems while trying to load plugins.
I get this message :
Error: The application is trying to load a file from the Medias plugin.
Make sure your plugin Medias is in the /www/cake-update/plugins/ directory and was loaded.
Medias plugin is in the right place.
Application file is :
/**
* @return void
*/
protected function bootstrapCli()
{
try {
$this->addPlugin(‘Bake’);
} catch (MissingPluginException $e) {
// Do not halt if the plugin is missing
}
parent::bootstrap();
$this->addPlugin('Migrations');
// Load more plugins here
$this->addPlugin('Medias');
}
Code was generated with bake.
So, I really do not know what to do.
I have been working with cakephp since 1.3 and I really have a lot of problems with 3.9.
Did not have so many until 3.3.