Bug: Illegal String Warning Thrown then Inserted into RSS Feed
-
The warning can be seen when viewing an imported news feed item on one of the regional sites that displays news from ncwsa.com. Here is the warning inserted into the news item:
Warning: Illegal string offset 'feed' in .../plugins/contextual-related-posts/includes/content.php on line 179
Which is imported via RSS feed, and displayed in the news item because the warning is inserted into the RSS.
https://www.ncwsa.com/category/regions/mcwsa/feed/Here is line 179 in content.php
if ( $add_to['feed'] ) {
I believe the problem is you’re trying to access $add_to and false has been returned by the previous crp_get_option call.
Please let me know if you can fix this or if it is a problem on our end. Thank you.
- This topic was modified 5 years, 11 months ago by .
- This topic was modified 5 years, 11 months ago by .
- This topic was modified 5 years, 11 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Bug: Illegal String Warning Thrown then Inserted into RSS Feed’ is closed to new replies.