phpBB-2.0.10_to_2.0.11.patch ?

Eine Neuinstallation von phpBB 2.0 wird auf phpBB.de nicht mehr unterstützt.
Siehe auch Entwicklungs-Ende von phpBB 2.0 - Auswirkungen auf phpBB.de
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.

Eine Neuinstallation von phpBB 2.0 wird auf phpBB.de nicht mehr unterstützt.
Siehe auch Entwicklungs-Ende von phpBB 2.0 - Auswirkungen auf phpBB.de
Gesperrt
Benutzeravatar
Bastiii
Mitglied
Beiträge: 75
Registriert: 16.10.2004 19:27
Wohnort: Karlsruhe

phpBB-2.0.10_to_2.0.11.patch ?

Beitrag von Bastiii »

habe da ein kleines problem und zwar verstehe ich die anleitung nicht so ;)

habe wie beschrieben die phpBB-2.0.10_to_2.0.11.patch datei in mein root kopiert, aber was muss ich dann machen?
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.
`

brauche dringend hilfe!!!

greetz
Bastiii
Christian_W
Ehemaliges Teammitglied
Beiträge: 5703
Registriert: 26.02.2004 00:09

Beitrag von Christian_W »

Wenn Du mit patch nicht klarkommst benutz die Code-Change-Anleitungen:
http://www.phpbb.de/viewtopic.php?p=411865#411865

Gruß Christian
---
Benutzeravatar
Bastiii
Mitglied
Beiträge: 75
Registriert: 16.10.2004 19:27
Wohnort: Karlsruhe

Beitrag von Bastiii »

danke so is es ganz einfach gegangen :)

aber hab jetzt ein kleines prob und zwar hatte ich nen nickpage und chatroom link oben bei den anderen links, die sind jetzt aber komischerweise verschwunden! in welcher datei kann ich nochmal die hauptseite bearbeiten bzw die links wieder neu einfügen?
Christian_W
Ehemaliges Teammitglied
Beiträge: 5703
Registriert: 26.02.2004 00:09

Beitrag von Christian_W »

Dafür ist die templates/subSilver/overall_header.tpl zuständig. Einige Links (nickpage) werden in der includes/page_header.php dynamisch erzeugt.

Gruß Christian
---
Benutzeravatar
JB007
Mitglied
Beiträge: 102
Registriert: 23.07.2004 07:52
Wohnort: Troisdorf
Kontaktdaten:

Beitrag von JB007 »

Christian_W hat geschrieben:Wenn Du mit patch nicht klarkommst benutz die Code-Change-Anleitungen:
http://www.phpbb.de/viewtopic.php?p=411865#411865

Gruß Christian
Bin nach der Anleitung vorgegangen, aber nach Ausführung von update_to_2011.php bekomme ich folgenden Fehlerhinweis:

Code: Alles auswählen

Warning: Unable to access ./../extension.inc in /mnt/be1/08/467/00000011/htdocs/community/update_to_2011.php on line 46

Warning: Failed opening './../extension.inc' for inclusion (include_path='') in /mnt/be1/08/467/00000011/htdocs/community/update_to_2011.php on line 46

Warning: Unable to access ./../config. in /mnt/be1/08/467/00000011/htdocs/community/update_to_2011.php on line 47

Warning: Failed opening './../config.' for inclusion (include_path='') in /mnt/be1/08/467/00000011/htdocs/community/update_to_2011.php on line 47
Please read: INSTALL.html before attempting to update.
Benutzeravatar
kratzer54847
Mitglied
Beiträge: 3065
Registriert: 20.01.2003 16:34
Wohnort: Düsseldorf/Hannover/Berlin
Kontaktdaten:

Beitrag von kratzer54847 »

liegt die Datei auch im Verzeichnis install/?
Knowledge Base | MOD Datenbank | Boardsuche | HTML | PHP

Durch die richtige Verwendung dieser Links können viele Fragen beantwortet werden ;-)
Benutzeravatar
JB007
Mitglied
Beiträge: 102
Registriert: 23.07.2004 07:52
Wohnort: Troisdorf
Kontaktdaten:

Beitrag von JB007 »

kratzer54847 hat geschrieben:liegt die Datei auch im Verzeichnis install/?
natürlich nicht! :-? stand aber auch nicht in der anleitung.

hat funktioniert. danke für schnelle hilfe! :D
Gesperrt

Zurück zu „phpBB 2.0: Installation und Update“