: Since 5.0.0: Calling Table::get() with options array is deprecated. Use named arguments instead.
/home/riose/public_html/src/Controller/ItensController.php, line: 231
You can disable all deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED`. Adding `src/Controller/ItensController.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/riose/public_html/vendor/cakephp/cakephp/src/Core/functions.php /home/riose/public_html/vendor/cakephp/cakephp/src/Core/functions.php, line 384
/home/riose/public_html/vendor/cakephp/cakephp/src/ORM/Table.php /home/riose/public_html/vendor/cakephp/cakephp/src/ORM/Table.php, line 1538
Cake\ORM\Table->get() /home/riose/public_html/src/Controller/ItensController.php, line 231
App\Controller\ItensController->produto() /home/riose/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php, line 500
Cake\Controller\Controller->invokeAction() /home/riose/public_html/vendor/cakephp/cakephp/src/Controller/ControllerFactory.php, line 166
Cake\Controller\ControllerFactory->handle() /home/riose/public_html/vendor/cakephp/cakephp/src/Controller/ControllerFactory.php, line 141
Cake\Controller\ControllerFactory->invoke() /home/riose/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php, line 362
Cake\Http\BaseApplication->handle() /home/riose/public_html/vendor/cakephp/cakephp/src/Http/Runner.php, line 86
Cake\Http\Runner->handle() /home/riose/public_html/vendor/cakephp/authorization/src/Middleware/AuthorizationMiddleware.php, line 136
Authorization\Middleware\AuthorizationMiddleware->process() /home/riose/public_html/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /home/riose/public_html/vendor/cakephp/authentication/src/Middleware/AuthenticationMiddleware.php, line 107
Authentication\Middleware\AuthenticationMiddleware->process() /home/riose/public_html/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /home/riose/public_html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php, line 159
Cake\Http\Middleware\CsrfProtectionMiddleware->process() /home/riose/public_html/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /home/riose/public_html/vendor/cakephp/cakephp/src/Http/Middleware/BodyParserMiddleware.php, line 157
Cake\Http\Middleware\BodyParserMiddleware->process() /home/riose/public_html/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /home/riose/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php, line 118
Cake\Routing\Middleware\RoutingMiddleware->process() /home/riose/public_html/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /home/riose/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php, line 69
Cake\Routing\Middleware\AssetMiddleware->process() /home/riose/public_html/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /home/riose/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php, line 115
Cake\Error\Middleware\ErrorHandlerMiddleware->process() /home/riose/public_html/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /home/riose/public_html/vendor/cakephp/cakephp/src/Http/Runner.php, line 60
Cake\Http\Runner->run() /home/riose/public_html/vendor/cakephp/cakephp/src/Http/Server.php, line 104
Cake\Http\Server->run() /home/riose/public_html/webroot/index.php, line 37
[main]