Today I installed the update and tried to do recount
I am getting the following error:
Database error in vBulletin 4.1.7:
Invalid SQL:
SELECT
COUNT(*) AS count_threads,
SUM(votetotal/votenum) AS count_votes,
SUM(replycount) AS count_replycount,
SUM(views) AS count_views,
SUM(sticky) AS count_stickies
FROM brahmins_thread
WHERE visible=1 AND forumid NOT IN(4,5,8)
AND postuserid=1
AND thread.dateline > 315532800;
MySQL Error : Unknown column 'thread.dateline' in 'where clause'
Error Number : 1054
Request Date : Saturday, October 22nd 2011 @ 05:09:29 AM
Error Date : Saturday, October 22nd 2011 @ 05:09:29 AM
do=xperience_admin_recount_xp
do=recount
Classname : vB_Database
MySQL Version : 5.1.56
|