
04-01-2015, 11:24 PM
|
|
|
Join Date: Oct 2007
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Hello =D
I have this error:
Quote:
Database error in vBulletin 4.2.2:
Invalid SQL:
SELECT COUNT(*) AS threads,
(
SELECT COUNT(*) AS newthread
FROM thread AS thread
WHERE forumid = 185
AND lastpost > 1427937256
AND open <> 10
AND sticky = 0
AND visible IN (0,1,2)
*/ WHERE forumid IN (186) AND sticky = 0 AND visible IN (0,1,2)
) AS newthread
FROM thread AS thread
/*
WHERE forumid = 185
AND sticky = 0
AND visible IN (0,1,2)
*/ WHERE forumid IN (186) AND sticky = 0 AND visible IN (0,1,2);
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 '*/ WHERE forumid IN (186) AND sticky = 0 AND visible IN (0,1,2)
) AS new' at line 14
|
vbulletin version is 4.2.2 without forumdisplay.php edit, how to fix it =")?
|