So does anyone know why I'm getting this database error? I disable vRewrite and it works fine, enable it and my site breaks for 'lastpost' button.
[quote]Database error in vBulletin 3.5.4:
Invalid SQL:
SELECT postid AS postid, post.dateline, t.title as threadtitle, f.title as forumtitle, f.forumid as forumid
FROM post AS vb_post JOIN vb_thread AS t ON(t.threadid=post.threadid) JOIN vb_forum as f ON(f.forumid=t.forumid)
WHERE post.threadid = 166 AND post.visible = 1 AND
postid = (
SELECT MAX(t2.postid) AS postid
e FROM vb_post AS t2
WHERE t2.threadid = 166 AND t2.visible = 1
)
LIMIT 1;
MySQL Error : Table 'forums_vb.post' doesn't exist
Error Number : 1146
Date : Sunday, April 2nd 2006 @ 06:00:33 PM
Script :
http://forums.site.net/introductions...-166-last.html
Referrer :
http://forums.site.net/
IP Address : X.X.X.X
Username : Jonathan
Classname : vB_Database[/quot]
I'm getting the same error when using the "NEW" post link.