On Mon, Aug 17, 2009 at 6:27 AM, Katharina Wolkwitz<[email protected]> wrote: > Deprecated: Call-time pass-by-reference has been deprecated in > /opt/lampp/htdocs/_fhbwiki/extensions/SelectCategory/SelectCategoryFunctions.php > on line 21 > Hi Platonides, Hi All, > > here are the error-messages that pop up when I try to start my wiki after > upgrading to Xampp 1.7.2: > > Deprecated: Call-time pass-by-reference has been deprecated in > /opt/lampp/htdocs/_fhbwiki/extensions/SelectCategory/SelectCategoryFunctions.php > on line 84 > > Warning: Parameter 1 to Language::getMagic() expected to be a reference, value > given in /opt/lampp/htdocs/_fhbwiki/includes/StubObject.php on line 58 > > Warning: Parameter 2 to efCategoryTreeParserOutput() expected to be a > reference, > value given in /opt/lampp/htdocs/_fhbwiki/includes/Hooks.php on line 117 > > Detected bug in an extension! Hook efCategoryTreeParserOutput failed to > return a > value; should return true to continue hook processing or false to abort. > > Backtrace: > > #0 /opt/lampp/htdocs/_fhbwiki/includes/OutputPage.php(554): > wfRunHooks('OutputPageParse...', Array) > #1 /opt/lampp/htdocs/_fhbwiki/includes/OutputPage.php(562): > OutputPage->addParserOutputNoText(Object(ParserOutput)) > #2 /opt/lampp/htdocs/_fhbwiki/includes/OutputPage.php(655): > OutputPage->addParserOutput(Object(ParserOutput)) > #3 /opt/lampp/htdocs/_fhbwiki/includes/Article.php(806): > OutputPage->tryParserCache(Object(Article), Object(User)) > #4 /opt/lampp/htdocs/_fhbwiki/includes/Wiki.php(447): Article->view() > #5 /opt/lampp/htdocs/_fhbwiki/includes/Wiki.php(63): > MediaWiki->performAction(Object(OutputPage), Object(Article), Object(Title), > Object(User), Object(WebRequest)) > #6 /opt/lampp/htdocs/_fhbwiki/index.php(114): > MediaWiki->initialize(Object(Title), Object(Article), Object(OutputPage), > Object(User), Object(WebRequest)) > #7 {main} > > When I disable both extensions in LocalSettings.php then the wiki seems to run > ok. I haven't had time to do extensiv testing, yet, though... > > Katharina Wolkwitz schrieb am 17.08.2009 12:06: >> Hi Platonides, >> >> thank you for your very fast answer. >> >> Platonides schrieb am 17.08.2009 11:59: >>> Katharina Wolkwitz wrote: >>>> Hi all, >>>> >>>> at the moment I've got my wiki running with mediawiki 1.14.0 and Xampp >>>> 1.7.1 >>>> (PHP 5.2.9 (apache2handler), MySQL 5.1.33) >>>> >>>> When I tried to upgrad to Xampp 1.7.2 last Friday, I ran into some >>>> problems with >>>> the SelectCategory- and CategoryTree-extensions, >>> What kind of problems are you having? >>> The extensions _should_ work as well with PHP 5.3 as with 5.2.9. >>> A MySQL should be even less an issue. >> OK - I'll try the Xampp-upgrade again and try to post the error-messages >> here. >> They were rather difficult to read, because they appeared beneath the wiki's >> layout. >> Is there any way to get the error-messages to appear inside the wiki's main >> window? >> >> So long >> Katharina >> >> _______________________________________________ >> MediaWiki-l mailing list >> [email protected] >> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l >> > > -- > > Mit freundlichen Grüßen > > Katharina Wolkwitz > > Fachhochschule Südwestfalen > Hochschulbibliothek > Haldener Straße 182 > 58095 Hagen > Tel.: 02331/9330-607 > FAX: 02331/9330-608 > > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l >
I'm not as sure on the CategoryTree backtrace, but I've fixed the call time pass-by-ref errors for SelectCategory in r55210. -Chad _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
