397
2hard4you
ackerdiesel
aqui
ChrisIO
daropstyle
DerWoWusste
Kathy92

Mediawiki Update 1.16.0 zu 1.18.1 FAIL

Mitglied: itproject
26.01.2012
16:39:52 Uhr
521 Aufrufe
Hallo zusammen,
habe ein Problem mit Mediawiki.

habe nach Anleitung von: http://www.mediawiki.org/wiki/Manual:Upgr ... mein Mediawiki 1.16.0 auf 1.18.1 geupdatet.

Anschließend bekomme ich eine Fehlermeldung, wenn ich auf die Hauptseite zugreifen möchte.

Fatal error: Call to undefined method User::optionsHash() in /var/www/meinwiki.de/includes/parser/ParserCache.php on line 218

--> Was steht in Zeile 218?!

Folgendes:

01.
 
02.
        public function save( $parserOutput, $article, $popts ) { 
03.
                $expire = $parserOutput->getCacheExpiry(); 
04.
 
05.
                if( $expire > 0 ) { 
06.
                        $now = wfTimestampNow(); 
07.
 
08.
                        $optionsKey = new CacheTime; 
09.
                        $optionsKey->mUsedOptions = $parserOutput->getUsedOptions(); 
10.
                        $optionsKey->updateCacheExpiry( $expire ); 
11.
 
12.
                        $optionsKey->setCacheTime( $now ); 
13.
                        $parserOutput->setCacheTime( $now ); 
14.
 
15.
                        $optionsKey->setContainsOldMagic( $parserOutput->containsOldMagic() ); 
16.
 
17.
                        $parserOutputKey = $this->getParserOutputKey( $article, 
18.
>>>>ZEILE 218<<<<                                $popts->optionsHash( $optionsKey->mUsedOptions ) ); 
19.
 

Jemand eine Idee wo das Problem liegen könnte?
Ihr würdet mir damit Sehr helfen, komme leider nicht weiter face-sad

Viele Grüße u. Danke
Itproject

mehr ...Ähnliche Beiträge