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
