Database error in vBulletin 3.7.2:
Invalid SQL:
SELECT COUNT(*) as cnt,max(dateline) as lastupdate
FROM thread AS thread
INNER JOIN tagthread AS tagthread ON
(tagthread.tagid = 1 AND tagthread.threadid = thread.threadid)
WHERE thread.forumid IN(1, 3, 8, 9, 123, 72, 128, 124, 64, 65, 85, 86, 87, 88, 90, 91, 89, 92, 81, 52, 39, 69, 70, 137, 11, 12, 33, 28, 29, 31, 32, 27, 16, 76, 13, 14, 131, 105, 108, 107, 111, 109, 15, 110, 96, 37, 26, 35, 36, 122, 101, 77, 10, 18, 23, 24, 25, 68, 21, 136, 112, 71, 126, 78, 19, 38, 73, 53, 79, 20, 62, 63, 66, 42, 93, 43, 48, 49, 44, 50, 51, 47, 54, 55, 95, 102, 56, 57, 132, 80, 58, 115, 116, 117, 118, 119, 121, 125, 127, 129, 130, 133, 134, 135, 103, 113, 60, 22, 59, 104, 67)
AND thread.visible = 1
AND thread.sticky IN (0, 1)
AND thread.open <> 10;
MySQL Error : Column 'dateline' in field list is ambiguous
Error Number : 1052