Jede Menge Fehlermeldungen bei Upgrade auf 2.0.4

Eine Neuinstallation von phpBB 2.0 wird auf phpBB.de nicht mehr unterstützt.
Siehe auch Entwicklungs-Ende von phpBB 2.0 - Auswirkungen auf phpBB.de
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.

Eine Neuinstallation von phpBB 2.0 wird auf phpBB.de nicht mehr unterstützt.
Siehe auch Entwicklungs-Ende von phpBB 2.0 - Auswirkungen auf phpBB.de
Gesperrt
famschmid
Mitglied
Beiträge: 20
Registriert: 20.07.2001 02:00
Kontaktdaten:

Jede Menge Fehlermeldungen bei Upgrade auf 2.0.4

Beitrag von famschmid »

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
Benutzeravatar
JumpinJack
Mitglied
Beiträge: 953
Registriert: 27.05.2002 10:37
Wohnort: Ariendorf
Kontaktdaten:

Beitrag von JumpinJack »

Also wenn du nen Upgrade oder Update fährst, dann must du ja auch den prefix eingeben.
So wie das aussieht hast du dabei nix angegeben. Hast du denn bei deinem schon existierenden phpbb kein Prefix verwendet oder war das nen Flüchtigkeitsfehler?!
Liebe Grüße
JumpinJack
famschmid
Mitglied
Beiträge: 20
Registriert: 20.07.2001 02:00
Kontaktdaten:

Beitrag von famschmid »

Bei der alten version, habe ich keinen prefix verwendet. Allerdings hat er einen Teil der Dateien ja auch richtig umgewandelt, nicht bei jeder hat er diese Fehlermeldung.
Die Dateien: banlist, categories, disallow, forums, post, posts_text, privmsgs, ranks, smilies, topics, user,words hat er ja umgewandelt.
Die Fehler gibt er mir bei den restlichen aus, dass ist das Problem.

Danke

Chri[/b]
famschmid
Mitglied
Beiträge: 20
Registriert: 20.07.2001 02:00
Kontaktdaten:

Fehlermeldungen-Update

Beitrag von famschmid »

Also folgende Meldungen kommen:

next step: initial drops: ok
next step: mod old tables: ok
next step: create tabels: keine anzeige
next step: create config: ok
next step: convert config: FEHLER
next step: convert ips: ok
next step: convert dates: ok
next step: fix addslashes: ok
next step: remove topics: ok
next step: convert users: FEHLER
next step: convert posts: ok
next step: convert privmsgs: FEHLER
next step: convert moderators: FEHLER
next step: convert privforums: keine anzeige
next step: update schema: keine anzeige
next step: convert forums: keine anzeige
next step: insert forums: ok
next step: update topics: ok
next step: final configuration: FEHLER
next step: drop fields: ok
next step: drop tables: ok
next step: fulltext search indexing: ok

Wenn ich anschließend trotzdem auf "click here to proceed to the index" klicke, kommt folgende Fehlermeldung: Fehler 404.
Er versucht in dem Verzeichnis "install" eine index.php zu öffnen.


Bei dem Upgrade, habe ich wie der Installation von 1.4.4 kein Prefix verwendet.


Danke schon mal für Eure Hilfe

Chris
Acid
Ehrenadmin
Beiträge: 12195
Registriert: 26.04.2001 02:00
Wohnort: Berlin

Beitrag von Acid »

Wie bist´n beim Upgrade vorgegangen ? Is das eine normale 1.44er Version gewesen (mit ´n paar Hacks) oder eine vorgefertigte, modifizierte Version ?
Gast

Beitrag von Gast »

Hi,

habs jetzt auf meinem Webserver gebacken bekommen, allerdings als ich dass dann im Internet auf meinem Webspace auch machen wollte, ist er einfach mitten drinne ausgestiegen.

Chris
Benutzeravatar
Mister_X
Ehemaliges Teammitglied
Beiträge: 7102
Registriert: 24.05.2001 02:00
Wohnort: Augsburg

Beitrag von Mister_X »

Höchstwahrscheinlich ein Timeout, kannste nicht die Datenbank von deinem Webserver auf deinen Hoster überspielen?
Gesperrt

Zurück zu „phpBB 2.0: Installation und Update“