PDA

Zobacz pełną wersję : Blad podczas 1 kroku instalacji



dlugi_ors
04-01-2009, 12:07
Witam mam pytanie moze akie juz tu padlo ale dla kogos bez pojeia znalesc to misja wiec zalozylem nowy temat sory :)

podczas 1 kroku instalcji wyskauje mi cos takiego


o co kaman ??



Warning: fread() [function.fread (http://www.btosport.webd.pl/ors/installation/function.fread)]: Length parameter must be greater than 0 in /home/btosport/public_html/ors/installation/install2.php on line 422
DB function failed with error number 1050
Table 'phpbb2_users' already exists SQL=CREATE TABLE phpbb2_users ( user_id mediumint(8) NOT NULL, user_active tinyint(1) DEFAULT '1', username varchar(25) NOT NULL, user_password varchar(32) NOT NULL, user_session_time int(11) DEFAULT '0' NOT NULL, user_session_page smallint(5) DEFAULT '0' NOT NULL, user_lastvisit int(11) DEFAULT '0' NOT NULL, user_regdate int(11) DEFAULT '0' NOT NULL, user_level tinyint(4) DEFAULT '0', user_posts mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, user_timezone decimal(5,2) DEFAULT '0' NOT NULL, user_style tinyint(4), user_lang varchar(255), user_dateformat varchar(14) DEFAULT 'd M Y H:i' NOT NULL, user_new_privmsg smallint(5) UNSIGNED DEFAULT '0' NOT NULL, user_unread_privmsg smallint(5) UNSIGNED DEFAULT '0' NOT NULL, user_last_privmsg int(11) DEFAULT '0' NOT NULL, user_login_tries smallint(5) UNSIGNED DEFAULT '0' NOT NULL, user_last_login_try int(11) DEFAULT '0' NOT NULL, user_emailtime int(11), user_viewemail tinyint(1), user_attachsig tinyint(1), user_allowhtml tinyint(1) DEFAULT '1', user_allowbbcode tinyint(1) DEFAULT '1', user_allowsmile tinyint(1) DEFAULT '1', user_allowavatar tinyint(1) DEFAULT '1' NOT NULL, user_allow_pm tinyint(1) DEFAULT '1' NOT NULL, user_allow_viewonline tinyint(1) DEFAULT '1' NOT NULL, user_notify tinyint(1) DEFAULT '1' NOT NULL, user_notify_pm tinyint(1) DEFAULT '0' NOT NULL, user_popup_pm tinyint(1) DEFAULT '0' NOT NULL, user_rank int(11) DEFAULT '0', user_avatar varchar(100), user_avatar_type tinyint(4) DEFAULT '0' NOT NULL, user_email varchar(255), user_icq varchar(15), user_website varchar(100), user_from varchar(100), user_sig text, user_sig_bbcode_uid char(10), user_aim varchar(255), user_yim varchar(255), user_msnm varchar(255), user_occ varchar(100), user_interests varchar(255), user_actkey varchar(32), user_newpasswd varchar(32), PRIMARY KEY (user_id), KEY user_session_time (user_session_time) )
SQL = CREATE TABLE phpbb2_users (
user_id mediumint(8) NOT NULL,
user_active tinyint(1) DEFAULT '1',
username varchar(25) NOT NULL,
user_password varchar(32) NOT NULL,
user_session_time int(11) DEFAULT '0' NOT NULL,
user_session_page smallint(5) DEFAULT '0' NOT NULL,
user_lastvisit int(11) DEFAULT '0' NOT NULL,
user_regdate int(11) DEFAULT '0' NOT NULL,
user_level tinyint(4) DEFAULT '0',
user_posts mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
user_timezone decimal(5,2) DEFAULT '0' NOT NULL,
user_style tinyint(4),
user_lang varchar(255),
user_dateformat varchar(14) DEFAULT 'd M Y H:i' NOT NULL,
user_new_privmsg smallint(5) UNSIGNED DEFAULT '0' NOT NULL,
user_unread_privmsg smallint(5) UNSIGNED DEFAULT '0' NOT NULL,
user_last_privmsg int(11) DEFAULT '0' NOT NULL,
user_login_tries smallint(5) UNSIGNED DEFAULT '0' NOT NULL,
user_last_login_try int(11) DEFAULT '0' NOT NULL,
user_emailtime int(11),
user_viewemail tinyint(1),
user_attachsig tinyint(1),
user_allowhtml tinyint(1) DEFAULT '1',
user_allowbbcode tinyint(1) DEFAULT '1',
user_allowsmile tinyint(1) DEFAULT '1',
user_allowavatar tinyint(1) DEFAULT '1' NOT NULL,
user_allow_pm tinyint(1) DEFAULT '1' NOT NULL,
user_allow_viewonline tinyint(1) DEFAULT '1' NOT NULL,
user_notify tinyint(1) DEFAULT '1' NOT NULL,
user_notify_pm tinyint(1) DEFAULT '0' NOT NULL,
user_popup_pm tinyint(1) DEFAULT '0' NOT NULL,
user_rank int(11) DEFAULT '0',
user_avatar varchar(100),
user_avatar_type tinyint(4) DEFAULT '0' NOT NULL,
user_email varchar(255),
user_icq varchar(15),
user_website varchar(100),
user_from varchar(100),
user_sig text,
user_sig_bbcode_uid char(10),
user_aim varchar(255),
user_yim varchar(255),
user_msnm varchar(255),
user_occ varchar(100),
user_interests varchar(255),
user_actkey varchar(32),
user_newpasswd varchar(32),
PRIMARY KEY (user_id),
KEY user_session_time (user_session_time)
)

PeFik
04-01-2009, 14:14
A gdzie Joomla! instalujesz, na jakim serwerze?

.... zalecam lekturę fragmentu "Table 'phpbb2_users' already exists"

czyli chyba na pewno nie jest to krok 1 instalacji, bo wtedy J! nie komunikuje się z bazą danych. Rozwiązanie. Skasować lub wyczyścić bazę danych, lub najlepiej założyć nową i .... nie kombinować.

dlugi_ors
04-01-2009, 14:40
baza jest czysta i swierza a serwer webd.pl a co do tej lektury to nie bardzo wiem o co chodz jestem zieliny z php :)

po utworzeniu nowej bazy wyskuje cos takiego


SQL=Duplicate entry '107' for key 1:
- - - - - - - - - -
INSERT INTO `jos_components` VALUES (107, 'Joomla-Przemo', 'option=com_j-p', 0, 0, 'option=com_j-p', 'Joomla-Przemo', 'com_j-p', 0, 'js/ThemeOffice/component.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '108' for key 1:
- - - - - - - - - -
INSERT INTO `jos_components` VALUES (108, 'Ustawienia', '', 0, 107, 'option=com_j-p&task=config', 'Ustawienia', 'com_j-p', 0, 'js/ThemeOffice/component.png', 0, '');
= = = = = = = = = =

PeFik
05-01-2009, 16:09
A jaką Joomla! ty instalujesz ?
webd.pl - jest do d.... już tyle razy była o tym mowa

dlugi_ors
05-01-2009, 16:35
JoomlaPE1_0_12a

dla mnie webd.pl jest chyba ok moze dla Joomla jest zla :rolleyes:


HEJ NIKT nie nie jest w stanie pomoc ztym ???



SQL=Duplicate entry '107' for key 1:
- - - - - - - - - -
INSERT INTO `jos_components` VALUES (107, 'Joomla-Przemo', 'option=com_j-p', 0, 0, 'option=com_j-p', 'Joomla-Przemo', 'com_j-p', 0, 'js/ThemeOffice/component.png', 0, '')
= = = = = = = = = =

SQL=Duplicate entry '108' for key 1:
- - - - - - - - - -
INSERT INTO `jos_components` VALUES (108, 'Ustawienia', '', 0, 107, 'option=com_j-p&task=config', 'Ustawienia', 'com_j-p', 0, 'js/ThemeOffice/component.png', 0, '');