ecshop是一款优秀的开源网店软件。用户在进行二次开发时,常常需要开启调试报错模式,以便进行排除故障。万维景盛工程师为您分享开启debug mode的4种模式。
在data/config.php 中加入
define('DEBUG_MODE', '0');
就可以了.
默认是没有的.需要自己手动添加的.
DEBUG_MODE 有4种模式:
0 disabled debug
1 output error message
2 disabled caching
4 showing debug page
8 logging SQL query
万维景盛提供ecshop等开源程序的二次开发服务,欢迎垂询!