chemerzaev
Завсегдатай
   
Репутация: +74/-3
Offline
Пол: 
Сообщений: 755
Надо мыслить. Меня, например, кормят идеи.
|
 |
« : 14.07.2009, 18:23:16 » |
|
Ошибка выполнения SQL: \r\nCREATE TABLE `#__export_sections` (\r\n `id` int(11) NOT NULL auto_increment,\r\n `title` text NOT NULL,\r\n `name` text NOT NULL,\r\n `alias` varchar(255) NOT NULL,\r\n `image` text NOT NULL,\r\n `scope` varchar(100) NOT NULL,\r\n `image_position` varchar(100) NOT NULL,\r\n `description` text NOT NULL,\r\n `published` tinyint(1) NOT NULL default \'0\',\r\n `checked_out` int(11) unsigned NOT NULL default \'0\',\r\n `checked_out_time` datetime NOT NULL default \'0000-00-00 00:00:00\',\r\n `ordering` int(11) NOT NULL default \'0\',\r\n `access` tinyint(3) unsigned NOT NULL default \'0\',\r\n `count` int(11) NOT NULL default \'0\',\r\n `params` text NOT NULL,\r\n PRIMARY KEY (`id`),\r\n KEY `idx_scope` (`scope`)\r\n) TYPE=MyISAM AUTO_INCREMENT=1 \r\n\r\n DEFAULT CHARSET=cp1251. Текст ошибки:DB function failed with error number 1050 Table 'jos_export_sections' already exists SQL=CREATE TABLE `jos_export_sections` ( `id` int(11) NOT NULL auto_increment, `title` text NOT NULL, `name` text NOT NULL, `alias` varchar(255) NOT NULL, `image` text NOT NULL, `scope` varchar(100) NOT NULL, `image_position` varchar(100) NOT NULL, `description` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `count` int(11) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_scope` (`scope`) ) TYPE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=cp1251 SQL = CREATE TABLE `jos_export_sections` ( `id` int(11) NOT NULL auto_increment, `title` text NOT NULL, `name` text NOT NULL, `alias` varchar(255) NOT NULL, `image` text NOT NULL, `scope` varchar(100) NOT NULL, `image_position` varchar(100) NOT NULL, `description` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `count` int(11) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_scope` (`scope`) ) TYPE=MyISAM AUTO_INCREMENT=1
DEFAULT CHARSET=cp1251
|