How to hide the php notices for a site running on WAMP server 2? Published by admin on 13 Oct ’10 Open the php.ini file and find this row: error_reporting = E_ALL replace it with: error_reporting = E_ALL & ~E_NOTICE Published inCoding noticephpWAMP