
01-27-2007, 11:45 PM
|
|
|
Join Date: Jan 2007
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
For some reason I get:
Quote:
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT t.threadid, t.title, t.lastpost, t.forumid, t.open, t.replycount, t.postusername, t.postuserid, t.lastposter, t.dateline, t.views, t.visible, t.firstpostid, f.title AS forumtitle, post.pagetext AS preview
FROM exeforum f
INNER JOIN exethread t ON t.forumid = f.forumid
LEFT OUTER JOIN exepost AS post ON post.postid = t.firstpostid WHERE t.forumid = 0 AND visible = 1
ORDER BY dateline DESC
LIMIT 3;
Referrer :
|
(The reason it doesn't say index.php were it says portal is because I renamed it to figure out the problem and bring back the boards.)
|