I get the following error on a new JA_Mero install with sample data:
Some errors occurred while populating the database: SQL=CREATE TABLE `x3kz5_session` ( `session_id` varchar(200) NOT NULL DEFAULT ”, `client_id` tinyint(3) unsigned NOT NULL DEFAULT ‘0’, `guest` tinyint(4) unsigned DEFAULT ‘1’, `time` varchar(14) DEFAULT ”, `data` mediumtext, `userid` int(11) DEFAULT ‘0’, `username` varchar(150) DEFAULT ”, PRIMARY KEY (`session_id`), KEY `whosonline` (`guest`), KEY `userid` (`userid`), KEY `time` (`time`) ) ENGINE=InnoDB
MySQL: 5.5.29
I can’t see where the problem lies. Any suggestions gratefully received. Cheers