Hello,
hopefully an easy question. How can i enable that php_errors of a website are visible in error log or another dedicated PHP error logfile ?
Is there an option i-mscp ?
Many thanks and best wishes
Niels
Hello,
hopefully an easy question. How can i enable that php_errors of a website are visible in error log or another dedicated PHP error logfile ?
Is there an option i-mscp ?
Many thanks and best wishes
Niels
Is there an option i-mscp ?
There is no option in i-MSCP.
The i-MSCP PHP editor doesn't provide such option. However, you can make use of the Listener::Php::ConfOptions::Override listener file to enable that feature:
1. You upload the listener file in the /etc/imscp/listeners.d directory
2. You edit the listener file to enable the feature. For instance
3. You trigger i-MSCP reconfiguration to activate the listener file: perl /var/www/imscp/engine/setup/imscp-reconfigure -danv
Note that loggued errors depend on error reporting level set for the site. You can change reporting level through PHP editor.
See also: