Enable Error Display
Debugs
Atendimento
Última atualização há 3 anos
To activate the framework's error display, just go and edit the following file.
app/config
in the file application.php
Go to line 133 and edit the data
'error_handler' =>
[
'log_errors' => true,
'display_errors' => false, // It is recommended to set this value to false when you are in production.
],
];

Ready. If an error occurs, you can track it.
latest version of php tested.
5.6