Changes to php.ini file not being reflected in php pages

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
azure
Forum Newbie
Posts: 1
Joined: Tue Nov 23, 2010 4:19 pm

Changes to php.ini file not being reflected in php pages

Post by azure »

Hello

This is troubling me for sometime..
I recently moved my hosting to a new provider and since then php notices are getting displayed on the web pages. Different php settings.
So i edited the php.ini file to

error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR

and then

display_errors = Off

Still the php notices and warnings are being displayed in the php generated pages. Will greatly appreciate any help.


Thanks in advance.
Azure
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Changes to php.ini file not being reflected in php pages

Post by requinix »

Which php.ini?
Post Reply