Support » Fixing WordPress » RSS Problems

  • I’m getting these errors for my RSS stuff (although the good news is: I’m XHTML 1.0 valid) .. I did a search and made sure that the “for each” thing was going on.
    <b>RSS.92</b>
    Warning
    : mysql_fetch_object(): supplied argument is not a valid MySQL result resource in
    /home/sites/www.dexterdog.com/public_html/sleep/b2rss.php
    on line 23
    <b>RDF 1.0</b>
    Warning
    : mysql_fetch_object(): supplied argument is not a valid MySQL result resource in
    /home/sites/www.dexterdog.com/public_html/sleep/b2rdf.php
    on line 35
    — and —
    Warning
    : Invalid argument supplied for foreach() in
    /home/sites/www.dexterdog.com/public_html/sleep/b2rdf.php
    on line 42
    <b>RSS 2.0</b>
    Warning
    : mysql_fetch_object(): supplied argument is not a valid MySQL result resource in
    /home/sites/www.dexterdog.com/public_html/sleep/b2rss2.php
    on line 33

Viewing 11 replies - 1 through 11 (of 11 total)
  • Double check that those files have been updated. That’s the error you get when you use the old RSS files with .71.

    Thread Starter john

    (@john)

    I downloaded the new files from the CVS Repository and everything is in working order now. 🙂
    Thanks allusion.
    John

    Glad to help.

    I am getting this on the page, no matter what I do. I went to the CVS Repository and downloaded and uploaded the new files.
    I have no idea what I’m doing wrong! Yes, they are CHMODED to 666. This is what I get:
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    ——————————————————————————–
    An invalid character was found in text content. Error processing resource ‘http://www.southern-gal.com/weblog/b2rss2.php&#8217;. Line 45, Position 22

    No one knows what’s going on with this? I have pretty much resided myself to the fact that I will not have a working RSS feed for my blog.
    I uploaded an entirely new blog with WP and the RSS was working. Then I posted something and it gave the error like the one above.
    Help would be great here, thanks.

    *bump*

    There should not be a mysql_fetch_object() function at all in any of the XML generators so if you have it you must have an old copy.

    [quote]Yes, they are CHMODED to 666[/quote]
    Well that will not solve your problem.
    The thing seems to be some characters not correct in 1 of your posts.
    Check which encoding type you use and check then which characters could be a problem.
    For example i had an . (but then in the middle like – but i do’nt know how to make that dot ;)).
    That is not confirm my utf 8 and therefore my files where not showing i mozzila and opera (where they have the mime type applicatin/xhtml+xml 😉 ) and not showing any rss (same errors as you give here ;))
    So just get rid of suspicious characters and your off with rss 😉
    my blog also validates xhtml 1.0 strict.

    Ok, thanks for the tip, Allusion, but I don’t have the function you mention in any of the rss files. I just went through and checked them again.
    I have no idea what my encoding is or even how to check it to see what characters could be a problem. I shouldn’t have to. I should be able to blog without wondering if a word I type will make my rss not valid.
    Thank you for your help anonymous. I appreciate it.

    Well the anonymous was me 😉
    What you could check is in your config file the line $rss_encoded_html = 1;
    Your problem is the ‘ sign in you post 😉

    Yay, I figured it out! Thanks Nederflash! 🙂

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘RSS Problems’ is closed to new replies.