• After a very long time, FeedWordPress released a fresh new version with some bugfix.

    But since this upgrade, I have this error:

    Fatal error: Cannot access protected property FeedWordPressPostsPage::$context in /home/paramedicquebec/public_html/wp-content/plugins/faf/feedwordpress_advanced_filters.php on line 464

Viewing 1 replies (of 1 total)
  • Try this quick and dirty fix. Replace line 464

                    switch($page->context)
    

    with

                    //switch($page->context)
                    switch(((array) $page)[chr(0) . '*' . chr(0) . 'context'])

    Hope it works for you as well.

Viewing 1 replies (of 1 total)
  • The topic ‘New problem since new upgrade of FeedWordPress’ is closed to new replies.