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

ecshop-php, problem about removing warning messages in wamp

WBOY
Release: 2023-03-02 22:20:01
Original
1639 people have browsed it

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template