this is a fresh install for me
and i keep getting, i use to have a shout box when i had 3.0.7 but i deleted the shout table in PHPmyadmin
PHP Code:
Invalid SQL:
CREATE TABLE `shout` (
`sid` int(15) NOT NULL auto_increment,
`s_by` int(15) NOT NULL default '0',
`s_time` int(15) NOT NULL default '0',
`s_shout` text NOT NULL,
PRIMARY KEY (`sid`)
) ENGINE=MyISAM;;
MySQL Error : You have an error in your SQL syntax near 'ENGINE=MyISAM' at line 7
Error Number : 1064