Database error in vBulletin 3.6.7:
Invalid SQL:
SELECT threadid, title
FROM thread t
LEFT JOIN deletionlog dl ON(dl.primaryid = t.threadid AND dl.type = 'thread')
WHERE forumid = 38
AND dl.primaryid IS NULL
AND dateline > 1169598548
AND dateline < 1170541855
ORDER BY dateline
LIMIT 1;
MySQL Error : Column 'dateline' in where clause is ambiguous
Error Number : 1052
Date : Wednesday, August 22nd 2007 @ 06:30:55 PM
Script : forums/archive/index.php/index.php?.............html
Referrer :
IP Address : xxxxxxx
Username :
Classname : vb_database
I have that error in my forum about 40-50 times a day would you please give a help?
Look at the domain the double index.php
Thank you very very much in advance.
Invalid SQL:
SELECT threadid, title
FROM thread t
LEFT JOIN deletionlog dl ON(dl.primaryid = t.threadid AND dl.type = 'thread')
WHERE forumid = 38
AND dl.primaryid IS NULL
AND dateline > 1169598548
AND dateline < 1170541855
ORDER BY dateline
LIMIT 1;
MySQL Error : Column 'dateline' in where clause is ambiguous
Error Number : 1052
Date : Wednesday, August 22nd 2007 @ 06:30:55 PM
Script : forums/archive/index.php/index.php?.............html
Referrer :
IP Address : xxxxxxx
Username :
Classname : vb_database
I have that error in my forum about 40-50 times a day would you please give a help?
Look at the domain the double index.php

Thank you very very much in advance.
Comment