Seite 1 von 1

Upgrade....

Verfasst: 12.10.2005 11:45
von Uwe182
Hi,

ich habe PRobleme beim Upgrade der PHP DAteien.

Kann mir jemand diese Stelle eklären:

The patch file is probably the best solution for those with many Mods or other changes who do not want to re-add them back to all the changed files. To use this you will need command line access to a standard UNIX type patch application.

A number of patch files are provided to allow you to upgrade from previous stable releases. Select the correct patch, e.g. if your current version is 2.0.16 you need the phpBB-2.0.16_to_2.0.17.patch. Place the correct patch in the parent directory containing the phpBB 2 core files (i.e. index.php, viewforum.php, etc.). With this done you should run the following command: patch -cl -d [PHPBB DIRECTORY] -p1 < [PATCH NAME] (where PHPBB DIRECTORY is the directory name your phpBB Installation resides in, for example phpBB2, and where PATCH NAME is the relevant filename of the selected patch file). This should complete quickly, hopefully without any HUNK FAILED comments.

Ich habe keine Ahnung wo ich den Befehl "patch -cl -d [PHPBB DIRECTORY] -p1 < [PATCH NAME]" eingeben soll. Sry, mache ich das mti nem Programm?!?!?!? Bitte um schnell hilfe!

Verfasst: 12.10.2005 12:18
von mad-manne
zunächst einmal folgende Rückfragen:
Hast du denn viele MODs in dein Board eingebaut?
Von welcher Version willst du upgraden?
Hast du easyMOD zur Verfügung?

Fragt sich (und dich) :wink:
Manne.

Verfasst: 12.10.2005 12:22
von Uwe182
also ich möchte von 2.0.14 auf 2.0.17, habe viele mods und easy mod ist auch vorhanden

Verfasst: 12.10.2005 12:27
von gott
wo hast du denn die update- Dateien her

wenn du bei phpbb.com schaust steht dort folgendes:
These are the Changes from phpBB 2.0.15 to phpBB 2.0.16 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.
##
## After you have finished this tutorial, you have to upload the
## install/update_to_latest.php file, execute it and then delete it from your
## webspace.
Mach es einfach so !

Verfasst: 12.10.2005 12:28
von Jan500
hi

ich würd dir eher die code changes ( http://www.phpbb.de/doku/phpbb-update.p ... &mods=true ) empfehlen ;-)
schätze du wirst das patch-verfahren garnicht machen können, da du kein ssh zugriff oder so auf deinen webspace hast ;-)

gruß Jan

Verfasst: 12.10.2005 12:29
von mad-manne
Na denn 8) ...
... dann lädst du dir alle passenden "Update-MODs" hier runter nämlich
  • [Tool] phpBB 2.0.14 to 2.0.15 Code Changes
  • [Tool] phpBB 2.0.15 to phpBB 2.0.16 Code Changes
  • [Tool] phpBB 2.0.16 to phpBB 2.0.17 Code Changes
und versuchst mal diese eines nach dem anderen(in der genannten Reihenfolge!) per easyMOD zu installieren.

Zum Schluss dann noch bitte die install/update_to_latest.php aus dem "normalen" Updatepaket auf deinen Server hochladen, ausführen und fertig!
Den Ornder install musst du danach wieder wie üblich löschenb, bevor dein Board wieder "geht".

Vorher Backups von Dateien und DB machen, kann trotzdem nie schaden :wink:

Viel Erfolg,
Manne.