Hello,
I am (still) working on my migration from 3.4 to 3.6
The only warnings I got using DebugKit are in the “Cake” and the “Others” section.
For instance:
Cake
CAKE/Http/ActionDispatcher.php:61
ActionDispatcher::addFilter() is deprecated. This is only available for backwards compatibility with DispatchFilters - /Users/mverdun/Projets/ma-gestion/development/mbail/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php, line: 61 You can disable deprecation warnings by settingError.errorLevel
toE_ALL & ~E_USER_DEPRECATED
in your config/app.php.
CAKE/Http/ActionDispatcher.php:61
ActionDispatcher::addFilter() is deprecated. This is only available for backwards compatibility with DispatchFilters - /Users/mverdun/Projets/ma-gestion/development/mbail/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php, line: 61 You can disable deprecation warnings by settingError.errorLevel
toE_ALL & ~E_USER_DEPRECATED
in your config/app.php.
CAKE/Http/ActionDispatcher.php:61
ActionDispatcher::addFilter() is deprecated. This is only available for backwards compatibility with DispatchFilters - /Users/mverdun/Projets/ma-gestion/development/mbail/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php, line: 61 You can disable deprecation warnings by settingError.errorLevel
toE_ALL & ~E_USER_DEPRECATED
in your config/app.php.
CAKE/Http/ActionDispatcher.php:61
ActionDispatcher::addFilter() is deprecated. This is only available for backwards compatibility with DispatchFilters - /Users/mverdun/Projets/ma-gestion/development/mbail/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php, line: 61 You can disable deprecation warnings by settingError.errorLevel
toE_ALL & ~E_USER_DEPRECATED
in your config/app.php.
CAKE/Routing/Filter/RoutingFilter.php:59
ServerRequest::addParams() is deprecated. UsewithParam()
orwithAttribute("params", $params)
instead. - /Users/mverdun/Projets/ma-gestion/development/mbail/vendor/cakephp/cakephp/src/Routing/Filter/RoutingFilter.php, line: 59 You can disable deprecation warnings by settingError.errorLevel
toE_ALL & ~E_USER_DEPRECATED
in your config/app.php.
Other
ROOT/webroot/index.php:35
ServerRequest::createFromGlobals() is deprecated. UseCake\Http\ServerRequestFactory
instead. - /Users/mverdun/Projets/ma-gestion/development/mbail/webroot/index.php, line: 35 You can disable deprecation warnings by settingError.errorLevel
toE_ALL & ~E_USER_DEPRECATED
in your config/app.php.
ROOT/vendor/composer/ClassLoader.php:444
Use Cake\Http\Response instead of Cake\Network\Response. - /Users/mverdun/Projets/ma-gestion/development/mbail/vendor/composer/ClassLoader.php, line: 444 You can disable deprecation warnings by settingError.errorLevel
toE_ALL & ~E_USER_DEPRECATED
in your config/app.php.
ROOT/webroot/index.php:36
Dispatcher is deprecated. You should update your application to use the Http\Server implementation instead. - /Users/mverdun/Projets/ma-gestion/development/mbail/webroot/index.php, line: 36 You can disable deprecation warnings by settingError.errorLevel
toE_ALL & ~E_USER_DEPRECATED
in your config/app.php.
Is it going to be fixed by the upgrade to Cake 4.x ? Or do we need to investigate on those too?
Thanks for your help.
Kitcat