• Hi,

    I am running a WordPress network site and am trying to include feeds from other sites, outside my network, using the fetch_feed function. I have the same design set up on a regular install of WordPress and it is working fine but on the network blog its not. This is the error:

    Fatal error: Call to undefined function fetch_feed()

    Thanks
    grant

Viewing 15 replies - 31 through 45 (of 46 total)
  • Thread Starter gbrown88

    (@gbrown88)

    Yup, its there…

    Thread Starter gbrown88

    (@gbrown88)

    Have any other suggestions? Ideas..

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Turn on debugging and/or scour the error logs to see if you can find anything. It’s definitely endemic of your site, which means it’s either theme or plugin causality at this point.

    Thread Starter gbrown88

    (@gbrown88)

    Alright, will do. Thanks

    Thread Starter gbrown88

    (@gbrown88)

    Nothing in the error log. I’m thinking its either the sitewide tags plugin or subdirectories.

    The RSS Widget is working in the sidebar. Is that the same code I’m using? I don’t want to do the Feature Partners section using a widget area because I want the same thing around 200+ sites.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    I’m thinking its either the sitewide tags plugin or subdirectories.

    I would assume more it’s your theme, honestly. I tested it on subdirectories with no issues, on a site with Sitewide tags :/

    Thread Starter gbrown88

    (@gbrown88)

    Hmm is there something that should be in my functions folder I might not be calling?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Very possible.

    Thread Starter gbrown88

    (@gbrown88)

    Any idea of what that might be? I just ran through the code for the header, index and footer of the homepage and didn’t see anything that looked wrong to me. Made sure I had all my queries reset, etc.

    Thanks!

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    A lot of things could be the cause, but without seeing the code, I’m spitballing.

    Thread Starter gbrown88

    (@gbrown88)

    Could I possibly send you the code by email or something? I’ve gone through the parent theme several times now to clean up every little thing, and its still not working..

    Thanks

    Thread Starter gbrown88

    (@gbrown88)

    I did turn on debug for a minute, refreshed the homepage and got these errors at the top:

    Notice: Undefined index: aiosp_enabled in /home/rantspor/public_html/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 766

    Notice: Undefined index: aiosp_enabled in /home/rantspor/public_html/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 766

    Notice: Undefined variable: wpdb in /home/rantspor/public_html/wp-content/plugins/xml-sitemap-feed/XMLSitemapFeed.class.php on line 9

    Notice: Trying to get property of non-object in /home/rantspor/public_html/wp-content/plugins/xml-sitemap-feed/XMLSitemapFeed.class.php on line 9

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    I only do email support for paying customers.

    If you’re getting errors like that, turn off those two plugins and try again. Neither of them should affect the front end, but I’ve heard a lot about issues with All in one SEO

    Thread Starter gbrown88

    (@gbrown88)

    Alright, I deactivated them both, nothing.

    What’s happening is its not recognizing the fetch_feed function as being present. I’ve reuploaded the files several times. Is there something my server might be doing that’s causing this?

    Thanks

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    There may be something on your server, but I thought you tested this on a fresh site on the same server and it worked.

Viewing 15 replies - 31 through 45 (of 46 total)

The topic ‘fetch_feed Function Not Working’ is closed to new replies.