hmm. i seem to be getting this error [on vB 3.6.12 PL2]
Code:
in vBulletin 3.6.12:
Invalid SQL:
SELECT post.*
FROM post AS post
LEFT JOIN deletionlog AS deletionlog ON(deletionlog.primaryid = post.postid AND type = 'post')
WHERE threadid = [threadid removed]
AND dateline > [dateline removed]
AND visible = 1 AND deletionlog.primaryid IS NULL
ORDER BY dateline DESC
LIMIT 1;
MySQL Error : Column 'dateline' in where clause is ambiguous
Error Number : 1052
Date : Sunday, February 21st 2010 @ 10:16:48 AM
Script : http://forums..com/newreply.php?do=postreply&t=[removed]
Referrer : http://forums..com/newreply.php?do=newreply&p=[removed]
IP Address : xx.xx.xx.xx
Username : dmark101
Classname : vB_Database
i've highlighted where the problem takes place. it really only happens when using the quote button itself. i've never had any issues when using the quick quote button.
i'm guessing some code change between 3.6.8 and 3.6.12 PL1 is the culprit. any help would be appreciated.