was fehlt denn hier ?
Verfasst: 03.07.2003 16:09
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
Information
Database type :: mysql
Previous version :: 2.0.4
Updated version :: 2.0.5
Updating database schema
Progress :: . Done
Result :: Some queries failed, the statements and errors are listing below
Error :: Table 'phpbb_confirm' already exists
SQL :: CREATE TABLE phpbb_confirm (confirm_id char(32) DEFAULT '' NOT NULL, session_id char(32) DEFAULT '' NOT NULL, code char(6) DEFAULT '' NOT NULL, PRIMARY KEY (session_id, confirm_id))
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 :: Some queries failed, the statements and errors are listing below
Error :: Duplicate entry 'enable_confirm' for key 1
SQL :: INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_confirm', '0')
Error :: Duplicate entry 'sendmail_fix' for key 1
SQL :: INSERT INTO phpbb_config (config_name, config_value) VALUES ('sendmail_fix', '0')
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.
Update completed
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! Code: Alles auswählen
INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_confirm', '0');INSERT INTO phpbb_config (config_name, config_value) VALUES ('sendmail_fix', '0') Code: Alles auswählen
Fehler
SQL-Befehl :
INSERT INTO phpbb_config( config_name, config_value )
VALUES (
'sendmail_fix', '0'
)
MySQL meldet:
Duplicate entry 'sendmail_fix' for key 1Code: Alles auswählen
http://www.ssmf.net/Forum/mods.php?sid=c86658db33108e41f82a9cc143fcabfeCode: Alles auswählen
Es ist wichtig das die Schritte genau befolgt werden, ansonsten könnte es grössere Probleme geben !
Macht ein Backup aller Daten ! Alle Dateien des FTPs und der SQL Datenbank ! Heult nicht wenn etwas fehlschlägt und dann euer Forum mit allen Usern und Beiträgen den Bach runter ist !
Kopiert NUR die Datei update/update_plus11_to_plus12.php in das Root Directory Eures existierenden Forums.
Logt ins Forum als Administrator ein
Öffnet die grade upgeloadete Datei im Browser (http://www.deinforum.de/phpBB2/update_plus11_to_plus12.php
Ladet die Datei config.php Eures "alten" Forums auf die lokale Festplatte runter und sichert sie irgendwo dort !!! (Ihr braucht sie später wieder !)
Kopiert anschliessend alle Dateien aus dem Ordner phpBB2 auf den Webspace und überschreibt die dort vorhandenen.
Kopiert die Datei config.php, welche Ihr vorhin gesichert habt wieder ins Root Eures Forums und überschreibt die dortige
Löscht die Datei update_plus11_to_plus12.php wieder
Startet den Updater auf phpBB 2.0.5 im Browser (http://www.deinforum.de/phpBB2/install/update_to_205.php)
Löscht den Ordner /install oder benennt ihn um
Das wars, jetzt sollte Version 1.2 basierend auf phpBB 2.0.5 laufen.? Weil dann dürften diese beiden leeren Felder eigentlich nicht mehr auftauchen. (wie schon gesagt lade einfach mal die erwähnte board_config_body.tpl frisch aus dem phpBB Plus 1.2 ZIP-File hoch)Kopiert anschliessend alle Dateien aus dem Ordner phpBB2 auf den Webspace und überschreibt die dort vorhandenen.