Hello,
I installed OpenLiteSpeed 1.6.14 a day ago and I am experiencing an issue with the PHP errors not displaying.
In addition to that, no error messages are logged in any of the server level or virtual host level logs.
I tried using:
in the beginning of the php scripts but nothing shows on the screen.
I even tried with a more simple case such as:
No errors are displayed, just an empty page with status code 500.
I tried setting the server log to log level DEBUG, debug level HIGH. It did not work.
This is the virtual host level configuration:
php info shows:
error_reporting 0
This is in the content of the php.ini file:
I am using CentOS 8.2.2004 and LSPHP 7.3.
What could be the reason?
I installed OpenLiteSpeed 1.6.14 a day ago and I am experiencing an issue with the PHP errors not displaying.
In addition to that, no error messages are logged in any of the server level or virtual host level logs.
I tried using:
Code:
ini_set('display_errors', '1');
ini_set('display_startup_errors', '1');
error_reporting(E_ALL);
I even tried with a more simple case such as:
Code:
<?php
phpinfo(;
?>
I tried setting the server log to log level DEBUG, debug level HIGH. It did not work.
This is the virtual host level configuration:
php info shows:
error_reporting 0
This is in the content of the php.ini file:
I am using CentOS 8.2.2004 and LSPHP 7.3.
What could be the reason?
Last edited: