 |
Updating to latest stable release |
|
Information
Database type :: mysql
Previous version :: < RC-3
Updated version :: 2.0.2
Updating database schema
Progress :: ........ Done
Result ::
Some queries failed, the statements and errors are listing below
- Error :: Can't DROP 'user_autologin_key'; check that column/key exists
SQL :: ALTER TABLE phpbb3_users DROP
COLUMN user_autologin_key
- Error :: Table 'brinkhof.phpbb3_ranks' doesn't exist
SQL :: ALTER TABLE phpbb3_ranks DROP
COLUMN rank_max
- Error :: Duplicate column name 'user_session_time'
SQL :: ALTER TABLE phpbb3_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)
- Error :: Duplicate column name 'topic_first_post_id'
SQL :: ALTER TABLE phpbb3_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)
- Error :: Duplicate column name 'tr_class1_name'
SQL :: ALTER TABLE phpbb3_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
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 :: .......... Done
Result ::
Some queries failed, the statements and errors are listing below
- Error :: Duplicate entry 'server_name' for key 1
SQL :: INSERT INTO phpbb3_config (config_name, config_value)
VALUES ('server_name', 'www.myserver.tld')
- Error :: Duplicate entry 'script_path' for key 1
SQL :: INSERT INTO phpbb3_config (config_name, config_value)
VALUES ('script_path', '/phpBB2/')
- Error :: Duplicate entry 'server_port' for key 1
SQL :: INSERT INTO phpbb3_config (config_name, config_value)
VALUES ('server_port', '80')
- Error :: Duplicate entry 'record_online_users' for key 1
SQL :: INSERT INTO phpbb3_config (config_name, config_value)
VALUES ('record_online_users', '1')
- Error :: Duplicate entry 'record_online_date' for key 1
SQL :: INSERT INTO phpbb3_config (config_name, config_value)
VALUES ('record_online_date', '1328348895')
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!