1 Comments
Report Note
I clicked a link in the Recent Replies section of My page.
Because Clique 44's name has a space in it, when I click on it the system inserts a %20 in the space and the system can't find that page.
URL: http://9rules.com/Clique%2044/notes/6919/
It throws the following error:
bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]
UPDATE bb_topics SET clicks = clicks + 1 WHERE topic_id =bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND user_id = 61 AND type = 'note'' at line 1]
SELECT * FROM bb_clicks WHERE content_id = AND user_id = 61 AND type = 'note'bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 'note')' at line 1]
INSERT INTO bb_clicks (user_id, content_id, type) VALUES (61, , 'note')
bb_get_user needs a numeric ID
Scrivs
Written Sep. 26, 2007 / Report /
Yeah that's for the current Live page, that won't occur on the new one, but let me see if I can touch that up now.