When using Cloudlinux php selector I know that in every folder that something went wrong there is an error_log with the errors waiting there for me to debug.
Switching recently to MultiPHP I've noticed error_log files stopped "functioning".
What I mean, for example one user had memory limits,
PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 20480 bytes) .... The typical 40MB wordpress limit, but this error was no-where to see.
No error_log in public_html, no /var/log/apache or /usr/local/apache/logs/error_log nothing.
I had to switch by mistake back to php selector and when I did, the memory limit error magically appeared in error_log and saved my day.
So, where are the error logs when using multiphp ?
I've checked for example php.ini of /opt/cpanel/ea-php56/root/etc/ and it seems OK
error_log = "error_log"
log_errors = On
but for some reason it didn't worked.
Switching recently to MultiPHP I've noticed error_log files stopped "functioning".
What I mean, for example one user had memory limits,
PHP Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 20480 bytes) .... The typical 40MB wordpress limit, but this error was no-where to see.
No error_log in public_html, no /var/log/apache or /usr/local/apache/logs/error_log nothing.
I had to switch by mistake back to php selector and when I did, the memory limit error magically appeared in error_log and saved my day.
So, where are the error logs when using multiphp ?
I've checked for example php.ini of /opt/cpanel/ea-php56/root/etc/ and it seems OK
error_log = "error_log"
log_errors = On
but for some reason it didn't worked.