database error

Status
Not open for further replies.

wEbAddEr

Customer
When trying to add a cpu player i got this error

Database error in vBulletin 4.2.2:

Invalid SQL:
insert into dbt_triad_cpuplayers (`cid`,`c_title`,`c_set`,`c_cards`,`c_difficulty`,`c_rules`,`c_winrule`,`c_god`) values ('0','Easy AI','1','1,19,33,40,44,47,55,78,96,100,20,27,29,41,45,51,52,66,88,92,6,15,26,37,39,43,65,68,73,86,9,10,11,17,18,28,80,90,99,105','a:4:{s:9:"aggresive";s:2:"20";s:9:"defensive";s:2:"80";s:12:"agg_accuracy";s:2:"10";s:12:"def_accuracy";s:2:"20";}','a:3:{s:4:"open";s:1:"1";s:4:"same";s:1:"1";s:4:"plus";s:1:"1";}','none','0');

MySQL Error : Unknown column 'c_god' in 'field list'
Error Number : 1054
Request Date : Friday, September 26th 2014 @ 07:04:29 PM
Error Date : Friday, September 26th 2014 @ 07:04:29 PM
Script : 404 Not Found
Referrer : 404 Not Found
IP Address : +++.+++.+++.+++
Username : +++
Classname : vB_Database
MySQL Version : 5.5.37-cll
 
you can run
Code:
alter table [COLOR=#333333]dbt_triad_cpuplayers add c_god tinyint(1) unsigned not null default '0'
- I believe that should work :)[/COLOR]
 
Status
Not open for further replies.
Back
Top