Auf meinem Board ist die phpBB Version 2.0.8 installiert, ich will manuell auf 2.0.10 geupdatet. Also bin ich gleich auf www.opentools.de gegangen und hab mir die Installationsanleitung gedownlaodet. In dem zip-Archiv befinden sich aber zwei installs. Welche davon muss ich befolgen?
Es existiert phpbb_2.0.8_to_2.0.10.txt und phpbb_2.0.8_to_2.0.10_bbcode.txt
Das Erste muss ich ja ausführen, aber was ist mit dem Zweiten?
Das steht bei der Einleitung:
These are the Changes from phpBB 2.0.8 to phpBB 2.0.10 summed up into a little Mod. This might be very helpful if you want to update your Board and have installed a bunch of Mods. Then it's normally easier to apply the Code Changes than to install all Mods again.
When you find a 'AFTER, ADD'-Statement, the Code have to be added after the last line quoted in the 'FIND'-Statement.
When you find a 'BEFORE, ADD'-Statement, the Code have to be added before the first line quoted in the 'FIND'-Statement.
When you find a 'REPLACE WITH'-Statement, the Code quoted in the 'FIND'-Statement have to be replaced completely with the quoted Code in the 'REPLACE WITH'-Statement.
When you find a 'DELETE'-Statement, the Code have to be deleted.
After you have finished this tutorial, you have to upload the update_to_210.php file, execute it and then delete it from your webspace.