Quote:
Originally Posted by Decado
if you have the AWS installed that's probably the culprit.
|
No, I do not have AWS installed.
Here is the SQL error I get when I attempt to run the installation script:
Code:
Database error in vBulletin 3.5.2:
Invalid SQL:
CREATE TABLE `inferno_attack` (
`aid` int(11) NOT NULL auto_increment,
`aname` text NOT NULL,
`atype` text NOT NULL,
`asprite` text NOT NULL,
`amp_cost` int(15) NOT NULL default '0',
PRIMARY KEY (`aid`)
) ENGINE=MyISAM;;
MySQL Error : You have an error in your SQL syntax near 'ENGINE=MyISAM' at line 8
Error Number : 1064
And here is the error I recieve when I attempt to run the uninstallation script:
Code:
Database error in vBulletin 3.5.2:
Invalid SQL:
alter table usergroup drop infernopermissions;
MySQL Error : Can't DROP 'infernopermissions'. Check that column/key exists
Error Number : 1091