Hi,
Just try to install version 4.0 betat2. I get erroro messages from MySQL:
* JInstaller::install: SQL Error. DB function failed with error number 2006
MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS `wgkr_comment_joomvertising` ( `id` int(11) unsigned NOT NULL auto_increment, `type` varchar(255) NOT NULL, `code` TEXT NOT NULL , PRIMARY KEY ( `id` ) ) CHARACTER SET `utf8` COLLATE `utf8_general_ci`;
SQL =
CREATE TABLE IF NOT EXISTS `wgkr_comment_joomvertising` (
`id` int(11) unsigned NOT NULL auto_increment,
`type` varchar(255) NOT NULL,
`code` TEXT NOT NULL ,
PRIMARY KEY ( `id` )
) CHARACTER SET `utf8` COLLATE `utf8_general_ci`;
* Component Install: SQL error or missing or unreadable SQL file. DB function failed with error number 2006
MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS `wgkr_comment_joomvertising` ( `id` int(11) unsigned NOT NULL auto_increment, `type` varchar(255) NOT NULL, `code` TEXT NOT NULL , PRIMARY KEY ( `id` ) ) CHARACTER SET `utf8` COLLATE `utf8_general_ci`;
SQL =
CREATE TABLE IF NOT EXISTS `wgkr_comment_joomvertising` (
`id` int(11) unsigned NOT NULL auto_increment,
`type` varchar(255) NOT NULL,
`code` TEXT NOT NULL ,
PRIMARY KEY ( `id` )
) CHARACTER SET `utf8` COLLATE `utf8_general_ci`;
* Error Loading ModulesMySQL server has gone away SQL=SELECT id, title, module, position, content, showtitle, control, params FROM wgkr_modules AS m LEFT JOIN wgkr_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 2 AND m.client_id = 1 ORDER BY position, ordering
One an idea on how to solve this?
Thanks a lot
Rudolf