Seite 1 von 1

Problem beim installen... Fehlermeldung

Verfasst: 20.09.2003 13:53
von Megajaky
Hi.
Ich habe mir gestern phpBB gedownloadet.
Hab es auf den server geladen, und die install.php aufgerufen. Ich geb alles (richtig) ein, und klicke unten auf Absenden (oder was auch immer da steht) .
Dann komt ne fehlermeldung:

Code: Alles auswählen

An error occurred trying to update the database

Could not insert board_startdate :: INSERT INTO config (config_name, config_value) VALUES ('board_startdate', 1064007455) :: 871 :: /usr/local/httpd/htdocs/megajaky/phpBB-2.0.6/phpBB2/install/install.php

Could not insert default_lang :: INSERT INTO config (config_name, config_value) VALUES ('default_lang', 'english') :: 878 :: /usr/local/httpd/htdocs/megajaky/phpBB-2.0.6/phpBB2/install/install.php

Could not insert default_lang :: UPDATE config SET config_value = 'Megajaky@firemail.de' WHERE config_name = 'board_email' :: 895 :: /usr/local/httpd/htdocs/megajaky/phpBB-2.0.6/phpBB2/install/install.php

Could not insert default_lang :: UPDATE config SET config_value = '/megajaky/phpBB-2.0.6/phpBB2/' WHERE config_name = 'script_path' :: 895 :: /usr/local/httpd/htdocs/megajaky/phpBB-2.0.6/phpBB2/install/install.php

Could not insert default_lang :: UPDATE config SET config_value = '80' WHERE config_name = 'server_port' :: 895 :: /usr/local/httpd/htdocs/megajaky/phpBB-2.0.6/phpBB2/install/install.php

Could not insert default_lang :: UPDATE config SET config_value = 'www.100mb4free.de' WHERE config_name = 'server_name' :: 895 :: /usr/local/httpd/htdocs/megajaky/phpBB-2.0.6/phpBB2/install/install.php

Could not update admin info :: UPDATE users SET username = 'megajaky', user_password='855b60eee3a1d34fdfd27020085c9d32', user_lang = 'english', user_email='Megajaky@firemail.de' WHERE username = 'Admin' :: 906 :: /usr/local/httpd/htdocs/megajaky/phpBB-2.0.6/phpBB2/install/install.php

Could not update user_regdate :: UPDATE users SET user_regdate = 1064007455 :: 913 :: /usr/local/httpd/htdocs/megajaky/phpBB-2.0.6/phpBB2/install/install.php

Hab die config.php mit den rechten 777 versehen.

Ich hoffe das mir jemand helfen kann.

Verfasst: 20.09.2003 14:15
von Dwing
du hast keinen prefix für das board eingegeben.
Das musst du, sonst kommen diese Fehlermeldungen.

Verfasst: 20.09.2003 14:16
von Megajaky
was ist ein Prefix?

Verfasst: 20.09.2003 14:18
von Dwing
lass einfach phpbb_ stehen.
Da ist ein Feld bei der install.php das so heißt

Verfasst: 20.09.2003 14:20
von Megajaky
Geht trotzdem nicht.