Logs in WHMCS
On this page
WHMCS suppresses non-critical warnings and errors and attempts to complete all requested actions by default. However, if an error is critical, results in an error page, or you enable error reporting, the system will record error details in the appropriate log.
Logged errors may include uncaught exceptions or PHP errors, warnings, and notices that you observe due to the effective error reporting level.
Activity Log
If you want WHMCS to record uncaught exceptions or observed PHP errors, warnings, and notices to the Activity Log, enable Log Errors in the Other tab at Configuration () > System Settings > General Settings.
If you want WHMCS to record MySQL® query error and warning conditions, enable SQL Debug Mode in the Other tab at Configuration () > System Settings > General Settings. This setting has the same prerequisites and behavior pattern as Log Errors.
Environment Log
As part of the initialization process, the system registers an error log handler to the web server environment error log. The system provides this logging channel to ensure error traceability, regardless of your effective Log Errors setting. The system defines the environment error log destination target at the environment level and WHMCS doesn’t control it. Typically, this is the Apache® error log, but may be different in your environment.
WHMCS will always attempt to log the observed errors and uncaught exceptions to this log if possible. If the error condition happens before WHMCS can register its error log handler, then the system uses the web server environment settings.
Module Log
The Module Log records raw responses from module-related issues. This logging includes payment gateway modules, server and provisioning modules, and domain registrar modules.
- Module Command Errors are from the relevant module, not from WHMCS. To troubleshoot these errors further, you may need to consult your module provider’s documentation or contact their technical support.
- Unknown Errors in the Module Log are errors that WHMCS does not recognize.
To use the Module Log:
- Go to Configuration () > System Logs and click Module Log.
- Set Module Logging to On.
- Reproduce the issue.
- Refresh the Module Log at Configuration () > System Logs.
- When you are finished troubleshooting, set Module Logging to Off.
To use the Module Log:
- Your administrator role must include the View Module Debug Log permission.
- You must temporarily grant the
DROP
privilege to the WHMCS database user. For more information, see Database Privileges.
Last modified: October 29, 2024