On Thu, Oct 18, 2012 at 3:16 PM, Mills, Douglas <[email protected]> wrote: > Hi Chad, > > That's a bummer. > > Per my e-mail that I sent as this one came in, I was able to successfully get > the e-mails to go out, however my page is still showing all of the errors > mentioned below. Is there a way I can suppress these errors so my users > don't see them? >
Yes, you could set your error reporting to a lower level. For example, in LocalSettings.php: error_reporting( E_ALL ^ E_STRICT ); -Chad _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
