PDA

Zobacz pełną wersję : Błąd przy Instalacji_instal2



nigraS
08-11-2006, 21:34
Co oznacza ten błąd?
Jak to naprawić?


SQL=Table 'jos_banner' already exists:
- - - - - - - - - -
# $Id: joomla.sql 677 2005-10-27 02:13:29Z spacemonkey $

# Table structure for table `jos_banner`

CREATE TABLE `jos_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 AUTO_INCREMENT=1
= = = = = = = = = =

SQL=Table 'jos_bannerclient' already exists:
- - - - - - - - - -
# Table structure for table `jos_bannerclient`

CREATE TABLE `jos_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 'jos_bannerfinish' already exists:
- - - - - - - - - -
# Table structure for table `jos_bannerfinish`

CREATE TABLE `jos_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 'jos_categories' already exists:
- - - - - - - - - -
# Table structure for table `jos_categories`

CREATE TABLE `jos_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 'jos_components' already exists:
- - - - - - - - - -
# Table structure for table `jos_components`
CREATE TABLE `jos_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 `jos_components`

INSERT INTO `jos_components` VALUES (1, 'Banery', '', 0, 0, '', 'Zarządzaj banerami', 'com_banners', 0, 'js/ThemeOffice/component.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '2' for key 1:
- - - - - - - - - -
INSERT INTO `jos_components` VALUES (2, 'Wykaz banerów', '', 0, 1, 'option=com_banners', 'Aktywuj banery, zobacz statystykę', 'com_banners', 1, 'js/ThemeOffice/edit.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '3' for key 1:
- - - - - - - - - -
INSERT INTO `jos_components` VALUES (3, 'Klienci', '', 0, 1, 'option=com_banners&task=listclients', 'Zarządzaj zamówieniami', 'com_banners', 2, 'js/ThemeOffice/categories.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '4' for key 1:
- - - - - - - - - -
INSERT INTO `jos_components` VALUES (4, 'Linki', 'option=com_weblinks', 0, 0, '', 'Zarządzaj adresami URL', 'com_weblinks', 0, 'js/ThemeOffice/globe2.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '5' for key 1:
- - - - - - - - - -
INSERT INTO `jos_components` VALUES (5, 'Wykaz linków', '', 0, 4, 'option=com_weblinks', 'Zarządzaj zbiórem linków', 'com_weblinks', 1, 'js/ThemeOffice/edit.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '6' for key 1:
- - - - - - - - - -
INSERT INTO `jos_components` VALUES (6, 'Kategorie linków', '', 0, 4, 'option=categories&section=com_weblinks', 'Zarządzaj kategoriami linków', '', 2, 'js/ThemeOffice/categories.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '7' for key 1:
- - - - - - - - - -
INSERT INTO `jos_components` VALUES (7, 'Kontakty', 'option=com_contact', 0, 0, '', 'Edytuj szczegóły kontaktów', 'com_contact', 0, 'js/ThemeOffice/user.png', 1, '')
= = = = = = = = = =

SQL=Duplicate entry '8' for key 1:
- - - - - - - - - -
INSERT INTO `jos_components` VALUES (8, 'Wykaz kontaktów', '', 0, 7, 'option=com_contact', 'Edytuj szczegóły kontaktów', 'com_contact', 0, 'js/ThemeOffice/edit.png', 1, '')
= = = = = = = = = =

SQL=Duplicate entry '9' for key 1:
- - - - - - - - - -
INSERT INTO `jos_components` VALUES (9, 'Kategorie kontaktów', '', 0, 7, 'option=categories&section=com_contact_details', 'Zarządzaj kategoriami kontaktów', '', 2, 'js/ThemeOffice/categories.png', 1, '')
= = = = = = = = = =

SQL=Duplicate entry '10' for key 1:
- - - - - - - - - -
INSERT INTO `jos_components` VALUES (10, 'Strona startowa', 'option=com_frontpage', 0, 0, '', 'Dobierz pozycje na stronę startową', 'com_frontpage', 0, 'js/ThemeOffice/component.png', 1, '')
= = = = = = = = = =

SQL=Duplicate entry '11' for key 1:
- - - - - - - - - -
INSERT INTO `jos_components` VALUES (11, 'Sondy', 'option=com_poll', 0, 0, 'option=com_poll', 'Zarządzaj sondami', 'com_poll', 0, 'js/ThemeOffice/component.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '12' for key 1:
- - - - - - - - - -
INSERT INTO `jos_components` VALUES (12, 'Spinacz RSS', 'option=com_newsfeeds', 0, 0, '', 'Zarządzaj nagłówkami RSS', 'com_newsfeeds', 0, 'js/ThemeOffice/component.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '13' for key 1:
- - - - - - - - - -
INSERT INTO `jos_components` VALUES (13, 'Wykaz kanałów RSS', '', 0, 12, 'option=com_newsfeeds', 'Zarządzaj nagłówkami RSS', 'com_newsfeeds', 1, 'js/ThemeOffice/edit.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '14' for key 1:
- - - - - - - - - -
INSERT INTO `jos_components` VALUES (14, 'Kategorie', '', 0, 12, 'option=com_categories&section=com_newsfeeds', 'Zarządzaj kategoriami RSS', '', 2, 'js/ThemeOffice/categories.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '15' for key 1:
- - - - - - - - - -
INSERT INTO `jos_components` VALUES (15, 'Logowanie', 'option=com_login', 0, 0, '', '', 'com_login', 0, '', 1, '')
= = = = = = = = = =

SQL=Duplicate entry '16' for key 1:
- - - - - - - - - -
INSERT INTO `jos_components` VALUES (16, 'Wyszukiwarka', 'option=com_search', 0, 0, '', '', 'com_search', 0, '', 1, '')
= = = = = = = = = =

SQL=Duplicate entry '17' for key 1:
- - - - - - - - - -
INSERT INTO `jos_components` VALUES (17, 'Syndicate','',0,0,'option=com_syndicate&hidemainmenu=1','Zarządzaj ustawieniami kolportera RSS','com_syndicate',0,'js/ThemeOffice/component.png',0,'')
= = = = = = = = = =

SQL=Duplicate entry '18' for key 1:
- - - - - - - - - -
INSERT INTO `jos_components` VALUES (18, 'Korespondencja seryjna', '', 0, 0, 'option=com_massmail&hidemainmenu=1', 'Wyślij pocztę elektronicznš do użytkowników', 'com_massmail', 0, 'js/ThemeOffice/mass_email.png', 0, '')
= = = = = = = = = =

SQL=Table 'jos_contact_details' already exists:
- - - - - - - - - -
# Table structure for table `jos_contact_details`

CREATE TABLE `jos_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
= = = = = = = = = =

Dylek
08-11-2006, 22:11
Pewnie instalujesz na istniejacej bazie - wyczysc ja przed instalacja

nigraS
09-11-2006, 09:46
wyczyściłem, pojawia się ten sam komunikat:/