: Since 5.3.0: Loading plugins without a plugin class is deprecated. You can create the missing class using `bin/cake bake plugin BenoistLair --class-only`.
/home/creatix5/www/francefrais/vendor/cakephp/cakephp/src/Http/BaseApplication.php, line: 142
You can disable all deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED`. Adding `vendor/cakephp/cakephp/src/Http/BaseApplication.php` to `Error.ignoredDeprecationPaths` in your `config/app.php` config will mute deprecations from that file only. [in
Code
trigger_error($message, E_USER_DEPRECATED);
}
Cake\Error\ErrorTrap->handleError() [internal], line ??
/home/creatix5/www/francefrais/vendor/cakephp/cakephp/src/Core/functions.php /home/creatix5/www/francefrais/vendor/cakephp/cakephp/src/Core/functions.php, line 377
/home/creatix5/www/francefrais/vendor/cakephp/cakephp/src/Core/PluginCollection.php /home/creatix5/www/francefrais/vendor/cakephp/cakephp/src/Core/PluginCollection.php, line 298
Cake\Core\PluginCollection->create() /home/creatix5/www/francefrais/vendor/cakephp/cakephp/src/Http/BaseApplication.php, line 142
Cake\Http\BaseApplication->addPlugin() /home/creatix5/www/francefrais/config/bootstrap.php, line 317
/home/creatix5/www/francefrais/vendor/cakephp/cakephp/src/Http/BaseApplication.php /home/creatix5/www/francefrais/vendor/cakephp/cakephp/src/Http/BaseApplication.php, line 186
Cake\Http\BaseApplication->bootstrap() /home/creatix5/www/francefrais/src/Application.php, line 76
Moka\Application->bootstrap() /home/creatix5/www/francefrais/vendor/cakephp/cakephp/src/Http/Server.php, line 117
Cake\Http\Server->bootstrap() /home/creatix5/www/francefrais/vendor/cakephp/cakephp/src/Http/Server.php, line 79
Cake\Http\Server->run() /home/creatix5/www/francefrais/htdocs/index.php, line 48
[main]