Turn on php logging edit: /etc/php.ini
You can use the following command to find out where the php logs are written:

grep error_log /etc/php.ini

Uncomment or edit to look like the following:

log_errors = on
error_reporting = E_ALL