Triggering a warning
-
I’m getting this in my logs
PHP Warning: Trying to access array offset on value of type bool in /***/wp-content/plugins/system-dashboard/includes/class-system-dashboard.php on line 249
I fixed it by changing the line to
if ( !empty($page_access_log[‘status’]) && ($page_access_log[‘status’] == ‘enabled’ )) {
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Triggering a warning’ is closed to new replies.