On Tue, Aug 18, 2009 at 7:55 AM, Platonides<[email protected]> wrote: > Katharina Wolkwitz wrote: >> I've tried putting: >> >> error_reporting(0); >> >> at the beginning of SelectCategoryFunctions.php but that makes no difference >> whatsoeverer. > > Adding error_reporting(0); should have removed the E_DEPRECATED > warnings. Try disabling them in php.ini. > E_DEPRECATED are not supposed to be enabled in production, anyway. > > > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l >
I mentioned in the other thread (why did this need a new thread?) that I fixed the deprecated calls in r55210. -Chad _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
