Have I read the related troubleshooter articles above before posting (which pages?)? yes
Have I searched the tickets before posting? yes
Have I read the documentation before posting (which pages?)? yes
Joomla! version: 1.5.25
PHP version: (unknown)
MySQL version: (unknown)
Host: (optional, but it helps us help you)
Admin Tools version: (unknown)admin 2.2.1
Description of my issue:
After upgrading from 2.2.0 to 2.2.1 I got this error below and my website is accessable now! is down please help ASAP
JInstaller::install: SQL Error. DB function failed with error number 2006
MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS `jos_admintools_ipblock` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `ip` VARCHAR(255), `description` VARCHAR(255), UNIQUE KEY `id` (`id`) ) DEFAULT COLLATE utf8_general_ci CHARSET=utf8;
SQL =
CREATE TABLE IF NOT EXISTS `jos_admintools_ipblock` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`ip` VARCHAR(255),
`description` VARCHAR(255),
UNIQUE KEY `id` (`id`)
) DEFAULT COLLATE utf8_general_ci CHARSET=utf8;
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_admintools_ipblock` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `ip` VARCHAR(255), `description` VARCHAR(255), UNIQUE KEY `id` (`id`) ) DEFAULT COLLATE utf8_general_ci CHARSET=utf8;
SQL =
CREATE TABLE IF NOT EXISTS `jos_admintools_ipblock` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`ip` VARCHAR(255),
`description` VARCHAR(255),
UNIQUE KEY `id` (`id`)
) DEFAULT COLLATE utf8_general_ci CHARSET=utf8;
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