Warning: Cannot set time limit in safe mode in /customers/candida/www/phpBB204/install/upgrade.php on line 55
Warning: Unable to access db/schemas/mysql_schema.sql in /customers/candida/www/phpBB204/install/upgrade.php on line 197
Warning: file("db/schemas/mysql_schema.sql") - No such file or directory in /customers/candida/www/phpBB204/install/upgrade.php on line 197
Warning: Unable to access db/schemas/mysql_basic.sql in /customers/candida/www/phpBB204/install/upgrade.php on line 283
Warning: file("db/schemas/mysql_basic.sql") - No such file or directory in /customers/candida/www/phpBB204/install/upgrade.php on line 283
Upgrading to phpBB 2.0
Next step: initial_drops
* Dropping sessions and themes tables :: OK
Next step: mod_old_tables
* Renaming 'banlist' to 'banlist' :: OK
* Renaming 'catagories' to 'categories' :: OK
* Renaming 'config' to 'old_config' :: OK
* Renaming 'forums' to 'forums' :: OK
* Renaming 'disallow' to 'disallow' :: OK
* Renaming 'posts' to 'posts' :: OK
* Renaming 'posts_text' to 'posts_text' :: OK
* Renaming 'priv_msgs' to 'privmsgs' :: OK
* Renaming 'ranks' to 'ranks' :: OK
* Renaming 'smiles' to 'smilies' :: OK
* Renaming 'topics' to 'topics' :: OK
* Renaming 'users' to 'users' :: OK
* Renaming 'words' to 'words' :: OK
Next step: create_tables
Warning: Variable passed to each() is not an array or object in /customers/candida/www/phpBB204/install/upgrade.php on line 495
Next step: create_config
* Inserting new values into new layout config table ::
Warning: Variable passed to each() is not an array or object in /customers/candida/www/phpBB204/install/upgrade.php on line 513
OK
Next step: convert_config
* Converting configuration table ::
Couldn't update config table with values from old config table
1146: Table 'candida.config' doesn't exist
REPLACE INTO config (config_name, config_value)
VALUES ('config_id', '1')
Couldn't update config table with values from old config table
1146: Table 'candida.config' doesn't exist
REPLACE INTO config (config_name, config_value)
VALUES ('sitename', 'Pillie Willie Koerier Forums')
Couldn't update config table with values from old config table
1146: Table 'candida.config' doesn't exist
REPLACE INTO config (config_name, config_value)
VALUES ('allow_html', '1')
Couldn't update config table with values from old config table
1146: Table 'candida.config' doesn't exist
REPLACE INTO config (config_name, config_value)
VALUES ('allow_bbcode', '1')
Couldn't update config table with values from old config table
1146: Table 'candida.config' doesn't exist
REPLACE INTO config (config_name, config_value)
VALUES ('allow_namechange', '0')
Couldn't update config table with values from old config table
1146: Table 'candida.config' doesn't exist
REPLACE INTO config (config_name, config_value)
VALUES ('posts_per_page', '15')
Couldn't update config table with values from old config table
1146: Table 'candida.config' doesn't exist
REPLACE INTO config (config_name, config_value)
VALUES ('hot_threshold', '15')
Couldn't update config table with values from old config table
1146: Table 'candida.config' doesn't exist
REPLACE INTO config (config_name, config_value)
VALUES ('topics_per_page', '50')
Couldn't update config table with values from old config table
1146: Table 'candida.config' doesn't exist
REPLACE INTO config (config_name, config_value)
VALUES ('board_email_sig', 'Yours Truely,
The Site Admin')
Couldn't update config table with values from old config table
1146: Table 'candida.config' doesn't exist
REPLACE INTO config (config_name, config_value)
VALUES ('board_email', '
wwitsel@knoware.nl')
Couldn't update config table with values from old config table
1146: Table 'candida.config' doesn't exist
REPLACE INTO config (config_name, config_value)
VALUES ('default_lang', 'english')
Couldn't rename 'nederlands' to 'dutch' in config table
1146: Table 'candida.config' doesn't exist
UPDATE config
SET config_value = 'dutch'
WHERE config_name = 'default_lang' && config_value = 'nederlands'
OK
Next step: convert_ips
* Converting IP format 'poster_ip' / 'posts' ( 0 to 2000 ) :: . OK
* Converting IP format 'poster_ip' / 'privmsgs' ( 0 to 2000 ) :: OK
* Converting IP format 'ban_ip' / 'banlist' ( 0 to 2000 ) :: OK
Next step: convert_dates
* Converting date format of in posts :: OK
* Converting date format of in topics :: OK
* Converting date format of in privmsgs :: OK
Next step: fix_addslashes
* Removing slashes from topics table :: OK
* Removing slashes from forums table :: OK
* Removing slashes from categories table :: OK
* Removing slashes from words table :: OK
* Removing slashes from ranks table :: OK
* Removing slashes from disallow table :: OK
Next step: remove_topics
* Removing posts with no corresponding topics :: OK ( Removed 0 posts )
Next step: convert_users
* Converting Users ( -1 to 999 ) ::
Couldn't do:
1146: Table 'candida.groups' doesn't exist
LOCK TABLES users WRITE, groups WRITE, user_group WRITE, posts WRITE
Wasn't able to insert user -1 into table groups
1146: Table 'candida.groups' doesn't exist
INSERT INTO groups (group_name, group_description, group_single_user)
VALUES ('Anonymous', 'Personal User', 1)
Wasn't able to insert user -1 into table user_group
1146: Table 'candida.user_group' doesn't exist
INSERT INTO user_group (group_id, user_id, user_pending)
VALUES (0, -1, 0)
.
Wasn't able to insert user 1 into table groups
1146: Table 'candida.groups' doesn't exist
INSERT INTO groups (group_name, group_description, group_single_user)
VALUES ('Willy', 'Personal User', 1)
Wasn't able to insert user 1 into table user_group
1146: Table 'candida.user_group' doesn't exist
INSERT INTO user_group (group_id, user_id, user_pending)
VALUES (0, 1, 0)
.
Couldn't update users table non-standard user_email entries
1139: Got error 'invalid character range' from regexp
UPDATE users
SET user_email = ''
WHERE user_email NOT REGEXP '^[a-zA-Z0-9_\+\.\-]+@.*[a-zA-Z0-9\-_]+\.[a-zA-Z]{2,}$'
OK
Next step: convert_posts
* Adding enable_sig field to posts :: OK
* Adding enable_bbcode field to posts_text :: OK
* Adding bbcode_uid field to posts_text :: OK
* Adding post_edit_time field to posts :: OK
* Adding post_edit_count field to posts :: OK
* Converting BBcode ( 1 to 2000 ) :: . OK
* Updating poster_id for deleted users :: OK ( Removed 0 non-existent user references )
Next step: convert_privmsgs
* Converting Private Message ( 1 to 2000 ) ::
Couldn't do:
1146: Table 'candida.privmsgs_text' doesn't exist
LOCK TABLES privmsgs WRITE, privmsgs_text WRITE
OK
Next step: convert_moderators
Couldn't get group number for user 1.
1146: Table 'candida.groups' doesn't exist
SELECT g.group_id
FROM groups g, user_group ug
WHERE g.group_id = ug.group_id
AND ug.user_id = 1
AND g.group_single_user = 1
* Adding moderator for forum 1 ::
Couldn't set moderator (user_id = 1) for forum 1.
1064: You have an error in your SQL syntax near ' 1, 1)' at line 1
INSERT INTO auth_access (group_id, forum_id, auth_mod) VALUES (, 1, 1)
OK
* Setting correct user_level for moderators ::
Couldn't obtain list of moderators
1146: Table 'candida.user_group' doesn't exist
SELECT DISTINCT u.user_id
FROM users u, user_group ug, auth_access aa
WHERE aa.auth_mod = 1
AND ug.group_id = aa.group_id
AND u.user_id = ug.user_id
AND u.user_level <> 1
OK
Next step: convert_privforums
Next step: update_schema
Warning: Unable to access db/schemas/mysql_schema.sql in /customers/candida/www/phpBB204/install/upgrade.php on line 197
Warning: file("db/schemas/mysql_schema.sql") - No such file or directory in /customers/candida/www/phpBB204/install/upgrade.php on line 197
Next step: convert_forums
* Converting forum 'Forum test' ::
Was unable to update forum permissions!
1054: Unknown column 'auth_view' in 'field list'
UPDATE forums SET
auth_view = 0,
auth_read = 0,
auth_post = 0,
auth_reply = 0,
auth_edit = 1,
auth_delete = 1,
auth_vote = 0,
auth_pollcreate = 0,
auth_sticky = 3,
auth_announce = 3
WHERE forum_id = 1
OK
Next step: insert_themes
* Inserting new values into themes table ::
Warning: Variable passed to each() is not an array or object in /customers/candida/www/phpBB204/install/upgrade.php on line 1612
OK
Next step: update_topics
* Setting topic first post_id ( 1 to 1000 ) ::
Couldn't update topic first post id in topic ::
1054: Unknown column 'topic_first_post_id' in 'field list'
UPDATE topics
SET topic_first_post_id = 1
WHERE topic_id = 1
. OK
Next step: final_configuration
* Updating 'Forum test' post info :: OK
* Update default user and finalise configuration ::
Couldn't insert board_startdate
1146: Table 'candida.config' doesn't exist
INSERT INTO config (config_name, config_value)
VALUES ('board_startdate', 1052697600)
Couldn't insert Board Server domain
1146: Table 'candida.config' doesn't exist
UPDATE config
SET config_value = 'www2.candida-fibromyalgie-hypoglycemie-chronische-vermoeidheid-me.nl'
WHERE config_name = 'server_name'
OR config_name = 'cookie_domain'
Couldn't insert Board server port
1146: Table 'candida.config' doesn't exist
UPDATE config
SET config_value = '80'
WHERE config_name = 'server_port'
Couldn't insert Board admin email
1146: Table 'candida.config' doesn't exist
UPDATE config
SET config_value = '
wwitsel@knoware.nl'
WHERE config_name = 'board_email'
Couldn't insert Board script path
1146: Table 'candida.config' doesn't exist
UPDATE config
SET config_value = '/phpBB204/'
WHERE config_name = 'script_path'
OK
Next step: drop_fields
* Drop field 'ban_start' in 'banlist' :: OK
* Drop field 'ban_end' in 'banlist' :: OK
* Drop field 'ban_time_type' in 'banlist' :: OK
* Drop field 'forum_access' in 'forums' :: OK
* Drop field 'forum_moderator' in 'forums' :: OK
* Drop field 'forum_type' in 'forums' :: OK
* Drop field 'msg_text' in 'privmsgs' :: OK
* Drop field 'rank_max' in 'ranks' :: OK
* Drop field 'emotion' in 'smilies' :: OK
* Drop field 'topic_notify' in 'topics' :: OK
Next step: drop_tables
* Dropping table 'access' :: OK
* Dropping table 'forum_access' :: OK
* Dropping table 'forum_mods' :: OK
* Dropping table 'headermetafooter' :: OK
* Dropping table 'whosonline' :: OK
* Dropping table 'old_config' :: OK
Next step: fulltext_search_indexing
* Fulltext Indexing ( 1 to 150 ) :: message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php?