htaccess php error

This is a discussion on htaccess php error within the PHP General forums, part of the PHP Programming Forums category; Hi, What is the configuration so php errors get displayed but NOT general php notices? This is what I currently ...


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 06-16-2007
JonnyAJAX
 
Posts: n/a
Default htaccess php error

Hi,
What is the configuration so php errors get displayed but NOT general
php notices?

This is what I currently have in my .htaccess ... it's displaying both
(errors and notices).

php_flag display_errors On
php_value error_reporting 2047

If I add this instead this it displays nothing when it errors:
php_flag display_errors On
php_value error_reporting "E_ALL & ~E_NOTICE"

Reply With Quote
  #2 (permalink)  
Old 06-16-2007
petersprc
 
Posts: n/a
Default Re: htaccess php error

2039 is the integer value and is also the default error level for PHP.
Necessary to use numerical value instead of constants outside of PHP.

On Jun 16, 2:33 pm, JonnyAJAX <jon.cianciu...@gmail.com> wrote:
> Hi,
> What is the configuration so php errors get displayed but NOT general
> php notices?
>
> This is what I currently have in my .htaccess ... it's displaying both
> (errors and notices).
>
> php_flag display_errors On
> php_value error_reporting 2047
>
> If I add this instead this it displays nothing when it errors:
> php_flag display_errors On
> php_value error_reporting "E_ALL & ~E_NOTICE"



Reply With Quote
  #3 (permalink)  
Old 06-17-2007
JonnyAJAX
 
Posts: n/a
Default Re: htaccess php error

Ah OK. Thanks.

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 12:06 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0