Fehlermeldung beim ausführen der
update_to_FINAL.phpCode: Alles auswählen
Running :: ALTER TABLE phpbb_users DROP COLUMN user_autologin_key -> FAILED ---> Can't DROP 'user_autologin_key'. Check that column/key exists
Running :: ALTER TABLE phpbb_ranks DROP COLUMN rank_max -> FAILED ---> Can't DROP 'rank_max'. Check that column/key exists
Running :: ALTER TABLE phpbb_users ADD COLUMN user_session_time int(11) DEFAULT '0' NOT NULL, ADD COLUMN user_session_page smallint(5) DEFAULT '0' NOT NULL, ADD INDEX (user_session_time) -> FAILED ---> Duplicate column name 'user_session_time'
Running :: ALTER TABLE phpbb_search_results MODIFY search_id int(11) NOT NULL -> COMPLETED
Running :: ALTER TABLE phpbb_topics MODIFY topic_moved_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, ADD COLUMN topic_first_post_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, ADD INDEX (topic_first_post_id) -> FAILED ---> Duplicate column name 'topic_first_post_id'
Running :: ALTER TABLE phpbb_themes_name ADD COLUMN tr_class1_name varchar(50) NULL, ADD COLUMN tr_class2_name varchar(50) NULL, ADD COLUMN tr_class3_name varchar(50) NULL, ADD COLUMN th_class1_name varchar(50) NULL, ADD COLUMN th_class2_name varchar(50) NULL, ADD COLUMN th_class3_name varchar(50) NULL, ADD COLUMN td_class1_name varchar(50) NULL, ADD COLUMN td_class2_name varchar(50) NULL, ADD COLUMN td_class3_name varchar(50) NULL, ADD COLUMN span_class1_name varchar(50) NULL, ADD COLUMN span_class2_name varchar(50) NULL, ADD COLUMN span_class3_name varchar(50) NULL -> FAILED ---> Duplicate column name 'tr_class1_name'
Some queries failed! This is probably nothing to worry about, update will attempt to continue. Should this fail you may need to seek help at our development board (see README)
WARNING >> Couldn't insert subSilver name info
Updating topic first post info
Updating moderator user_level
Updating config settings
Failed inserting server_name config ... probably exists already
Failed inserting script_path config ... probably exists already
Failed inserting server_port config ... probably exists already
Failed inserting version config ... probably exists already
Failed inserting record_online_users config ... probably exists already
Failed inserting record_online_date config ... probably exists already
COMPLETE!
You should now visit the General Configuration settings page in the Administration Panel and update the 'Server' settings. If you do not do this emails sent from the board will contain incorrect information. Don't forget to delete this file!
Trotzdem werden dann die Beiträge richtig angezeigt.
Ich denke mal, ers handelt dich dabei um dem Aufruf
Dieser wird wohl die benötigen Informationen aktualisieren.
Ist jetzt nur die Frage, ob dabei nicht noch andere Funktionen zum Teufel gehen. Ich hab allerdings nichts dergleichen bemerkt.
Das einzige, was mir aufgefallen ist, ist das die Beitragssortierung nach dem Import vom IB2.1.9 nicht ganz stimmt. Beiträge mit älterem Datum stehen weiter oben, in der Topicübersicht, als Beiträge mit neuerem Datum.
Das ausführen der
update_to_202.php bringt nichts. Dabei werden die gewünschten Informationen nicht aktualisiert und die Forenansicht bleibt leer.