Skip to content

Latest commit

 

History

History
17 lines (6 loc) · 601 Bytes

File metadata and controls

17 lines (6 loc) · 601 Bytes

If the directive error_log is not set on the php.ini file, errors are sent to the SAPI error logger. For example, it is an error log in Apache, an error log on nginx (so check the error log of the web server) or stderr in CLI.

If you are using PHP-FPM and you want to see the php errors on the FPM error log (the pool error log) you should add this configuration to the pool conf file (the pool file that you web server is using) of fpm:

catch_workers_output = yes