Support » Plugin: WP RSS Multi Importer » [Plugin: WP RSS Multi Importer] Function error, file_get_contents failed to open stream

  • Resolved jmason32

    (@jmason32)


    Hello.

    I’m having an error code show up on my website and I’m not sure how to fix it. The error message is:

    “Warning: file_get_contents(http:) [function.file-get-contents]: failed to open stream: No such file or directory in /home/content/…./enc6930/wp-includes/class-feed.php on line 88”

    I checked the class-feed.php file and this is what I see:

    87: } else {
    88: if ( ! $this->body = file_get_contents($url) ) {
    89: $this->error = 'file_get_contents could not read the file';
    90: $this->success = false;

    The relevant page on the website is here: http://enc6930.rhetoricandwriting.com/test-layout

    Can someone recommend what to include in my .php file to resolve the error? (If it’s not already obvious, I don’t know php)

    Thanks in advance,
    jMason

    http://wordpress.org/extend/plugins/wp-rss-multi-importer/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Allen

    (@amweiss98)

    Hi,
    Since many of the other feeds are working without a problem, this might be due to another plugin you’re using (at least, that’s what people on the discussion boards are saying who’ve run into this problem with other plugins). Try deactivating other plugins you are running to see if you still get this error or not.

    Plugin Author Allen

    (@amweiss98)

    I’m assuming this is resolved since there has not been a response.

    Plugin Author Allen

    (@amweiss98)

    Ok..I finally found a fix for this and it will be available in the next update…version 2.30 which will be out next week.

    Hi… I am new to the wp an i am having trouble with short code of rss multi importer.
    The issue is I am using Cloriato Lite theme to develope website when I I am using shortcode other than home page it’s work perfectly But when i am trying it on home page the shortcode itself get displayed is there any php code or function that can I use instead of shortcode… please reply ASAP and thanks in advance………

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP RSS Multi Importer] Function error, file_get_contents failed to open stream’ is closed to new replies.