burritoX
11-26-2003, 06:34 PM
I know it's stickied but I don't understand how to fix this. I just installed vBhome Lite and it gave me this error when I went to the index.php page:
Database error in vbHome 2.3.2:
Invalid SQL:
SELECT COUNT(*) AS total
FROM thread
WHERE forumid IN( ) AND dateline>1069875965
mysql error: You have an error in your SQL syntax near ') AND dateline>1069875965
' at line 4
mysql error number: 1064
Date: Wednesday 26th of November 2003 02:33:42 PM
Script: http://www.leethacks.com/forums/index.php
Referer:
I tried searching for the code in index.php. Does this have anything to do with the error:
SELECT COUNT(*) AS total
FROM thread
WHERE forumid IN( $articleforum ) AND dateline>$bbuserinfo[lastvisit]
");
Maybe the error doesn't know where the $articleforum is because it's blank in the top part?
Database error in vbHome 2.3.2:
Invalid SQL:
SELECT COUNT(*) AS total
FROM thread
WHERE forumid IN( ) AND dateline>1069875965
mysql error: You have an error in your SQL syntax near ') AND dateline>1069875965
' at line 4
mysql error number: 1064
Date: Wednesday 26th of November 2003 02:33:42 PM
Script: http://www.leethacks.com/forums/index.php
Referer:
I tried searching for the code in index.php. Does this have anything to do with the error:
SELECT COUNT(*) AS total
FROM thread
WHERE forumid IN( $articleforum ) AND dateline>$bbuserinfo[lastvisit]
");
Maybe the error doesn't know where the $articleforum is because it's blank in the top part?