Hello ET,
y a t'il une solution simple pour upgrader un forum en 2.08 vers la 2.0.13 sans écraser les mods ?
Upgrade de Forums avec mods
Règles du forum
Courtoisie envers les membres et respect envers les sociétés sont les maitre mots de ces forums. Tout manquement sera sanctionné par un rappel à l'ordre, voir une exclusion temporaire ou définitive des forums !
Courtoisie envers les membres et respect envers les sociétés sont les maitre mots de ces forums. Tout manquement sera sanctionné par un rappel à l'ordre, voir une exclusion temporaire ou définitive des forums !
Oui. Passer toutes les upgrades les une après les autres de 2.0.8 vers 2.0.9, puis 2.0.10, 2.0.11, 2.0.12 et 2.0.13...
https://www.golfexpert.net/phpbb/forums/ ... c.php?t=31
https://www.golfexpert.net/phpbb/forums/ ... c.php?t=31
L'urgent est fait, l'impossible est en cours, pour les miracles prévoir 24h !
La commande patch est elle la seule solution ? car étant chez lycos sur un serveur mutualisé l'accès sur le systeme en admin est impossible et l'execution d'un batch contenant le script ne semble faire aucun effet sur le forum.7.iii. Patch file
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.10 you need the phpBB-2.0.10_to_2.0.11.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.
If you do get failures you should look at using the Changed files only package to replace the files which failed to patch, please note that you will need to manually re-add any Mods to these particular files. Alternatively if you know how you can examine the .rej files to determine what failed where and make manual adjustments to the relevant source.
You should of course delete the patch file (or files) after use. As for the other upgrade procedures you should run install/update_to_210.php after you have finished updating the files. This will update your database schema and data (if appropriate) and increment the version number.