Help with Custom Alerts
-
Hi. I’m trying to use custom alerts, based on instructions from How to Create Custom Alerts in the WordPress Audit Trail.
Using the sample code provided in the zip, I’m getting a Fatal Error that crashes my entire wp admin:
Fatal error: Uncaught Error: Class ‘WSAL_Sensors_WSAL_Sensors_CustomHooks’ not found in /home3/my-acct/public_html/my-site.dev/wp/wp-content/plugins/wp-security-audit-log/classes/SensorManager.php:64 Stack trace: #0 /home3/my-acct/public_html/my-site.dev/wp/wp-content/plugins/wp-security-audit-log/classes/SensorManager.php(32): WSAL_SensorManager->AddFromClass(‘WSAL_Sensors_WS…’) #1 /home3/my-acct/public_html/my-site.dev/wp/wp-content/plugins/wp-security-audit-log/wp-security-audit-log.php(152): WSAL_SensorManager->__construct(Object(WpSecurityAuditLog)) #2 /home3/my-acct/public_html/my-site.dev/wp/wp-content/plugins/wp-security-audit-log/wp-security-audit-log.php(120): WpSecurityAuditLog->__construct() #3 /home3/my-acct/public_html/my-site.dev/wp/wp-content/plugins/wp-security-audit-log/wp-security-audit-log.php(871): WpSecurityAuditLog::GetInstance() #4 /home3/my-acct/public_html/my-site.dev/wp/wp-settings.php(303): include_once( in /home3/my-acct/public_html/my-site.dev/wp/wp-content/plugins/wp-security-audit-log/classes/SensorManager.php on line 64
Please advise, thanks!
The topic ‘Help with Custom Alerts’ is closed to new replies.