Viewing 2 replies - 1 through 2 (of 2 total)
  • The_Apprentice

    (@the_apprentice)

    Not a helpful answer, but I am getting the same issue:

    Fatal error: Call to undefined method WP_Error::enable_order_by_date() in /…………./wp-content/plugins/rss-via-shortcode-on-page-post/rss-via-shortcode.php on line 23

    Trying to display an RSS feed from a phpbb3 forum, using :
    [rssonpage rss=”www.trikedoctor.co.uk/forums/feed.php” feeds=”10″ excerpt=”true” target=”_self”]

    This is a fresh install on WP 4.2

    The_Apprentice

    (@the_apprentice)

    Update:

    Just quadruple checked it, and the reason was that the url was not prefixed with “http://”

    It works now…
    [rssonpage rss=”http://www.trikedoctor.co.uk/forums/feed.php” feeds=”10″ excerpt=”true” target=”_blank”]

    http://www.uktriker.uk/forum-rss-feed/

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Call to undefined method WP_Error :: enable_order_by_date ()’ is closed to new replies.