Discuz! X2/X2.5 打開報錯調試的方法
進入./source/class/class_core.php
編輯 error_reporting(0); 為error_reporting(7);
保存退出即可
Discuz! X1/X1.5 打開報錯調試的方法
打開 ./source/class/class_core.php
找到
error_reporting(E_ERROR);
改為
error_reporting(E_ERROR|E_ALL);
Discuz! 7.2及以前版本:
1:打開include/common.inc.php
編輯 error_reporting(0); 為error_reporting(7);
保存退出即可
此文由 網站目錄_網站網址收錄與提交入口 編輯,未經允許不得轉載!: