Quote:
Originally Posted by Kat-2
Can't seem to get the leaderboard to populate. Any ideas, what am I missing? Everything else seems to work just fine. Love the mod.
|
If the profile stats work then the leaderboard should work too, could you check that?
Quote:
Originally Posted by ellinofatsa
Database error in vBulletin 4.1.10:
Invalid SQL:
UPDATE user
SET dbtech_vbactivity_excluded_tmp = IF(dbtech_vbactivity_excluded = '1'
OR FIND_IN_SET(6, membergroupids) OR FIND_IN_SET(23, membergroupids)
OR usergroupid IN(6,23), '1', '0');
MySQL Error : Unknown column 'dbtech_vbactivity_excluded_tmp' in 'field list'
Error Number : 1054
|
Code:
ALTER TABLE user ADD dbtech_vbactivity_excluded_tmp ENUM('0','1') DEFAULT '0'
For some reason, certain MySQL installations have problems creating ENUM columns. I've never been able to figure out why.
Fillip