И так слетел сайт.и все таблицы тоже пропали.
Вроде нашел бэкап JoomlaPack, в папке installation/sql/только три файла Joomla.sql ,index,databases
А еще есть такой файл install.sql но он лежит не installation/sql/ а в общей папке.
когда переходит до шага Восстановление БД сайт ,вот такая ошибка
Error at the line 701: CREATE TABLE `#__joomgallery` ( `id` int(11) NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT '0', `imgtitle` text NOT NULL, `imgauthor` varchar(50) DEFAULT NULL, `imgtext` text NOT NULL, `imgdate` varchar(20) DEFAULT NULL, `imgcounter` int(11) NOT NULL DEFAULT '0', `imgvotes` int(11) NOT NULL DEFAULT '0', `imgvotesum` int(11) NOT NULL DEFAULT '0', `published` tinyint(1) NOT NULL DEFAULT '0', `imgfilename` varchar(100) NOT NULL DEFAULT '', `imgthumbname` varchar(100) NOT NULL DEFAULT '', `checked_out` int(11) NOT NULL DEFAULT '0', `owner` int(11) unsigned NOT NULL DEFAULT '0', `approved` tinyint(1) NOT NULL DEFAULT '0', `useruploaded` tinyint(1) NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `idx_catid` (`catid`), KEY `idx_owner` (`owner`) );
Query:CREATE TABLE `#__joomgallery` ( `id` int(11) NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT '0', `imgtitle` text NOT NULL, `imgauthor` varchar(50) DEFAULT NULL, `imgtext` text NOT NULL, `imgdate` varchar(20) DEFAULT NULL, `imgcounter` int(11) NOT NULL DEFAULT '0', `imgvotes` int(11) NOT NULL DEFAULT '0', `imgvotesum` int(11) NOT NULL DEFAULT '0', `published` tinyint(1) NOT NULL DEFAULT '0', `imgfilename` varchar(100) NOT NULL DEFAULT '', `imgthumbname` varchar(100) NOT NULL DEFAULT '', `checked_out` int(11) NOT NULL DEFAULT '0', `owner` int(11) unsigned NOT NULL DEFAULT '0', `approved` tinyint(1) NOT NULL DEFAULT '0', `useruploaded` tinyint(1) NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `idx_catid` (`catid`), KEY `idx_owner` (`owner`) );
MySQL: Table 'jos_joomgallery' already exists
Остановлено на ошибке
[вложение удалено Администратором]