About Us

2. Error reporting level is not set

  • Make sure you also include error_reporting(E_ALL); — otherwise no errors will be reported even if display is enabled.


3. PHP errors are being logged instead of displayed

  • If log_errors = On and display_errors = Off, errors will be written to a log file (check error_log path in php.ini).

Scroll