Steps to enable error reporting in WHMCS

kumkumsharma

Administrator
Staff member
You can enable error reporting in WHMCS from admin area and configuration file. For that you can login into WHMCS and follow below steps:
  • Go to Configuration >> System Settings >> General Settings >> Other.
  • Here you will find “Display Errors” checkbox, click on it.
  • At last “Save Changes”.
To enable error reporting from configuration file you just have to add below code at the end of the configuration.php file after that save this file.

NOTE: You have to disable Display error immediately after trouble shooting otherwise it can be a security concern.
 
Top