I'm using WampServer 2.2 and one things that was bothering me is the error reporting.
After moving all my code from the production server
to my local wamp server, I've been getting the Notice: Undefined index errors all
over the place.
 I've done some search and unlike others say, changing
the php.ini file error_reporting to E_ALL &
~E_NOTICE doesn't work. This is because new WampServer has a setting right here:
 Once this
setting is unchecked, you will not be receiving the annoying error
reporting Notice: Undefined index all over the place.
Happy
coding, Kaan |
Searched internet for exactly same thing. Finally came
across your blog! Thanks a bunch...
i lost more than 2 week searching a solutions for this
problem. Thanks a lot.
Thanks for your blog unfortunatly it didn't solve my
problem. i'm still getting notices. Are there others
settings I made have missed?
This was driving me insane, because I was changing the
php.ini file and it still wouldn't work! Thanks so much for
the advice fixed it immediately.
Thank you That sorted me out.