Witam
Chciałbym wypróbować sobipro ale podczas instalacji napotykam się na takie błędy (joomla 1.5.22) wie ktoś w czym problem ?

  • JInstaller::install: Błąd SQL DB function failed with error number 2006
    MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS `jos_sobipro_category` ( `id` int(11) NOT NULL, `position` int(11) DEFAULT NULL, `description` text, `parseDesc` enum('0','1','2') NOT NULL DEFAULT '2', `introtext` varchar(255) NOT NULL, `showIntrotext` enum('0','1','2') NOT NULL DEFAULT '2', `icon` varchar(150) DEFAULT NULL, `showIcon` enum('0','1','2') NOT NULL DEFAULT '2', PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8;
    SQL = CREATE TABLE IF NOT EXISTS `jos_sobipro_category` (
    `id` int(11) NOT NULL,
    `position` int(11) DEFAULT NULL,
    `description` text,
    `parseDesc` enum('0','1','2') NOT NULL DEFAULT '2',
    `introtext` varchar(255) NOT NULL,
    `showIntrotext` enum('0','1','2') NOT NULL DEFAULT '2',
    `icon` varchar(150) DEFAULT NULL,
    `showIcon` enum('0','1','2') NOT NULL DEFAULT '2',
    PRIMARY KEY (`id`)
    ) DEFAULT CHARSET=utf8;
  • Komponent Zainstaluj: Błąd SQL, brak lub niezrozumiały plik .sql DB function failed with error number 2006
    MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS `jos_sobipro_category` ( `id` int(11) NOT NULL, `position` int(11) DEFAULT NULL, `description` text, `parseDesc` enum('0','1','2') NOT NULL DEFAULT '2', `introtext` varchar(255) NOT NULL, `showIntrotext` enum('0','1','2') NOT NULL DEFAULT '2', `icon` varchar(150) DEFAULT NULL, `showIcon` enum('0','1','2') NOT NULL DEFAULT '2', PRIMARY KEY (`id`) ) DEFAULT CHARSET=utf8;
    SQL = CREATE TABLE IF NOT EXISTS `jos_sobipro_category` (
    `id` int(11) NOT NULL,
    `position` int(11) DEFAULT NULL,
    `description` text,
    `parseDesc` enum('0','1','2') NOT NULL DEFAULT '2',
    `introtext` varchar(255) NOT NULL,
    `showIntrotext` enum('0','1','2') NOT NULL DEFAULT '2',
    `icon` varchar(150) DEFAULT NULL,
    `showIcon` enum('0','1','2') NOT NULL DEFAULT '2',
    PRIMARY KEY (`id`)
    ) DEFAULT 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