Re: [MediaWiki-l] php display_errors = off but they still, appear

2013-06-24 Thread Mickey Feldman
Thanks! I did have that set in LocalSettings.php and stared right past it. But before I read this response I did change automatic REMOTE USER to eliminate the error. On 6/21/2013 5:00 AM, mediawiki-l-requ...@lists.wikimedia.org wrote: You might have error reporting enabled in

[MediaWiki-l] php display_errors = off but they still appear

2013-06-20 Thread Mickey Feldman
Pre upgrade testing of mw 1.21.1 with php 5.3.10 and apache 2.4.4 I set display_error = off in a php.ini in the doc root, and ran phpinfo to confirm that it actually was set to off, but extension automaticREMOTE_USER is still giving me a Strict Standards error for getCanonicalName(). I've

Re: [MediaWiki-l] php display_errors = off but they still appear

2013-06-20 Thread Benjamin Lees
You might have error reporting enabled in LocalSettings.php (it's a common recommendation for debugging). Something like error_reporting( -1 ); ini_set( 'display_errors', 1 ); Anyway, it's better to fix the underlying issue when possible. What version of automaticREMOTE_USER are you using? It