When I try to install this modification on our forum and our test forum (with little to no other modifications) I recieve this error.
Quote:
Invalid SQL:
CREATE TABLE IF NOT EXISTS UGTas_armor (
id int(10) NOT NULL auto_increment,
name varchar(100) NOT NULL default '',
power int(10) NOT NULL default '0',
cost int(10) NOT NULL default '0',
sellpenalty int(10) NOT NULL default '0',
PRIMARY KEY (id)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=9;
MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=latin1 AUTO_INCREMENT=9' at line 8
Error Number : 1064
|
Any ideas?