Seite 1 von 1
2.0.17 Datenbank auf frisches phpBB 2.0.18!
Verfasst: 16.11.2005 20:15
von wald
Ich habe das phpBB 2.0.18 neu installiert. Wenn ich jetzt meine localhost hochlade, erscheint beim Aufrufen der index.php folgende Meldung:
message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php?
Was bedeutet das und was kann ich tun?

Verfasst: 16.11.2005 20:30
von tost
Auch das Datenbank Update update_to_latest.php gemacht ?
tost
Verfasst: 16.11.2005 20:49
von wald
nein noch nicht...
Information
Database type :: mysql4
Previous version :: 2.0.17
Updated version :: 2.0.18
Updating database schema
Progress :: . Done
Result :: Some queries failed, the statements and errors are listing below
* Error :: Table 'phpbb_sessions_keys' already exists
SQL :: CREATE TABLE phpbb_sessions_keys (key_id varchar(32) DEFAULT '0' NOT NULL, user_id mediumint(8) DEFAULT '0' NOT NULL, last_ip varchar(8) DEFAULT '0' NOT NULL, last_login int(11) DEFAULT '0' NOT NULL, PRIMARY KEY (key_id, user_id), KEY last_login (last_login))
This is probably nothing to worry about, update will continue. Should this fail to complete you may need to seek help at our development board. See README for details on how to obtain advice.
Updating data
Progress :: . . . .
Updating version and optimizing tables
Progress :: . . Done
Result :: No errors
Update completed
Please make sure you have updated your board files too, this file is only updating your database.
You should now visit the General Configuration settings page in the Administration Panel and check the General Configuration of the board. If you updated from versions prior to RC-3 you must update some entries. If you do not do this emails sent from the board will contain incorrect information. Don't forget to delete this file!
Jetzt aber. Und das Ergebnis:
http://daniel.uttx.net
Verfasst: 16.11.2005 20:54
von wald
Es geht!
Aber ich komme nicht auf mein
http://daniel.uttx.net/admin/index.php
Ich war vorher bei kilu.de, aber die URL ist doch diese und nicht meine alte
http://daniel.kilu.de/admin/index.php ??? Wo kann ich das umstellen, dass der uttx.net-Admin Link geht?
Verfasst: 16.11.2005 21:03
von tost
PhpMyAdmin
Such in der phpbb_config mal nach server name und path
ggf. editieren
tost
Verfasst: 16.11.2005 21:09
von wald
Ja, geht wieder. Danke!

Verfasst: 16.11.2005 21:19
von tost
Kein Problem