aspen1018
11-12-2012, 11:01 PM
I keep getting this error emailed to me:
Database error in vBulletin 4.1.0:
Invalid SQL:
SELECT
SUM(counter) as sum_att_views
FROM attachment as a
INNER JOIN post AS p ON p.postid = a.postid
INNER JOIN thread AS t ON p.threadid = t.threadid
WHERE a.userid=1;
MySQL Error : Unknown column 'a.postid' in 'on clause'
Error Number : 1054
Request Date : Monday, November 12th 2012 @ 04:52:00 PM
Error Date : Monday, November 12th 2012 @ 04:52:00 PM
However the forum seems to be functioning fine?
Any suggestions?
Database error in vBulletin 4.1.0:
Invalid SQL:
SELECT
SUM(counter) as sum_att_views
FROM attachment as a
INNER JOIN post AS p ON p.postid = a.postid
INNER JOIN thread AS t ON p.threadid = t.threadid
WHERE a.userid=1;
MySQL Error : Unknown column 'a.postid' in 'on clause'
Error Number : 1054
Request Date : Monday, November 12th 2012 @ 04:52:00 PM
Error Date : Monday, November 12th 2012 @ 04:52:00 PM
However the forum seems to be functioning fine?
Any suggestions?