Trying to Access Array Offset
-
I am repeatedly getting a series of PHP notices:
2022-04-05 04:57:17 PHP Notice: Trying to access array offset on value of type bool in C:\Inetpub\vhosts\mysite.com\httpdocs\wp-content\plugins\user-submitted-posts\library\core-functions.php on line 84 2022-04-05 04:57:18 PHP Notice: Trying to access array offset on value of type bool in C:\Inetpub\vhosts\mysite.com\httpdocs\wp-content\plugins\user-submitted-posts\library\core-functions.php on line 85 2022-04-05 04:57:18 PHP Notice: Trying to access array offset on value of type bool in C:\Inetpub\vhosts\mysite.com\httpdocs\wp-content\plugins\user-submitted-posts\library\core-functions.php on line 86 2022-04-05 04:57:18 PHP Notice: Trying to access array offset on value of type bool in C:\Inetpub\vhosts\mysite.com\httpdocs\wp-content\plugins\user-submitted-posts\library\core-functions.php on line 87
I am finding in the log that the file being access is mysite.com/category/committee/feed/
Which if I view turns out to be an XML file.
Any ideas why this is happening and how to fix it?
Thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Trying to Access Array Offset’ is closed to new replies.