itproject
Goto Top

Mediawiki Update 1.16.0 zu 1.18.1 FAIL

Hallo zusammen,

habe ein Problem mit Mediawiki.

habe nach Anleitung von: http://www.mediawiki.org/wiki/Manual:Upgrading/de 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:

        public function save( $parserOutput, $article, $popts ) {
                $expire = $parserOutput->getCacheExpiry();

                if( $expire > 0 ) {
                        $now = wfTimestampNow();

                        $optionsKey = new CacheTime;
                        $optionsKey->mUsedOptions = $parserOutput->getUsedOptions();
                        $optionsKey->updateCacheExpiry( $expire );

                        $optionsKey->setCacheTime( $now );
                        $parserOutput->setCacheTime( $now );

                        $optionsKey->setContainsOldMagic( $parserOutput->containsOldMagic() );

                        $parserOutputKey = $this->getParserOutputKey( $article,
>>>>ZEILE 218<<<<                                $popts->optionsHash( $optionsKey->mUsedOptions ) );

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

Content-Key: 179623

Url: https://administrator.de/contentid/179623

Printed on: April 25, 2024 at 11:04 o'clock