Seite 1 von 1

Update RC4 auf 2.06?

Verfasst: 25.09.2003 15:49
von Magician
Hallo,

ich habe noch ein altes 2.0 RC4 am laufen und möchte es auf 2.06 updaten.

Wie mache ich dies am Besten?
Sind die MYSQL Daten dieselben, so dass ich einfach die PHP Dateien nur neu installieren muss?

Verfasst: 25.09.2003 15:55
von Schumi
Lade dir hier das Paket "Nur die seit der letzen Version veränderten und neuen Dateien" herunter.
Dann befolgst du folgende Anleitung:
6. Upgrade from previous Release Candidate versions of phpBB 2

Upgrading from these versions is generally quite easy. First you should make a copy of your existing config.php, keep it in a safe place! Next delete all the existing phpBB 2 files, do not leave any in place otherwise you may encounter errors later. You can leave alternative templates in-place but you should note they may not function correctly with the final release. It is therefore recommended you switch back to subSilver if you are currently using a different style. With this complete you can upload the new phpBB 2.0.0 files (see New Installations for details if necessary). Once complete copy back your saved config.php, replacing the new one.

You should now run install/update_to_206.php which, depending on your previous version, will make a number of database changes. You may receive FAILURES during this procedure, they should not be a cause for concern unless you see an actual ERROR, in which case the script will stop (in this case you should seek help via our forums or bug tracker).

RC-2 and below MSSQL users, please note that during the update procedure your existing forums table will be dropped and re-created. All data in standard fields will be retained. However if you have modified the forums table and added additional fields or altered existing ones these changes WILL be lost. If this is a significant issue for you we advise you comment out the "DROP FORUM TABLE" section in update_to_206.php and instead, manually alter the forum_id column to remove the IDENTITY setting (if it exists).

Once the update_to_206 has completed you MUST proceed to the Administration General Configuration panel and check all the values in General Configuration. This is essential if you were running any version before RC-3 since extra information needs to be entered to enable correct URLs to be output in emails.