Wersje 1.9 i starsze - Problem z... instalacją :]
Pippin - 19-01-2006, 10:59 Temat postu: Problem z... instalacją :] Witam. Po uzupełnieniu wszystkich pół, tego tam, formularza instalacyjnego, wyskakuje mi :
Kod: | ' Wystąpił błąd przy aktualizacji bazy danych
CREATE TABLE phpbb_auth_access ( group_id mediumint(8) DEFAULT '0' NOT NULL, forum_id smallint(5) UNSIGNED DEFAULT '0' NOT NULL, auth_view tinyint(1) DEFAULT '0' NOT NULL, auth_read tinyint(1) DEFAULT '0' NOT NULL, auth_post tinyint(1) DEFAULT '0' NOT NULL, auth_reply tinyint(1) DEFAULT '0' NOT NULL, auth_edit tinyint(1) DEFAULT '0' NOT NULL, auth_delete tinyint(1) DEFAULT '0' NOT NULL, auth_sticky tinyint(1) DEFAULT '0' NOT NULL, auth_announce tinyint(1) DEFAULT '0' NOT NULL, auth_globalannounce TINYINT (1) NOT NULL, auth_vote tinyint(1) DEFAULT '0' NOT NULL, auth_pollcreate tinyint(1) DEFAULT '0' NOT NULL, auth_attachments tinyint(1) DEFAULT '0' NOT NULL, auth_mod tinyint(1) DEFAULT '0' NOT NULL, auth_download TINYINT(1) DEFAULT '0' NOT NULL, KEY group_id (group_id), KEY forum_id (forum_id) )
Table 'phpbb_auth_access' already exists ' |
Jeżeli problem już był, tego tam, założony, to prosiłbym o linka do niego. A ten może wtedy iść w cholerę. :]
EDIT: Poprawione (code).
Dlugi - 19-01-2006, 11:05
To znaczy ze juz masz utworzone tabele. Jak chcesz zainstalowac forum to wywal stare tabele albo zainstaluj nowe forum z innym prefixem. Tabele mozesz usunac przez phpmyadmin.
Instalacja phpmyadmin http://www.przemo.org/php...t=10865&start=0
Tresc bledu piszemy w znacznikach [code]
Pippin - 19-01-2006, 11:19
Dzięki za pomoc, już wszystko działa.
Temat może więc iść, tego tam, w cholerę. :]
|
|
|