You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a WordPress critical issue issue on adding a new feed, but the feed ends up in the syndication list and all feeds operate as usual.
The error reported is
An error of type E_ERROR was caused in line 1203 of the file /home/cogdog/public_html/cogdogblog.com/wp-content/plugins/feedwordpress/feedwordpresssyndicationpage.class.php. Error message: Uncaught Error: Using $this when not in object context in /home/cogdog/public_html/cogdogblog.com/wp-content/plugins/feedwordpress/feedwordpresssyndicationpage.class.php:1203
Stack trace:
#0 /home/cogdog/public_html/cogdogblog.com/wp-content/plugins/feedwordpress/feedwordpresssyndicationpage.class.php(409): fwp_switchfeed_page()
#1 /home/cogdog/public_html/cogdogblog.com/wp-content/plugins/feedwordpress/syndication.php(5): FeedWordPressSyndicationPage->display()
#2 /home/cogdog/public_html/cogdogblog.com/wp-admin/admin.php(293): include('/home/cogdog/pu...')
#3 {main}
running under:
WordPress version 5.8.3
Current plugin: FeedWordPress (version 2022.0208)
PHP version 7.4.9
Thanks for this report, and sorry for the trouble.
I think that this issue should be resolved in the most recent round of code cleanups, now available as version 2022.0222 here via git pull (or on the WordPress Plugin Repository page). Could you take a look and see if bumping up to the latest version solves the problem for you?
I get a WordPress critical issue issue on adding a new feed, but the feed ends up in the syndication list and all feeds operate as usual.
The error reported is
running under:
Originally posted in another issue by @cogdog in #134 (comment)
The text was updated successfully, but these errors were encountered: