I just installed this, and on trying to view a forum I get
Code:
SELECT t.lastposter AS username, u.userid, t.threadid
FROM thread AS t JOIN user AS u ON (u.username=t.lastposter)
WHERE t.threadid IN ()
AND t.visible = 1;MySQL 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 t.visible = 1' at line 3
And when I try to view a thread I get
Quote:
No Thread specified. If you followed a valid link, please notify the
|
I am using the .htaccess provided and everythign is turned on.