php_error_logging
This is an old revision of the document!
Turn on php logging edit: /etc/php.ini
You can use the following command to find out where the php logs are written:
1 |
grep error_log /etc/php .ini |
Uncomment or edit to look like the following:
1 |
log_errors = on |
1 |
error_reporting = E_ALL |
1 |
|
1 |
|
php_error_logging.1428102857.txt.gz · Last modified: 2024/05/23 07:26 (external edit)