PHP E_ERROR in settings.php file
-
I just received a similar warning from the WordPress built-in feature that detects when a plugin or theme causes a fatal error on your site:
An error of type E_ERROR was caused in line 9 of the file /[…]/wp-content/plugins/easy-pricing-tables/includes/settings.php. Error message: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /[…]/wp-content/plugins/easy-pricing-tables/includes/settings.php:9
NOTE: the […] is just the path for my server so it’s not of any help and I replaced it with […]
As for what I was doing? Absolutely nothing. I just got the email out of the blue – hadn’t logged in to or even visited the site beforehand. The relevant other part of the email:
First, visit your website ([…]com) and check for any visible issues. Next, visit the page where the error was caught ([…]/wp-admin/profile.php) and check for any visible issues.
So, you can see it was triggered by an admin page.
Finally, I don’t actually see any problem (display or blank screen, etc.) when I visit the page that is using the pricing table. Just got that email.
- The topic ‘PHP E_ERROR in settings.php file’ is closed to new replies.