PHP Warnings
-
I am in the process of trying to find a fault on my site, and in that process I have found three PHP warnings connected to Beehive that occur three or four times every minute, as follows:
[24-Jun-2023 02:16:32 UTC] PHP Warning: Undefined variable $file_name in /home/*****/sentlive.com/wp-content/plugins/beehive-analytics/core/utils/autoloader.php on line 70 [24-Jun-2023 02:16:32 UTC] PHP Warning: include_once(/home/*****/sentlive.com/wp-content/plugins/beehive-analytics): Failed to open stream: No such file or directory in /home/*****/sentlive.com/wp-content/plugins/beehive-analytics/core/utils/autoloader.php on line 74 [24-Jun-2023 02:16:32 UTC] PHP Warning: include_once(): Failed opening '/home/*****/sentlive.com/wp-content/plugins/beehive-analytics/' for inclusion (include_path='/home/*****/php:') in /home/*****/sentlive.com/wp-content/plugins/beehive-analytics/core/utils/autoloader.php on line 74
To my untrained eye it looks like the first error leads to the other two and is possibly some kind of typo where the variable name “$file_name” has not been adjusted to match a change elsewhere? Please advise, as I want to eliminate this in my attempts to find the fault in my site (I don’t think it is connected but I don’t know), and obviously ensure your plugin is working correctly.
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘PHP Warnings’ is closed to new replies.