Bug Unknown column 'dbtech_vbactivity_excluded_tmp' in 'field list

Status
Not open for further replies.

KristerSwe

Customer
First something get wrong... install runs to the end but i saw a quick text during the install something was not okey ..
Also imported your export xml . from Activitypage i have this error on all links from left menu

Code:
Database error in vBulletin 4.1.7:

Invalid SQL:

			UPDATE hduser
			SET dbtech_vbactivity_excluded_tmp = IF(dbtech_vbactivity_excluded = '1'
				OR FIND_IN_SET(8, membergroupids)
				OR usergroupid IN(8), '1', '0');

MySQL Error   : Unknown column 'dbtech_vbactivity_excluded_tmp' in 'field list'
Error Number  : 1054
Request Date  : Wednesday, October 26th 2011 @ 12:00:22 AM
Error Date    : Wednesday, October 26th 2011 @ 12:00:23 AM
Script        : http://www.xxxxxxx.se/vbactivity.php?do=allachievements
Referrer      : http://www.xxxxxxx.se/vbactivity.php
IP Address    : 90.230.20.234
Username      : krister
Classname     : vB_Database_MySQLi
MySQL Version : 5.5.16
 
Certain MySQL configurations seem to have problems with ENUM columns

Code:
ALTER TABLE hduser ADD dbtech_vbactivity_excluded_tmp ENUM('0', '1') DEFAULT '0'
 
Status
Not open for further replies.

Legacy vBActivity & Awards

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,730
Customer rating
0.00 star(s) 0 ratings
Back
Top