Hey guys!
I went from 3.5.4 to 3.6.5 and now every time i login as an admin i get the following error:
Database error in vBulletin 3.6.5:
Code:
Invalid SQL:
SELECT COUNT(postid) AS count
FROM vbpost AS post
LEFT JOIN vbdeletionlog AS deletionlog ON(deletionlog.primaryid = post.postid AND type = 'post')
WHERE visible = 0 AND dateline > 1174327637
AND deletionlog.primaryid IS NULL;
MySQL Error : Column 'dateline' in where clause is ambiguous
Error Number : 1052
Date : Monday, March 19th 2007 @ 02:54:59 PM
Script : http://www.thelocalforum.co.uk/forum/
Referrer :
IP Address : my IP
Username : My username
Classname : vb_database
Everything else seem to work fine. I was told that this error is probably caused by a mod. Does anyone know what one that might be and how i could disable it via php admin because obviously i don't have access to CP.
Thanks a lot!