Errormeldung beim Update auf 2.0.15 (update_to_latest.php)

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
Valerie Raghnall
Mitglied
Beiträge: 3907
Registriert: 17.07.2002 14:03
Wohnort: Graz

Beitrag von Valerie Raghnall »

ich hatte 2.0.1, ich habe jetzt 2.0.15

... und der text vom update...

Updating to latest stable release



Information
Database type :: mysql
Previous version :: 2.0.1
Updated version :: 2.0.15

Updating database schema
Progress :: . . . . . . Done
Result :: No errors

Updating data
Progress :: . . . . . . . . . . . . . . . . . . . .

Updating version and optimizing tables
Progress :: . . Done
Result :: Some queries failed, the statements and errors are listing below

Error :: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ' topic_last_post_id = WHERE topic_id = 479' at line 1
SQL :: UPDATE phpbb_topics SET topic_replies = -1, topic_first_post_id = , topic_last_post_id = WHERE topic_id = 479


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
Please make sure you have updated your board files too, this file is only updating your database.

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!
A Bus Station is where buses stop. A Train Station is where trains stop. On my desk, there is a Work Station.
Christian_W
Ehemaliges Teammitglied
Beiträge: 5703
Registriert: 26.02.2004 00:09

Beitrag von Christian_W »

Code: Alles auswählen

Information
Database type    :: mysql
Previous version :: 2.0.1
Updated version  :: 2.0.15
Diesen Text bekommst Du bei jedem Aufruf der update_to_latest.php ?
D.h. auch das Feld Version wird nicht geändert?

Wenn Du's nicht schon gemacht hast, mach mal sicherheitshalber ein Backup der Datenbank.
KB:mysqlbackup

Dann mal dem MOD:maintenance die DB überprüfen.

Gruß Christian
---
Valerie Raghnall
Mitglied
Beiträge: 3907
Registriert: 17.07.2002 14:03
Wohnort: Graz

Beitrag von Valerie Raghnall »

nein, wenn ich nochmal laufen lass, dann hab ich 2.0.15 und 2.0.15 da stehen.

Und fehlermeldung kommt auch keine mehr... bedeutet das, dass der fehler weg is? wohl eher nicht, hu? *g*
immerhin sagt er, dass er ned updaten muss, also greift er ja nimmer hin.





Information
Database type :: mysql
Previous version :: 2.0.15
Updated version :: 2.0.15

Updating database schema
Progress :: No updates required

Updating data
Progress :: No updates where required

Updating version and optimizing tables
Progress :: . . Done
Result :: No errors

Update completed
Please make sure you have updated your board files too, this file is only updating your database.

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!
A Bus Station is where buses stop. A Train Station is where trains stop. On my desk, there is a Work Station.
Christian_W
Ehemaliges Teammitglied
Beiträge: 5703
Registriert: 26.02.2004 00:09

Beitrag von Christian_W »

Valerie Raghnall hat geschrieben:nein, wenn ich nochmal laufen lass, dann hab ich 2.0.15 und 2.0.15 da stehen.
Und fehlermeldung kommt auch keine mehr... bedeutet das, dass der fehler weg is? wohl eher nicht, hu? *g*
Überprüfe auf jeden Fall die DB noch mit dem MOD:maintenance
Der sollte evtl. noch vorhandene Fehler beseitigen.

Gruß Christian
---
Valerie Raghnall
Mitglied
Beiträge: 3907
Registriert: 17.07.2002 14:03
Wohnort: Graz

Beitrag von Valerie Raghnall »

k... danke schon mal.
A Bus Station is where buses stop. A Train Station is where trains stop. On my desk, there is a Work Station.
Valerie Raghnall
Mitglied
Beiträge: 3907
Registriert: 17.07.2002 14:03
Wohnort: Graz

Beitrag von Valerie Raghnall »

OK... also hab das ding jetzt installiert, das is ja was ganz feines :) Danke für den Hinweis :)

Nun hab ich beim Check der Datenbank folgendes bekommen:

phpbb_sessions: Command not available for HEAP-tables

Muss / kann ich da irgendwas ändern? Alle anderen waren OK.

Edit:
PS: Also... das Problem mit dem ungelesen / gelesen anzeigen des Topics ist seltsam... Manchmal werden die Postings als gelesen markiert, manchmal nicht. Manchmal kann man sie mit "alle als gelesen markieren" als gelesen markieren, manchmal nicht... Ich konnte da bisher keinen bestimmten Anlass feststellen... ist mir schleierhaft wo das Problem da liegt... hmhhh...
A Bus Station is where buses stop. A Train Station is where trains stop. On my desk, there is a Work Station.
Christian_W
Ehemaliges Teammitglied
Beiträge: 5703
Registriert: 26.02.2004 00:09

Beitrag von Christian_W »

Valerie Raghnall hat geschrieben:phpbb_sessions: Command not available for HEAP-tables
Versuchst Du vieleicht die phpbb_sessions in eine HEAP-Tabelle umzuwaneln obwohl das schon eine ist?
Wenn sonst kein Fehler auftrat ist alles OK.
Valerie Raghnall hat geschrieben:PS: Also... das Problem mit dem ungelesen / gelesen anzeigen des Topics ist seltsam...
Bestimmt ein Cookie-Problem
KB:cookie_probleme

Gruß Christian
---
Valerie Raghnall
Mitglied
Beiträge: 3907
Registriert: 17.07.2002 14:03
Wohnort: Graz

Beitrag von Valerie Raghnall »

Ich hab nur die Datenbankmaint...dingsbums *g* durchgeführt... da kam eben diese Meldung.

Naja und an den Cookis hab ich nix umgestellt, das ging vorher einwandfrei... aber ich werd mal reingucken, danke für den Tipp.
A Bus Station is where buses stop. A Train Station is where trains stop. On my desk, there is a Work Station.
Valerie Raghnall
Mitglied
Beiträge: 3907
Registriert: 17.07.2002 14:03
Wohnort: Graz

Beitrag von Valerie Raghnall »

Hmmmhh... also meine Domain stimmt, meine Einstellungen sind richtig, die Umstellung der Cookiebehandlung hab ich vorgenommen, den Cache hab ich geleert und auch die Cookies gelöscht... die Sessions hab ich geleert... hat sich nix geändert...

Immer noch das Problem, dass man zwischendurch ned auf ungelesen markieren kann.
A Bus Station is where buses stop. A Train Station is where trains stop. On my desk, there is a Work Station.
Christian_W
Ehemaliges Teammitglied
Beiträge: 5703
Registriert: 26.02.2004 00:09

Beitrag von Christian_W »

Kannst Du mal einen Testaccount einichten?

Gruß Christian
---
Gesperrt

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