Hi! I've downloaded !JoomlaComment Component and tried to install, but get the error
* JInstaller::install: SQL-feil. DB function failed with error number 2006
MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS `vpo_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 `vpo_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`;
* Komponent Installer: SQL-feil, manglende eller uleselig sql-fil. DB function failed with error number 2006
MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS `vpo_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 `vpo_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 jos_modules AS m LEFT JOIN jos_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
Help?