Search Results for 'bbpress'
-
Search Results
-
Topic: QforQuack.com Forums
Thought I would show off my new bbPress powered forums.
They’re here: http://www.qforquack.com/forum/
I was trying to keep it with my design at my main page.
There was a point in the past where the posts were taking so long to appear after hitting “Send Post” that they would time out but actually made it through, and then you would double post. That was resolved by moving bbpress.org to some new hardware, I think, or maybe the servers were just getting hammered.
Anyway, a new post (reply or new topic) used to take 1 or 2 seconds here and the feedback under the post would say “Posted 2 seconds ago #”. Now, a few have been really slow, and the last one I did says “Posted 17 seconds ago #”.
Maybe the server is overloaded or something else is wrong. Doesn’t really matter much to me but I think it is a symptom of a problem that should not be ignored or at least explained.
Topic: Database error
Tried upgrading from .8 to .8.2.1 and I keep getting this error. anyone else get this and how do you fix it?
bbPress database error: [You have an error in your SQL syntax near ‘FROM bb_topics WHERE topic_status = 0 AND topic_sticky <> 2 ORDER BY topic_time’ at line 1]
SELECT SQL_CALC_FOUND_ROWS * FROM bb_topics WHERE topic_status = 0 AND topic_sticky <> 2 ORDER BY topic_time DESC LIMIT 10
bbPress database error: [You have an error in your SQL syntax near ‘FROM bb_topics WHERE topic_sticky = 2 AND topic_status = 0 ORDER BY topic_time ‘ at line 1]
SELECT SQL_CALC_FOUND_ROWS * FROM bb_topics WHERE topic_sticky = 2 AND topic_status = 0 ORDER BY topic_time DESC