Disable notice from php.ini, but still getting notice messages.
Posted by: maxbre (---.tbcn.telia.com)
Date: March 28, 2012 03:44PM

hi.

I disabled the notice messages in php.ini. by edting error_reporting = E_ALL. I replaced it with error_reporting = E_ALL & ~E_NOTICE and restarted apache/wamp. but i'm still getting the notice messages... anything that I missed?

Options: ReplyQuote
Re: Disable notice from php.ini, but still getting notice messages.
Posted by: RiggsFolly (---.as13285.net)
Date: April 04, 2012 10:54AM

Look in php.ini for

display_errors = Off

check it is off and not On

Options: ReplyQuote


Sorry, only registered users may post in this forum.