Info
- 5 posts
- 3 voices
- Started 5 years ago by ThomasClausen
- Latest reply from ThomasClausen
- This topic is resolved
RSS on frontpage gives me error
-
- Posted 5 years ago #
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 1bbPress database error: [Table '*****.bb_online' doesn't exist]
SELECT * FROM bb_online WHERE user_id = 1 LIMIT 1bbPress 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 5 years ago #
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 5 years ago #
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 5 years ago #
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 5 years ago #
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
-
You must log in to post.