Home >Backend Development >PHP Tutorial >ecshop-php, problem about removing warning messages in wamp
ecshopphp
When opening ECShop, warning messages always appear. Is there any way to get rid of these warnings?
error_reporting(0);
For some warning messages, you may be able to modify error_reporting = E_ALL & ~E_NOTICE in the php.ini file