Jede Menge Fehlermeldungen bei Upgrade auf 2.0.4
Verfasst: 27.06.2003 14:38
Beim Upgrade auf 2.0.4 von 1.4.4 kommen folgende Meldungen:
Next step: convert_config
* Converting configuration table ::
Couldn't update config table with values from old config table
1146: Table 'phpboard.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 'phpboard.config' doesn't exist
REPLACE INTO config (config_name, config_value)
VALUES ('sitename', 'Eizellspende')
Couldn't update config table with values from old config table
1146: Table 'phpboard.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 'phpboard.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 'phpboard.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 'phpboard.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 'phpboard.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 'phpboard.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 'phpboard.config' doesn't exist
REPLACE INTO config (config_name, config_value)
VALUES ('allow_theme_create', '')
Couldn't update config table with values from old config table
1146: Table 'phpboard.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 'phpboard.config' doesn't exist
REPLACE INTO config (config_name, config_value)
VALUES ('board_email', 'info@eizellspende.de')
Couldn't update config table with values from old config table
1146: Table 'phpboard.config' doesn't exist
REPLACE INTO config (config_name, config_value)
VALUES ('default_lang', 'german')
Couldn't rename 'nederlands' to 'dutch' in config table
1146: Table 'phpboard.config' doesn't exist
UPDATE config
SET config_value = 'dutch'
WHERE config_name = 'default_lang' && config_value = 'nederlands'
So geht das noch weiter mit:
Couldn't do:
1146: Table 'phpboard.posts' doesn't exist
Couldn't obtain ip data from privmsgs ()
1146: Table 'phpboard.privmsgs' doesn't exist
Couldn't obtain ip data from banlist ()
1146: Table 'phpboard.banlist' doesn't exist
Couldn't do:
1146: Table 'phpboard.posts' doesn't exist
Couldn't do:
1146: Table 'phpboard.topics' doesn't exist
usw.
woran liegt das denn ????
Danke
Chris
Next step: convert_config
* Converting configuration table ::
Couldn't update config table with values from old config table
1146: Table 'phpboard.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 'phpboard.config' doesn't exist
REPLACE INTO config (config_name, config_value)
VALUES ('sitename', 'Eizellspende')
Couldn't update config table with values from old config table
1146: Table 'phpboard.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 'phpboard.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 'phpboard.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 'phpboard.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 'phpboard.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 'phpboard.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 'phpboard.config' doesn't exist
REPLACE INTO config (config_name, config_value)
VALUES ('allow_theme_create', '')
Couldn't update config table with values from old config table
1146: Table 'phpboard.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 'phpboard.config' doesn't exist
REPLACE INTO config (config_name, config_value)
VALUES ('board_email', 'info@eizellspende.de')
Couldn't update config table with values from old config table
1146: Table 'phpboard.config' doesn't exist
REPLACE INTO config (config_name, config_value)
VALUES ('default_lang', 'german')
Couldn't rename 'nederlands' to 'dutch' in config table
1146: Table 'phpboard.config' doesn't exist
UPDATE config
SET config_value = 'dutch'
WHERE config_name = 'default_lang' && config_value = 'nederlands'
So geht das noch weiter mit:
Couldn't do:
1146: Table 'phpboard.posts' doesn't exist
Couldn't obtain ip data from privmsgs ()
1146: Table 'phpboard.privmsgs' doesn't exist
Couldn't obtain ip data from banlist ()
1146: Table 'phpboard.banlist' doesn't exist
Couldn't do:
1146: Table 'phpboard.posts' doesn't exist
Couldn't do:
1146: Table 'phpboard.topics' doesn't exist
usw.
woran liegt das denn ????
Danke
Chris