Seite 1 von 1
Nach manuellem Update zeigts immer noch die alte Version an
Verfasst: 10.04.2006 16:44
von sharkattack
Hi
Da ich recht viele mods installiert habe und auch sonstige Änderungen am Forum gemacht habe, wählte ich das manuelle Update. Ich habe alles angepasst, so wies in der txt Datei steht. Es funktioniert jetzt auch alles, dass Problem ist nur, dass es mir im Adminmenü immer noch die alte Version anzeigt und darauf hinweist, dass ich updaten solle. Weiss jemand, wie ich das in Ordung bringen kann?
Danke schon im Voraus für die Antworten.
Gruss
Re: Nach manuellem Update zeigts immer noch die alte Version
Verfasst: 10.04.2006 16:47
von Wissler
sharkattack hat geschrieben:Hi
Da ich recht viele mods installiert habe und auch sonstige Änderungen am Forum gemacht habe, wählte ich das manuelle Update. Ich habe alles angepasst, so wies in der txt Datei steht. Es funktioniert jetzt auch alles, dass Problem ist nur, dass es mir im Adminmenü immer noch die alte Version anzeigt und darauf hinweist, dass ich updaten solle. Weiss jemand, wie ich das in Ordung bringen kann?
Danke schon im Voraus für die Antworten.
Gruss
Hast Du die aktuelle /install/update_to_latest.php hochgeladen und ausgeführt?
Verfasst: 10.04.2006 17:01
von sharkattack
Muss man das machen? In der Anleitung steht nichts davon.
Verfasst: 10.04.2006 17:09
von Energy_2k2
sharkattack hat geschrieben:Muss man das machen? In der Anleitung steht nichts davon.
Doch steht in der
phpbb-2.0.19_to_2.0.20.txt
##############################################################
## MOD Title: phpBB 2.0.19 to phpBB 2.0.20 Code Changes
## MOD Author: Acyd Burn < N/A > (Meik Sievertsen) N/A
## MOD Description:
##
##
## These are the Changes from phpBB 2.0.19 to phpBB 2.0.20 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 more than one 'FIND'-Statement it just means that you go down the
## code within the order of the 'FIND'-Statements, if you found the lines for the
## first 'FIND'-Statement, you continue to search the lines for the second
## 'FIND'-Statement. The last 'FIND'-Statement includes the codeblock to work
## with.
##
## For a comprehensive explanation about installing MODs, please visit this url:
## http://www.phpbb.com/kb/article.php?article_id=150
##
## 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.
##
.......
Verfasst: 10.04.2006 18:11
von sharkattack
Ach ja, das habe ich übersehen. Danke.