: Since 5.0.0: Query::order() is deprecated. Use Query::orderBy() instead.
/srv/cpusers/u25s2204/production/src/Controller/ProductsController.php, line: 49
You can disable all deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED`. Adding `src/Controller/ProductsController.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 ??
/srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Core/functions.php /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Core/functions.php, line 377
/srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Database/Query.php /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Database/Query.php, line 1171
Cake\Database\Query->order() /srv/cpusers/u25s2204/production/src/Controller/ProductsController.php, line 49
App\Controller\ProductsController->detail() /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Controller/Controller.php, line 505
Cake\Controller\Controller->invokeAction() /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Controller/ControllerFactory.php, line 166
Cake\Controller\ControllerFactory->handle() /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Controller/ControllerFactory.php, line 141
Cake\Controller\ControllerFactory->invoke() /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Http/BaseApplication.php, line 362
Cake\Http\BaseApplication->handle() /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Http/Runner.php, line 86
Cake\Http\Runner->handle() /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php, line 159
Cake\Http\Middleware\CsrfProtectionMiddleware->process() /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /srv/cpusers/u25s2204/production/vendor/cakephp/authorization/src/Middleware/AuthorizationMiddleware.php, line 136
Authorization\Middleware\AuthorizationMiddleware->process() /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /srv/cpusers/u25s2204/production/vendor/cakephp/authentication/src/Middleware/AuthenticationMiddleware.php, line 106
Authentication\Middleware\AuthenticationMiddleware->process() /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Http/Middleware/BodyParserMiddleware.php, line 157
Cake\Http\Middleware\BodyParserMiddleware->process() /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php, line 117
Cake\Routing\Middleware\RoutingMiddleware->process() /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php, line 70
Cake\Routing\Middleware\AssetMiddleware->process() /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php, line 115
Cake\Error\Middleware\ErrorHandlerMiddleware->process() /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Http/Middleware/HttpsEnforcerMiddleware.php, line 95
Cake\Http\Middleware\HttpsEnforcerMiddleware->process() /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Http/Runner.php, line 60
Cake\Http\Runner->run() /srv/cpusers/u25s2204/production/vendor/cakephp/cakephp/src/Http/Server.php, line 104
Cake\Http\Server->run() /srv/cpusers/u25s2204/production/webroot/index.php, line 37
[main]