Debug.log file is never created?
I found the problem. In the Apache server, inside the php.ini, the variable… track_errors = Off To get this information, you can do in a phpfile phpinfo();. So, to write the debug log file, you need to set track_errors as ‘On’.