Re: Phpwiki errors reporting

Sabri LABBENE <[email protected]> Thu, 16 Apr 2009 00:26:12 +0200
Newsgroups gmane.comp.web.wiki.phpwiki.talk
Message-ID <[email protected]>
ok.Thanks for the patch.

Best Regards,
-- Sabri.

On Wed, Apr 15, 2009 at 1:09 PM, Reini Urban <[email protected]> wrote:

> 2009/4/15 Sabri LABBENE <[email protected]>:
> > I'm using a 1.3.12 version of PhpWiki.
> > Is it possible to turn off error reporting of PhpWiki (at least for
> Notices)?
> > Is it something we can tune from PhpWiki config ?
>
> This is a php setting.
> in php.ini there's a key for error_reporting. default is:
>   error_reporting  =  E_ALL & ~E_NOTICE
>
> To turn off phpwiki notice for phpwiki only do:
>  error_reporting(E_ALL & (~E_NOTICE | ~E_USER_NOTICE));
> for example in index.php.
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> _______________________________________________
> Phpwiki-talk mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/phpwiki-talk
>

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p

_______________________________________________
Phpwiki-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpwiki-talk