woodydong 2008-6-22 12:49
请教第二步出现:数据库插入数据出错无法继续安装
第二步设置站点的名称、网址、绝对路径和管理员Email
数据库插入数据出错!
无法继续安装。
错误记录:
SQL=Table 'mos_banner' already exists:
- - - - - - - - - -
# $Id: mambo_english.sql,v 1.9 2007/06/04 05:18:00 lang3 Exp $
# Table structure for table `mos_banner`
CREATE TABLE `mos_banner` (
`bid` int(11) NOT NULL auto_increment,
`cid` int(11) NOT NULL default '0',
`type` varchar(10) NOT NULL default 'banner',
`name` varchar(50) NOT NULL default '',
`imptotal` int(11) NOT NULL default '0',
`impmade` int(11) NOT NULL default '0',
`clicks` int(11) NOT NULL default '0',
`imageurl` varchar(100) NOT NULL default '',
`clickurl` varchar(200) NOT NULL default '',
`date` datetime default NULL,
`showBanner` tinyint(1) NOT NULL default '0',
`checked_out` tinyint(1) NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`editor` varchar(50) default NULL,
`custombannercode` text,
PRIMARY KEY (`bid`),
KEY `viewbanner` (`showBanner`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_bannerclient' already exists:
- - - - - - - - - -
# Table structure for table `mos_bannerclient`
CREATE TABLE `mos_bannerclient` (
`cid` int(11) NOT NULL auto_increment,
`name` varchar(60) NOT NULL default '',
`contact` varchar(60) NOT NULL default '',
`email` varchar(60) NOT NULL default '',
`extrainfo` text NOT NULL,
`checked_out` tinyint(1) NOT NULL default '0',
`checked_out_time` time default NULL,
`editor` varchar(50) default NULL,
PRIMARY KEY (`cid`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_bannerfinish' already exists:
- - - - - - - - - -
# Table structure for table `mos_bannerfinish`
CREATE TABLE `mos_bannerfinish` (
`bid` int(11) NOT NULL auto_increment,
`cid` int(11) NOT NULL default '0',
`type` varchar(10) NOT NULL default '',
`name` varchar(50) NOT NULL default '',
`impressions` int(11) NOT NULL default '0',
`clicks` int(11) NOT NULL default '0',
`imageurl` varchar(50) NOT NULL default '',
`datestart` datetime default NULL,
`dateend` datetime default NULL,
PRIMARY KEY (`bid`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_categories' already exists:
- - - - - - - - - -
# Table structure for table `mos_categories`
CREATE TABLE `mos_categories` (
`id` int(11) NOT NULL auto_increment,
`parent_id` int(11) NOT NULL default '0',
`title` varchar(50) NOT NULL default '',
`name` varchar(255) NOT NULL default '',
`image` varchar(100) NOT NULL default '',
`section` varchar(50) NOT NULL default '',
`image_position` varchar(10) NOT NULL default '',
`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',
`editor` varchar(50) default NULL,
`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 `cat_idx` (`section`,`published`,`access`),
KEY `idx_section` (`section`),
KEY `idx_access` (`access`),
KEY `idx_checkout` (`checked_out`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_components' already exists:
- - - - - - - - - -
# Table structure for table `mos_components`
CREATE TABLE `mos_components` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(50) NOT NULL default '',
`link` varchar(255) NOT NULL default '',
`menuid` int(11) unsigned NOT NULL default '0',
`parent` int(11) unsigned NOT NULL default '0',
`admin_menu_link` varchar(255) NOT NULL default '',
`admin_menu_alt` varchar(255) NOT NULL default '',
`option` varchar(50) NOT NULL default '',
`ordering` int(11) NOT NULL default '0',
`admin_menu_img` varchar(255) NOT NULL default '',
`iscore` tinyint(4) NOT NULL default '0',
`params` text NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_components`
INSERT INTO `mos_components` VALUES (1, 'Banners', '', 0, 0, '', 'Banner Management', 'com_banners', 0, 'js/ThemeOffice/component.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '2' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (2, 'Manage Banners', '', 0, 1, 'option=com_banners', 'Active Banners', 'com_banners', 1, 'js/ThemeOffice/edit.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '3' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (3, 'Manage Clients', '', 0, 1, 'option=com_banners&task=listclients', 'Manage Clients', 'com_banners', 2, 'js/ThemeOffice/categories.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '4' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (4, 'Web Links', 'option=com_weblinks', 0, 0, '', 'Manage Weblinks', 'com_weblinks', 0, 'js/ThemeOffice/globe2.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '5' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (5, 'Weblink Items', '', 0, 4, 'option=com_weblinks', 'View existing weblinks', 'com_weblinks', 1, 'js/ThemeOffice/edit.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '6' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (6, 'Weblink Categories', '', 0, 4, 'option=categories§ion=com_weblinks', 'Manage weblink categories', '', 2, 'js/ThemeOffice/categories.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '7' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (7, 'Contacts', 'option=com_contact', 0, 0, '', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/user.png', 1, '')
= = = = = = = = = =
SQL=Duplicate entry '8' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (8, 'Manage Contacts', '', 0, 7, 'option=com_contact', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/edit.png', 1, '')
= = = = = = = = = =
SQL=Duplicate entry '9' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (9, 'Contact Categories', '', 0, 7, 'option=categories§ion=com_contact_details', 'Manage contact categories', '', 2, 'js/ThemeOffice/categories.png', 1, '')
= = = = = = = = = =
SQL=Duplicate entry '10' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (10, 'FrontPage', 'option=com_frontpage', 0, 0, '', 'Manage Front Page Items', 'com_frontpage', 0, 'js/ThemeOffice/component.png', 1, '')
= = = = = = = = = =
SQL=Duplicate entry '11' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (11, 'Polls', 'option=com_poll', 0, 0, 'option=com_poll', 'Manage Polls', 'com_poll', 0, 'js/ThemeOffice/component.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '12' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (12, 'News Feeds', 'option=com_newsfeeds', 0, 0, '', 'News Feeds Management', 'com_newsfeeds', 0, 'js/ThemeOffice/component.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '13' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (13, 'Manage News Feeds', '', 0, 12, 'option=com_newsfeeds', 'Manage News Feeds', 'com_newsfeeds', 1, 'js/ThemeOffice/edit.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '14' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (14, 'Manage Categories', '', 0, 12, 'option=com_categories§ion=com_newsfeeds', 'Manage Categories', '', 2, 'js/ThemeOffice/categories.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '15' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (15, 'Login', 'option=com_login', 0, 0, '', '', 'com_login', 0, '', 1, '')
= = = = = = = = = =
SQL=Duplicate entry '16' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (16, 'Search', 'option=com_search', 0, 0, '', '', 'com_search', 0, '', 1, '')
= = = = = = = = = =
SQL=Duplicate entry '17' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (17, 'Syndicate', '', 0, 0, 'option=com_syndicate&hidemainmenu=1', 'Manage Syndication Settings', 'com_syndicate', 0, 'js/ThemeOffice/component.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '18' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (18, 'Mass Mail', '', 0, 0, 'option=com_massmail&hidemainmenu=1', 'Send Mass Mail', 'com_massmail', 0, 'js/ThemeOffice/mass_email.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '19' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (19, 'Mamhoo', 'option=com_mamhoo', 0, 0, 'option=com_mamhoo', 'Mamhoo', 'com_mamhoo', 0, 'js/ThemeOffice/component.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '20' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (20, 'Mamhoo User Manager', '', 0, 19, 'option=com_mamhoo', 'Mamhoo User Manager', 'com_mamhoo', 0, 'js/ThemeOffice/user.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '21' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (21, 'Mamhoo User Extended Config', '', 0, 19, 'option=com_mamhoo&task=config', 'Mamhoo Config', 'com_mamhoo', 1, 'js/ThemeOffice/config.png', 0, '')
= = = = = = = = = =
SQL=Duplicate entry '22' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (22, 'Install/Uninstall Mamhooks', '', 0, 19, 'option=com_mamhoo&element=mamhook', 'Install/Uninstall Mamhooks', 'com_mamhoo', 2, 'js/ThemeOffice/install.png', 0, '')
= = = = = = = = = =
woodydong 2008-6-22 12:50
请教第二步出现:数据库插入数据出错无法继续安装
SQL=Duplicate entry '23' for key 1:
- - - - - - - - - -
INSERT INTO `mos_components` VALUES (23, 'About Mamhoo', '', 0, 19, 'option=com_mamhoo&task=about', 'About Mamhoo', 'com_mamhoo', 3, 'js/ThemeOffice/credits.png', 0, '')
= = = = = = = = = =
SQL=Table 'mos_contact_details' already exists:
- - - - - - - - - -
# Table structure for table `mos_contact_details`
CREATE TABLE `mos_contact_details` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(100) NOT NULL default '',
`con_position` varchar(50) default NULL,
`address` text,
`suburb` varchar(50) default NULL,
`state` varchar(20) default NULL,
`country` varchar(50) default NULL,
`postcode` varchar(10) default NULL,
`telephone` varchar(25) default NULL,
`fax` varchar(25) default NULL,
`misc` mediumtext,
`image` varchar(100) default NULL,
`imagepos` varchar(20) default NULL,
`email_to` varchar(100) default NULL,
`default_con` tinyint(1) unsigned NOT NULL default '0',
`published` tinyint(1) unsigned 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',
`params` text NOT NULL,
`user_id` int(11) NOT NULL default '0',
`catid` int(11) NOT NULL default '0',
`access` tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY (`id`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_content' already exists:
- - - - - - - - - -
# Table structure for table `mos_content`
CREATE TABLE `mos_content` (
`id` int(11) unsigned NOT NULL auto_increment,
`title` varchar(100) NOT NULL default '',
`title_alias` varchar(100) NOT NULL default '',
`introtext` mediumtext NOT NULL,
`fulltext` mediumtext NOT NULL,
`state` tinyint(3) NOT NULL default '0',
`sectionid` int(11) unsigned NOT NULL default '0',
`mask` int(11) unsigned NOT NULL default '0',
`catid` int(11) unsigned NOT NULL default '0',
`created` datetime NOT NULL default '0000-00-00 00:00:00',
`created_by` int(11) unsigned NOT NULL default '0',
`created_by_alias` varchar(100) NOT NULL default '',
`modified` datetime NOT NULL default '0000-00-00 00:00:00',
`modified_by` int(11) unsigned 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',
`publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
`images` text NOT NULL,
`urls` text NOT NULL,
`attribs` text NOT NULL,
`version` int(11) unsigned NOT NULL default '1',
`parentid` int(11) unsigned NOT NULL default '0',
`ordering` int(11) NOT NULL default '0',
`metakey` text NOT NULL,
`metadesc` text NOT NULL,
`access` int(11) unsigned NOT NULL default '0',
`hits` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`id`),
KEY `idx_section` (`sectionid`),
KEY `idx_access` (`access`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_state` (`state`),
KEY `idx_catid` (`catid`),
KEY `idx_mask` (`mask`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_content_frontpage' already exists:
- - - - - - - - - -
# Table structure for table `mos_content_frontpage`
CREATE TABLE `mos_content_frontpage` (
`content_id` int(11) NOT NULL default '0',
`ordering` int(11) NOT NULL default '0',
PRIMARY KEY (`content_id`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_content_rating' already exists:
- - - - - - - - - -
# Table structure for table `mos_content_rating`
CREATE TABLE `mos_content_rating` (
`content_id` int(11) NOT NULL default '0',
`rating_sum` int(11) unsigned NOT NULL default '0',
`rating_count` int(11) unsigned NOT NULL default '0',
`lastip` varchar(50) NOT NULL default '',
PRIMARY KEY (`content_id`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_core_acl_aro' already exists:
- - - - - - - - - -
# Table structure for table `mos_core_acl_aro`
CREATE TABLE `mos_core_acl_aro` (
`aro_id` int(11) NOT NULL auto_increment,
`section_value` varchar(240) NOT NULL default '0',
`value` varchar(240) NOT NULL default '',
`order_value` int(11) NOT NULL default '0',
`name` varchar(255) NOT NULL default '',
`hidden` int(11) NOT NULL default '0',
PRIMARY KEY (`aro_id`),
UNIQUE KEY `section_value_value_aro` (`section_value`,`value`),
UNIQUE KEY `mos_gacl_section_value_value_aro` (`section_value`,`value`),
KEY `hidden_aro` (`hidden`),
KEY `mos_gacl_hidden_aro` (`hidden`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_core_acl_aro_groups' already exists:
- - - - - - - - - -
# Table structure for table `mos_core_acl_aro_groups`
CREATE TABLE `mos_core_acl_aro_groups` (
`group_id` int(11) NOT NULL auto_increment,
`parent_id` int(11) NOT NULL default '0',
`name` varchar(255) NOT NULL default '',
`lft` int(11) NOT NULL default '0',
`rgt` int(11) NOT NULL default '0',
PRIMARY KEY (`group_id`),
KEY `parent_id_aro_groups` (`parent_id`),
KEY `mos_gacl_parent_id_aro_groups` (`parent_id`),
KEY `mos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Duplicate entry '17' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_core_acl_aro_groups`
INSERT INTO `mos_core_acl_aro_groups` VALUES (17, 0, 'ROOT', 1, 22)
= = = = = = = = = =
SQL=Duplicate entry '28' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_groups` VALUES (28, 17, 'USERS', 2, 21)
= = = = = = = = = =
SQL=Duplicate entry '29' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_groups` VALUES (29, 28, 'Public Frontend', 3, 12)
= = = = = = = = = =
SQL=Duplicate entry '18' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_groups` VALUES (18, 29, 'Registered', 4, 11)
= = = = = = = = = =
SQL=Duplicate entry '19' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_groups` VALUES (19, 18, 'Author', 5, 10)
= = = = = = = = = =
SQL=Duplicate entry '20' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_groups` VALUES (20, 19, 'Editor', 6, 9)
= = = = = = = = = =
SQL=Duplicate entry '21' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_groups` VALUES (21, 20, 'Publisher', 7, 8)
= = = = = = = = = =
SQL=Duplicate entry '30' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_groups` VALUES (30, 28, 'Public Backend', 13, 20)
= = = = = = = = = =
SQL=Duplicate entry '23' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_groups` VALUES (23, 30, 'Manager', 14, 19)
= = = = = = = = = =
SQL=Duplicate entry '24' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_groups` VALUES (24, 23, 'Administrator', 15, 18)
= = = = = = = = = =
woodydong 2008-6-22 12:51
请教第二步出现:数据库插入数据出错无法继续安装
SQL=Duplicate entry '25' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_groups` VALUES (25, 24, 'Super Administrator', 16, 17)
= = = = = = = = = =
SQL=Table 'mos_core_acl_aro_sections' already exists:
- - - - - - - - - -
# Table structure for table `mos_core_acl_aro_sections`
CREATE TABLE `mos_core_acl_aro_sections` (
`section_id` int(11) NOT NULL auto_increment,
`value` varchar(230) NOT NULL default '',
`order_value` int(11) NOT NULL default '0',
`name` varchar(230) NOT NULL default '',
`hidden` int(11) NOT NULL default '0',
PRIMARY KEY (`section_id`),
UNIQUE KEY `value_aro_sections` (`value`),
UNIQUE KEY `mos_gacl_value_aro_sections` (`value`),
KEY `hidden_aro_sections` (`hidden`),
KEY `mos_gacl_hidden_aro_sections` (`hidden`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Duplicate entry '10' for key 1:
- - - - - - - - - -
INSERT INTO `mos_core_acl_aro_sections` VALUES (10, 'users', 1, 'Users', 0)
= = = = = = = = = =
SQL=Table 'mos_core_acl_groups_aro_map' already exists:
- - - - - - - - - -
# Table structure for table `mos_core_acl_groups_aro_map`
CREATE TABLE `mos_core_acl_groups_aro_map` (
`group_id` int(11) NOT NULL default '0',
`section_value` varchar(240) NOT NULL default '',
`aro_id` int(11) NOT NULL default '0',
UNIQUE KEY `group_id_aro_id_groups_aro_map` (`group_id`,`section_value`,`aro_id`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_core_log_items' already exists:
- - - - - - - - - -
# Table structure for table `mos_core_log_items`
# To be implemented in Version 4.6
CREATE TABLE `mos_core_log_items` (
`time_stamp` date NOT NULL default '0000-00-00',
`item_table` varchar(50) NOT NULL default '',
`item_id` int(11) unsigned NOT NULL default '0',
`hits` int(11) unsigned NOT NULL default '0'
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_core_log_searches' already exists:
- - - - - - - - - -
# Table structure for table `mos_core_log_searches`
# To be implemented in Version 4.6
CREATE TABLE `mos_core_log_searches` (
`search_term` varchar(128) NOT NULL default '',
`hits` int(11) unsigned NOT NULL default '0'
) TYPE=MyISAM
= = = = = = = = = =
SQL=Table 'mos_groups' already exists:
- - - - - - - - - -
# Table structure for table `mos_groups`
CREATE TABLE `mos_groups` (
`id` tinyint(3) unsigned NOT NULL default '0',
`name` varchar(50) NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Duplicate entry '0' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_groups`
INSERT INTO `mos_groups` VALUES (0, 'Public')
= = = = = = = = = =
SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
INSERT INTO `mos_groups` VALUES (1, 'Registered')
= = = = = = = = = =
SQL=Duplicate entry '2' for key 1:
- - - - - - - - - -
INSERT INTO `mos_groups` VALUES (2, 'Special')
= = = = = = = = = =
SQL=Table 'mos_mambots' already exists:
- - - - - - - - - -
# Table structure for table `mos_mambots`
CREATE TABLE `mos_mambots` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(100) NOT NULL default '',
`element` varchar(100) NOT NULL default '',
`folder` varchar(100) NOT NULL default '',
`access` tinyint(3) unsigned NOT NULL default '0',
`ordering` int(11) NOT NULL default '0',
`published` tinyint(3) NOT NULL default '0',
`iscore` tinyint(3) NOT NULL default '0',
`client_id` tinyint(3) 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',
`params` text NOT NULL,
PRIMARY KEY (`id`),
KEY `idx_folder` (`published`,`client_id`,`access`,`folder`)
) TYPE=MyISAM
= = = = = = = = = =
SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (1, 'MOS Image', 'mosimage', 'content', 0, -10000, 1, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '2' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (2, 'MOS Pagination', 'mospaging', 'content', 0, 10000, 1, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '3' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (3, 'Legacy Mambot Includer', 'legacybots', 'content', 0, 1, 0, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '4' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (4, 'SEF', 'mossef', 'content', 0, 3, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '5' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (5, 'MOS Rating', 'mosvote', 'content', 0, 4, 1, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '6' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (6, 'Search Content', 'content.searchbot', 'search', 0, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '7' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (7, 'Search Weblinks', 'weblinks.searchbot', 'search', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '8' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (8, 'Code support', 'moscode', 'content', 0, 2, 0, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '9' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (9, 'No WYSIWYG Editor', 'none', 'editors', 0, 1, 0, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '10' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (10, 'FCKEditor WYSIWYG Editor', 'mambofck', 'editors', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', 's:SkinPath=default\nAutoDetectLanguage=1\ns:DefaultLanguage=default\ns:ContentLangDirection=ltr\nProcessHTMLEntities=1\nIncludeLatinEntities=1\nIncludeGreekEntities=1\nFillEmptyBlocks=1\nFormatSource=1\nFormatOutput=1\nFormatIndentator='' ''\nForceStrongEm=1\nGeckoUseSPAN=0\nForcePasteAsPlainText=0\nAutoDetectPasteFromWord=1\nForceSimpleAmpersand=0\nTabSpaces=0\nShowBorders=1\nSourcePopup=0\nUseBROnCarriageReturn=0\nToolbarStartExpanded=1\nToolbarCanCollapse=1\nIgnoreEmptyParagraphValue=1\nPreserveSessionOnFileBrowser=0\nFloatingPanelsZIndex=10000\nToolbarSet=[ [''Undo'',''Redo''], [''Cut'',''Copy'',''Paste'',''PasteText'',''PasteWord''], [''Bold'',''Italic'',''Underline'',''StrikeThrough'',''-'',''Subscript'',''Superscript'',''-'',''OrderedList'',''UnorderedList'',''-'',''Outdent'',''Indent''], [''JustifyLeft'',''JustifyCenter'',''JustifyRight'',''JustifyFull''], ''/'', [''Link'',''Unlink'',''Anchor''], [''Image'',''Flash'',''Table'',''Rule'',''Smiley'',''SpecialChar'',''UniversalKey''], [''TextColor'',''BGColor''], [''mosimage'', ''mospage''], [''Source'',''About''] ]\nContextMenu=[''Generic'',''Link'',''Anchor'',''Image'',''Flash'',''BulletedList'',''NumberedList'',''Table'']\ns:FontColors=000000,993300,333300,003300,003366,000080,333399,333333,800000,FF6600,808000,808080,008080,0000FF,666699,808080,FF0000,FF9900,99CC00,339966,33CCCC,3366FF,800080,999999,FF00FF,FFCC00,FFFF00,00FF00,00FFFF,00CCFF,993366,C0C0C0,FF99CC,FFCC99,FFFF99,CCFFCC,CCFFFF,99CCFF,CC99FF,FFFFFF\ns:FontNames=Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana\ns:FontSizes=1/xx-small;2/x-small;3/small;4/medium;5/large;6/x-large;7/xx-large\ns:FontFormats=p;div;pre;address;h1;h2;h3;h4;h5;h6\nSpellChecker=''ieSpell''\ns:IeSpellDownloadUrl=http://iespell.huhbw.com/ieSpellSetup220647.exe\nMaxUndoLevels=15\nDisableObjectResizing=0\nDisableFFTableHandles=1\nLinkDlgHideTarget=0\nLinkDlgHideAdvanced=0\nImageDlgHideLink=0\nImageDlgHideAdvanced=0\nFlashDlgHideAdvanced=0\nLinkBrowser=1\nImageBrowser=1\nFlashBrowser=1\nLinkUpload=1\nImageUpload=1\nFlashUpload=1')
= = = = = = = = = =
SQL=Duplicate entry '11' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (11, 'MOS Image Editor Button', 'mosimage.btn', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '12' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (12, 'MOS Pagebreak Editor Button', 'mospage.btn', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '13' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (13, 'Search Contacts', 'contacts.searchbot', 'search', 0, 3, 1, 1, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '14' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (14, 'Search Categories', 'categories.searchbot', 'search', 0, 4, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '15' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (15, 'Search Sections', 'sections.searchbot', 'search', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '16' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (16, 'Email Cloaking', 'mosemailcloak', 'content', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '17' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (17, 'GeSHi', 'geshi', 'content', 0, 5, 0, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '18' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (18, 'Search Newsfeeds', 'newsfeeds.searchbot', 'search', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Duplicate entry '19' for key 1:
- - - - - - - - - -
INSERT INTO `mos_mambots` VALUES (19, 'Load Module Positions', 'mosloadposition', 'content', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', '')
= = = = = = = = = =
SQL=Table 'mos_mamhoo' already exists:
- - - - - - - - - -
# Table structure for table `mos_mamhoo`
CREATE TABLE `mos_mamhoo` (
`user_id` int(11) NOT NULL default '1',
`f01` varchar(255) default NULL,
`f02` varchar(255) default NULL,
`f03` varchar(255) default NULL,
`f04` varchar(255) default NULL,
`f05` varchar(255) default NULL,
`f06` varchar(255) default NULL,
`f07` varchar(255) default NULL,
`f08` varchar(255) default NULL,
`f09` varchar(255) default NULL,
`f10` varchar(255) default NULL,
`f11` varchar(255) default NULL,
`f12` varchar(255) default NULL,
`f13` varchar(255) default NULL,
`f14` varchar(255) default NULL,
`f15` varchar(255) default NULL,
`f16` varchar(255) default NULL,
`f17` varchar(255) default NULL,
`f18` varchar(255) default NULL,
`f19` varchar(255) default NULL,
`f20` varchar(255) default NULL,
`f21` varchar(255) default NULL,
`f22` varchar(255) default NULL,
`f23` varchar(255) default NULL,
`f24` varchar(255) default NULL,
`f25` varchar(255) default NULL,
`f26` varchar(255) default NULL,
`f27` varchar(255) default NULL,
`f28` varchar(255) default NULL,
`f29` varchar(255) default NULL,
`f30` varchar(255) default NULL,
`f31` varchar(255) default NULL,
`f32` varchar(255) default NULL,
`f33` varchar(255) default NULL,
`f34` varchar(255) default NULL,
`f35` varchar(255) default NULL,
`f36` varchar(255) default NULL,
`f37` varchar(255) default NULL,
`f38` varchar(255) default NULL,
`f39` varchar(255) default NULL,
`f40` varchar(255) default NULL,
`f41` varchar(255) default NULL,
`f42` varchar(255) default NULL,
`f43` varchar(255) default NULL,
`f44` varchar(255) default NULL,
`f45` varchar(255) default NULL,
`f46` varchar(255) default NULL,
`f47` varchar(255) default NULL,
`f48` varchar(255) default NULL,
`f49` varchar(255) default NULL,
`f50` varchar(255) default NULL,
PRIMARY KEY (`user_id`)
) TYPE=MyISAM
= = = = = = = = = =
woodydong 2008-6-22 12:52
请教第二步出现:数据库插入数据出错无法继续安装
SQL=Incorrect string value: '\xCC\xE1\xBD\xBB\xC1\xB4...' for column 'name' at row 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (14, 'usermenu', '提交链接', 'index.php?option=com_weblinks&task=new', 'url', 1, 0, 0, 0, 3, 0, '2000-00-00 00:00:00', 0, 0, 1, 2, '')
= = = = = = = = = =
SQL=Incorrect string value: '\xB7\xC5\xBB\xD8\xCC\xF5...' for column 'name' at row 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (15, 'usermenu', '放回条目', 'index.php?option=com_user&task=CheckIn', 'url', 1, 0, 0, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 1, 2, '')
= = = = = = = = = =
SQL=Incorrect string value: '\xCD\xCB\xB3\xF6' for column 'name' at row 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (16, 'usermenu', '退出', 'index.php?option=com_login', 'components', 1, 0, 15, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 1, 3, '')
= = = = = = = = = =
SQL=Duplicate entry '32' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (32, 'mainmenu', 'FAQs', 'index.php?option=com_content&task=section&id=3', 'content_section', 1, 0, 3, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\npage_title=0\npageclass_sfx=\nback_button=\norderby=\nother_cat_section=1\ndescription=1\ndescription_image=0\nother_cat=0\nempty_cat=0\ncat_items=1\ncat_description=0\ndate_format=\ndate=\nauthor=\nhits=\nheadings=1\nnavigation=0\norder_select=1\ndisplay=1\ndisplay_num=50\nfilter=1\nfilter_type=title')
= = = = = = = = = =
SQL=Duplicate entry '26' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (26, 'mainmenu', 'The Mambo License', 'index.php?option=com_content&task=view&id=5', 'content_typed', 1, 0, 5, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1')
= = = = = = = = = =
SQL=Duplicate entry '27' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (27, 'mainmenu', 'Getting Started', 'index.php?option=com_content&task=category§ionid=4&id=16', 'content_category', 1, 0, 16, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\npage_title=0\npageclass_sfx=\nback_button=\norderby=\ndate_format=\ndate=\nauthor=\nhits=\nheadings=1\nnavigation=0\norder_select=1\ndisplay=1\ndisplay_num=50\nfilter=1\nfilter_type=title\nother_cat=1\nempty_cat=0\ncat_items=1\ncat_description=1')
= = = = = = = = = =
SQL=Incorrect string value: '\xCA\xD7\xD2\xB3' for column 'name' at row 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (28, 'topmenu', '首页', 'index.php?option=com_frontpage', 'components', 1, 0, 10, 0, 8, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\npageclass_sfx=\nheader=\npage_title=1\nback_button=\nleading=1\nintro=2\ncolumns=2\nlink=3\norderby_pri=\norderby_sec=front\npagination=2\npagination_results=1\nimage=1\nsection=0\nsection_link=0\ncategory=0\ncategory_link=0\nitem_title=1\nlink_titles=\nreadmore=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=0\nprint=0\nemail=0')
= = = = = = = = = =
SQL=Incorrect string value: '\xCD\xF8\xD5\xBE\xC1\xB4...' for column 'name' at row 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (29, 'topmenu', '网站链接', 'index.php?option=com_weblinks', 'components', 1, 0, 4, 0, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader=\nheadings=1\nhits=\nitem_description=1\nother_cat_section=1\nother_cat=1\ndescription=1\ndescription_text=\nimage=-1\nimage_align=right\nweblink_icons=')
= = = = = = = = = =
SQL=Incorrect string value: '\xC1\xAA\xCF\xB5\xCE\xD2...' for column 'name' at row 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (30, 'topmenu', '联系我们', 'index.php?option=com_contact&task=view&contact_id=1', 'contact_item_link', 1, 0, 1, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\npageclass_sfx=\npage_title=1\nheader=')
= = = = = = = = = =
SQL=Incorrect string value: '\xD0\xC2\xCE\xC5' for column 'name' at row 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (31, 'topmenu', '新闻', 'index.php?option=com_content&task=section&id=2', 'content_section', 1, 0, 2, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\npage_title=1\npageclass_sfx=\nback_button=\norderby=\nother_cat_section=1\ndescription=0\ndescription_image=0\nother_cat=1\nempty_cat=0\ncat_items=1\ncat_description=1\ndate_format=\ndate=\nauthor=\nhits=\nheadings=1\nnavigation=1\norder_select=1\ndisplay=1\ndisplay_num=50\nfilter=1\nfilter_type=title')
= = = = = = = = = =
SQL=Duplicate entry '33' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (33, 'mainmenu', 'Mambo and Security', 'index.php?option=com_content&task=category§ionid=3&id=18', 'content_category', 1, 32, 18, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\npage_title=0\npageclass_sfx=\nback_button=\norderby=\ndate_format=\ndate=\nauthor=\nhits=\nheadings=1\nnavigation=0\norder_select=1\ndisplay=1\ndisplay_num=50\nfilter=1\nfilter_type=title\nother_cat=0\nempty_cat=0\ncat_items=1\ncat_description=0')
= = = = = = = = = =
SQL=Duplicate entry '34' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (34, 'mainmenu', 'Managing Content', 'index.php?option=com_content&task=category§ionid=3&id=19', 'content_category', 1, 32, 19, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\npage_title=0\npageclass_sfx=\nback_button=\norderby=\ndate_format=\ndate=\nauthor=\nhits=\nheadings=1\nnavigation=0\norder_select=1\ndisplay=1\ndisplay_num=50\nfilter=1\nfilter_type=title\nother_cat=0\nempty_cat=0\ncat_items=1\ncat_description=0')
= = = = = = = = = =
SQL=Duplicate entry '35' for key 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (35, 'mainmenu', 'Managing Users', 'index.php?option=com_content&task=category§ionid=3&id=17', 'content_category', 1, 32, 17, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'menu_image=-1\npage_title=0\npageclass_sfx=\nback_button=\norderby=\ndate_format=\ndate=\nauthor=\nhits=\nheadings=1\nnavigation=0\norder_select=1\ndisplay=1\ndisplay_num=50\nfilter=1\nfilter_type=title\nother_cat=0\nempty_cat=0\ncat_items=1\ncat_description=0')
= = = = = = = = = =
SQL=Incorrect string value: '\xD6\xD0\xB9\xFA' for column 'name' at row 1:
- - - - - - - - - -
INSERT INTO `mos_menu` VALUES (36, 'othermenu', 'Mambo中国', 'http://www.mambochina.net', 'url', 1, 0, 0, 0, 1, 0, '0000-00-00 00:00:00', 0, 1, 0, 3, '')
= = = = = = = = = =
SQL=Duplicate entry '15' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_newsfeeds`
INSERT INTO `mos_newsfeeds` VALUES (14, 15, 'The Daily Report', 'http://www.zeldman.com/feed/zeldman.xml', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 8)
= = = = = = = = = =
SQL=Duplicate entry '14' for key 1:
- - - - - - - - - -
INSERT INTO `mos_newsfeeds` VALUES (13, 14, 'Lawrence Lessig''s Blog', 'http://www.lessig.org/blog/index.xml', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 9)
= = = = = = = = = =
SQL=Duplicate entry '3' for key 1:
- - - - - - - - - -
INSERT INTO `mos_newsfeeds` VALUES (10, 3, 'Linux Today', 'http://linuxtoday.com/backend/my-netscape.rdf', '', 1, 3, 3600, 0, '0000-00-00 00:00:00', 14)
= = = = = = = = = =
SQL=Duplicate entry '17' for key 1:
- - - - - - - - - -
INSERT INTO `mos_newsfeeds` VALUES (14, 17, 'Evolt.org', 'http://evolt.org/rss/articles.rss', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 6)
= = = = = = = = = =
SQL=Duplicate entry '16' for key 1:
- - - - - - - - - -
INSERT INTO `mos_newsfeeds` VALUES (14, 16, 'A List Apart', 'http://www.alistapart.com/rss.xml', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 7)
= = = = = = = = = =
SQL=Duplicate entry '13' for key 1:
- - - - - - - - - -
INSERT INTO `mos_newsfeeds` VALUES (13, 13, 'OSDir', 'http://osdir.com/rss.php', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 10)
= = = = = = = = = =
SQL=Duplicate entry '12' for key 1:
- - - - - - - - - -
INSERT INTO `mos_newsfeeds` VALUES (13, 12, 'Newsforge', 'http://www.newsforge.com/index.rss', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 11)
= = = = = = = = = =
SQL=Duplicate entry '10' for key 1:
- - - - - - - - - -
INSERT INTO `mos_newsfeeds` VALUES (10, 10, 'DistroWatch', 'http://distrowatch.com/news/dw.xml', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 13)
= = = = = = = = = =
SQL=Duplicate entry '11' for key 1:
- - - - - - - - - -
INSERT INTO `mos_newsfeeds` VALUES (4, 11, 'MamboServer', 'http://news.mamboserver.com/index2.php?option=com_rss&feed=RSS1.0&no_html=1', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 12)
= = = = = = = = = =
SQL=Duplicate entry '18' for key 1:
- - - - - - - - - -
INSERT INTO `mos_newsfeeds` VALUES (15, 18, 'Slashdot', 'http://slashdot.org/index.rss', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 5)
= = = = = = = = = =
SQL=Duplicate entry '19' for key 1:
- - - - - - - - - -
INSERT INTO `mos_newsfeeds` VALUES (15, 19, 'The Register', 'http://www.theregister.com/excerpts.rss', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 4)
= = = = = = = = = =
SQL=Duplicate entry '20' for key 1:
- - - - - - - - - -
INSERT INTO `mos_newsfeeds` VALUES (15, 20, 'Wired', 'http://www.wired.com/news/feeds/rss2/0,2610,,00.xml', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 3)
= = = = = = = = = =
SQL=Duplicate entry '21' for key 1:
- - - - - - - - - -
INSERT INTO `mos_newsfeeds` VALUES (15, 21, 'BoingBoing', 'http://feeds.feedburner.com/boingboing/iBag', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 2)
= = = = = = = = = =
SQL=Duplicate entry '22' for key 1:
- - - - - - - - - -
INSERT INTO `mos_newsfeeds` VALUES (4, 22, 'MamboForge', 'http://mamboforge.net/export/rss_sfnews.php', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 1)
= = = = = = = = = =
SQL=Duplicate entry '20' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_poll_data`
INSERT INTO `mos_poll_data` VALUES (20, 15, '', 0)
= = = = = = = = = =
SQL=Duplicate entry '19' for key 1:
- - - - - - - - - -
INSERT INTO `mos_poll_data` VALUES (19, 15, '', 0)
= = = = = = = = = =
SQL=Duplicate entry '18' for key 1:
- - - - - - - - - -
INSERT INTO `mos_poll_data` VALUES (18, 15, '', 0)
= = = = = = = = = =
SQL=Duplicate entry '17' for key 1:
- - - - - - - - - -
INSERT INTO `mos_poll_data` VALUES (17, 15, 'Scott Adams', 1)
= = = = = = = = = =
SQL=Duplicate entry '16' for key 1:
- - - - - - - - - -
INSERT INTO `mos_poll_data` VALUES (16, 15, 'Tim Berners-Lee', 0)
= = = = = = = = = =
SQL=Duplicate entry '15' for key 1:
- - - - - - - - - -
INSERT INTO `mos_poll_data` VALUES (15, 15, 'Linus Torvalds', 0)
= = = = = = = = = =
SQL=Duplicate entry '14' for key 1:
- - - - - - - - - -
INSERT INTO `mos_poll_data` VALUES (14, 15, 'Bill Gates', 0)
= = = = = = = = = =
SQL=Duplicate entry '13' for key 1:
- - - - - - - - - -
INSERT INTO `mos_poll_data` VALUES (13, 15, 'Steve Jobs', 0)
= = = = = = = = = =
SQL=Duplicate entry '21' for key 1:
- - - - - - - - - -
INSERT INTO `mos_poll_data` VALUES (21, 15, '', 0)
= = = = = = = = = =
SQL=Duplicate entry '22' for key 1:
- - - - - - - - - -
INSERT INTO `mos_poll_data` VALUES (22, 15, '', 0)
= = = = = = = = = =
SQL=Duplicate entry '23' for key 1:
- - - - - - - - - -
INSERT INTO `mos_poll_data` VALUES (23, 15, '', 0)
= = = = = = = = = =
SQL=Duplicate entry '24' for key 1:
- - - - - - - - - -
INSERT INTO `mos_poll_data` VALUES (24, 15, '', 0)
= = = = = = = = = =
SQL=Duplicate entry '15' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_polls`
INSERT INTO `mos_polls` VALUES (15, 'The most influential person in technology in the last 25 years is...', 1, 0, '0000-00-00 00:00:00', 1, 0, 86400)
= = = = = = = = = =
SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_poll_date`
INSERT INTO `mos_poll_date` VALUES (1, '2005-11-19 09:30:51', 17, 15)
= = = = = = = = = =
SQL=Duplicate entry '15-1' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_poll_menu`
INSERT INTO `mos_poll_menu` VALUES (15, 1)
= = = = = = = = = =
SQL=Incorrect string value: '\xD0\xC2\xCE\xC5\xBF\xEC...' for column 'title' at row 1:
- - - - - - - - - -
# Dumping data for table `mos_sections`
INSERT INTO `mos_sections` VALUES (2, '新闻快讯', '新闻快讯', '', 'content', 'left', ':: Explanatory Note -- <em>This Section and its Category are not linked\r\nto any menu and therefore are directly viewable on the front end of the\r\nwebsite. Rather the Content Items contained inside this Section &\r\nits Category are only used to feed items into the NewFlash Module. <u>See also</u>, MODULES>SITE MODULES>NEWSFLASH </em>::<br />\r\n', 1, 0, '0000-00-00 00:00:00', 2, 0, 3, '')
= = = = = = = = = =
SQL=Incorrect string value: '\xB3\xA3\xBC\xFB\xCE\xCA...' for column 'name' at row 1:
- - - - - - - - - -
INSERT INTO `mos_sections` VALUES (3, 'FAQs', '常见问题回答', 'pastarchives.jpg', 'content', 'left', '<span class="contentheading">Frequently Asked Questions (FAQs)</span>\r\n<p>::Explanatory Notes - <em>The Main Menu link "FAQs" is set to display\r\n"Table - Content Section". The list below is a list of the Categories\r\ninside the Section named "FAQs". Inside each Category are Content Items.</em> ::</p>', 1, 0, '0000-00-00 00:00:00', 3, 0, 52, '')
= = = = = = = = = =
SQL=Duplicate entry '4' for key 1:
- - - - - - - - - -
INSERT INTO `mos_sections` VALUES (4, 'Getting Started', 'Getting Started', '', 'content', 'left', '<br />\r\n', 1, 0, '0000-00-00 00:00:00', 1, 0, 13, '')
= = = = = = = = = =
SQL=Duplicate entry '1' for key 1:
- - - - - - - - - -
# Dumping data for table `mos_weblinks`
INSERT INTO `mos_weblinks` VALUES (1, 2, 0, 'MamboServer', 'http://www.mamboserver.com', 'Home of Mambo', '2005-11-19 06:35:26', 2, 1, 0, '0000-00-00 00:00:00', 5, 0, 1, 'target=1')
= = = = = = = = = =
SQL=Duplicate entry '2' for key 1:
- - - - - - - - - -
INSERT INTO `mos_weblinks` VALUES (2, 2, 0, 'MamboXchange', 'http://mamboxchange.com', 'Get your Mambo add-ons here!', '2007-03-27 16:56:19', 0, 1, 0, '0000-00-00 00:00:00', 4, 0, 1, 'target=1')
= = = = = = = = = =
SQL=Duplicate entry '3' for key 1:
- - - - - - - - - -
INSERT INTO `mos_weblinks` VALUES (3, 2, 0, 'Miro International Pty Ltd', 'http://www.miro.com.au', 'Where Mambo was born', '2007-03-27 16:56:30', 1, 1, 0, '0000-00-00 00:00:00', 6, 0, 1, 'target=1')
= = = = = = = = = =
SQL=Duplicate entry '4' for key 1:
- - - - - - - - - -
INSERT INTO `mos_weblinks` VALUES (4, 2, 0, 'php.net', 'http://www.php.net', 'The language that Mambo is developed in', '2007-03-27 16:56:43', 0, 1, 0, '0000-00-00 00:00:00', 8, 0, 1, 'target=1')
= = = = = = = = = =
SQL=Duplicate entry '5' for key 1:
- - - - - - - - - -
INSERT INTO `mos_weblinks` VALUES (5, 2, 0, 'MySQL', 'http://www.mysql.com', 'The database that Mambo uses', '2007-03-27 16:56:35', 0, 1, 0, '0000-00-00 00:00:00', 7, 0, 1, 'target=1')
= = = = = = = = = =
SQL=Duplicate entry '6' for key 1:
- - - - - - - - - -
INSERT INTO `mos_weblinks` VALUES (6, 2, 0, 'Mambo Foundation', 'http://www.mambo-foundation.org', 'Home of the Mambo Foundation.', '2005-11-19 06:33:35', 0, 1, 0, '0000-00-00 00:00:00', 1, 0, 1, 'target=1')
= = = = = = = = = =
SQL=Duplicate entry '7' for key 1:
- - - - - - - - - -
INSERT INTO `mos_weblinks` VALUES (7, 21, 0, 'Webbor.com', 'http://www.webbor.com', 'Wonderful Chinese Newsfeed website powered by Mambors.', '2007-03-27 16:22:40', 2, 1, 0, '0000-00-00 00:00:00', 4, 0, 1, 'target=1')
= = = = = = = = = =
SQL=Incorrect string value: '\xD6\xD0\xB9\xFA' for column 'title' at row 1:
- - - - - - - - - -
INSERT INTO `mos_weblinks` VALUES (8, 2, 0, 'Mambo中国', 'http://www.mambochina.net', '我开源,我开心 - Mambo中国', '2007-03-27 16:56:07', 1, 1, 0, '0000-00-00 00:00:00', 2, 0, 1, 'target=1')
= = = = = = = = = =
SQL=Duplicate entry '9' for key 1:
- - - - - - - - - -
INSERT INTO `mos_weblinks` VALUES (9, 2, 0, 'Mambo Resource', 'http://www.mambors.org', 'Mambo Resource', '2007-03-27 16:56:11', 1, 1, 0, '0000-00-00 00:00:00', 3, 0, 1, 'target=1')
= = = = = = = = = =
SQL=Duplicate entry '10' for key 1:
- - - - - - - - - -
INSERT INTO `mos_weblinks` VALUES (10, 21, 0, 'Feedol.com', 'http://www.feedol.com', 'Wonderful Newsfeed website powered by Mambors.', '2007-03-27 16:22:33', 2, 1, 0, '0000-00-00 00:00:00', 2, 0, 1, 'target=1')
= = = = = = = = = =
SQL=Duplicate entry '11' for key 1:
- - - - - - - - - -
INSERT INTO `mos_weblinks` VALUES (11, 21, 0, 'Jouyo.com', 'http://www.jouyo.com', 'Wonderful Chinese travel newsfeed website powered by Mambors.', '2007-03-27 16:32:39', 1, 1, 0, '0000-00-00 00:00:00', 3, 0, 1, 'target=1')
= = = = = = = = = =
SQL=Duplicate entry '12' for key 1:
- - - - - - - - - -
INSERT INTO `mos_weblinks` VALUES (12, 21, 0, 'Mambors.com', 'http://www.mambors.com', 'Mambo virtual host, domain register, template design powered by Mambors.', '2007-03-27 16:34:34', 2, 1, 0, '0000-00-00 00:00:00', 1, 0, 1, 'target=1');
= = = = = = = = = =
lang3 2008-6-22 15:56
你装过1次了,数据库里面有表和记录,重新安装要先删掉表
woodydong 2008-6-24 19:55
感谢指教,果然如此,已经解决!
页:
[1]