bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

RSS on frontpage gives me error

(5 posts)
  • Started 1 year ago by ThomasClausen
  • Latest reply from ThomasClausen
  • This topic is resolved
  1. When I click on the RSS-icon in FF browser window, i get these errors:

    bbPress database error: [Table '*****.bb_online' doesn't exist]
    SELECT activity FROM bb_online WHERE user_id=1 LIMIT 1

    bbPress database error: [Table '*****.bb_online' doesn't exist]
    SELECT * FROM bb_online WHERE user_id = 1 LIMIT 1

    bbPress database error: [Table '*****.bb_online' doesn't exist]
    INSERT INTO bb_online (user_id, activity) VALUES ('1', '2007-03-25 10:56:55')

    ***** = BBDB_NAME

    Any thoughts on what's wrong?

    Posted 1 year ago #
  2. I thought I had it figured it out...

    It seemed like the pretty permalinks ruined the frontpage-rss. Therefore I removed followed step 3 in How do I get Pretty Permalinks working? and that seemed to do the trick, eventhough the Pretty Permalinks did work before with just: Options +MultiViews in the .htaccess file.

    It doesn't work though, the rss feed looks like this: http://voipbloggen.dk/forum/rss/

    • But it is not up to date,
    • and the link doesn't work
    Posted 1 year ago #
  3. Looks like a WP comments feed? Something's gone wrong here.

    Strangely I don't have an RSS feed available from my front page at all. http://forums.loinhead.net/ I'm running 1.0-alpha, that might be to do with it.

    Posted 1 year ago #
  4. It has to do with the 'users online' plugin since it is referencing bb_online which is not in the standard installation. It isn't finding the table which suggests installing the plugin in the /my-plugins/ directory or finding out what is calling that plugin in your feed.

    Trent

    Posted 1 year ago #
  5. Ahhh great stuf now it works :-) Here's what I did:

    1. Changed my the name of the users online plugin from onlinelist.php to users online.php
    2. I changed .htaccess back to Options +MultiViews
    3. There's no step 3 ;-)

    Thanks a bunch guys

    Thomas

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.