Home >Backend Development >PHP Tutorial >ecshop-php, problem about removing warning messages in wamp

ecshop-php, problem about removing warning messages in wamp

WBOY
WBOYOriginal
2016-12-05 13:27:221642browse

ecshopphp

When opening ECShop, warning messages always appear. Is there any way to get rid of these warnings?

Reply content:

error_reporting(0);

For some warning messages, you may be able to modify error_reporting = E_ALL & ~E_NOTICE in the php.ini file

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn