I'm trying to add the DKP system mod to the forum but, I get this error when trying to add the database. -2147467259 | [MySQL][ODBC 3.51 Driver][mysqld-4.1.12-standard]Invalid default value for 'BID'
-2147467259 | [MySQL][ODBC 3.51 Driver][mysqld-4.1.12-standard]Invalid default value for 'IID'
-2147467259 | [MySQL][ODBC 3.51 Driver][mysqld-4.1.12-standard]Invalid default value for 'MDID'
-2147467259 | [MySQL][ODBC 3.51 Driver][mysqld-4.1.12-standard]Invalid default value for 'RMID'
-2147467259 | [MySQL][ODBC 3.51 Driver][mysqld-4.1.12-standard]Invalid default value for 'RID'
I have tried adding the the tables to the database mannually but that doesn't work ar all with those weird tables called BID only
The basic problem is how do i add that BID line... The script from the asp file to create the database is this: [CREATE] DKP_BOSSES BID BOSS#varchar(100)#NULL# BOSSVAL#int#NULL# [END]
The bid wont be added, it just makes the error above.
Yes i had that problem too, but that's a whole other problem. This is about the database. It cant create that bid line. i had another error where it said this: [MySQL][ODBC 3.51 Driver][mysqld-4.1.12-standard]Unknown column 'FORUM_DKP_RAIDS.RID' in 'field list' how do i make that RID column??? someone must know!!