PDA

View Full Version : Problem upgrading from 3.6 BETA 4 to 3.6.1


Ohiosweetheart
Mon 18th Sep '06, 9:52am
I'm getting this database error and can't figure out what it means.
Help please?

Database error in vBulletin 3.6.0 Beta 4:

Invalid SQL:

SELECT
user.username, (user.options & 512) AS invisible, user.usergroupid,
session.userid, session.inforum, session.lastactivity,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid
FROM vb_session AS session
LEFT JOIN vb_user AS user ON(user.userid = session.userid)
WHERE session.lastactivity > 1158581922
ORDER BY username ASC;

MySQL Error : Unknown column 'infractiongroupid' in 'field list'
Error Number : 1054

Boxy
Mon 18th Sep '06, 10:02am
It suggests that part of the upgrade failed or was skipped. Where are you getting this error?

Ohiosweetheart
Mon 18th Sep '06, 10:12am
I get this when I try to access my testforum

http://www.exquisitelyerotic.net/testforum/

Boxy
Mon 18th Sep '06, 10:26am
Have you run the upgrade?