Hi guys,
I've just found out that there is a new version of phpbb2 available:
phpBB 2.0.22.
thats great, because it should have some nice new functions.
Tho there is one problem:
I have installed some mods....
Now phpbb offers a patch to tackle that problem, tho you need a command line to run the patch:
Is there a way I can run this line:
patch -cl -d [PHPBB DIRECTORY] -p1 < [PATCH NAME]
Or can a mod/admin run that line(if so pls say and then I will upload the patch)
Because else I need to reinstall all my mods....
Regards
Hunterseaker
I've just found out that there is a new version of phpbb2 available:
phpBB 2.0.22.
thats great, because it should have some nice new functions.
Tho there is one problem:
I have installed some mods....
Now phpbb offers a patch to tackle that problem, tho you need a command line to run the patch:
| Quote: |
|
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.21 you need the phpBB-2.0.21_to_2.0.22.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. |
Is there a way I can run this line:
patch -cl -d [PHPBB DIRECTORY] -p1 < [PATCH NAME]
Or can a mod/admin run that line(if so pls say and then I will upload the patch)
Because else I need to reinstall all my mods....
Regards
Hunterseaker
