I see this was posted once before, with no confirmation of the cause. Does anyone know what the issue might be? Everything else seems to be working ok, just installing jDownloads gets this error.
Thanks.
Upon uploading and installing the jDownloads component (most recent available as of 1/3/2010), on a Joomla server (1.5.15) it pauses for an unusually long time (40-50 seconds when most installs give feedback within 5-10 seconds). Afterward it gives the following error:
* JInstaller::install: SQL Error. DB function failed with error number 2006
MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS `jos_jdownloads_config` ( `id` int(11) NOT NULL AUTO_INCREMENT, `setting_name` varchar(64) NOT NULL default '', `setting_value` text NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM CHARACTER SET `utf8` COLLATE `utf8_general_ci`;
SQL =
CREATE TABLE IF NOT EXISTS `jos_jdownloads_config` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`setting_name` varchar(64) NOT NULL default '',
`setting_value` text NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM 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 `jos_jdownloads_config` ( `id` int(11) NOT NULL AUTO_INCREMENT, `setting_name` varchar(64) NOT NULL default '', `setting_value` text NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM CHARACTER SET `utf8` COLLATE `utf8_general_ci`;
SQL =
CREATE TABLE IF NOT EXISTS `jos_jdownloads_config` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`setting_name` varchar(64) NOT NULL default '',
`setting_value` text NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM 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