// Force a debugging mode regardless the settings in the site administration
// @error_reporting(1023); // NOT FOR PRODUCTION SERVERS!
@ini_set('display_errors', '1'); // NOT FOR PRODUCTION SERVERS!
$CFG->debug = 32767; // DEBUG_DEVELOPER // NOT FOR PRODUCTION SERVERS!
// for Moodle 2.0 - 2.2, use: $CFG->debug = 38911;
$CFG->debugdisplay = true; // NOT FOR PRODUCTION SERVERS!
// You can specify a comma separated list of user ids that that always see
// debug messages, this overrides the debug flag in $CFG->debug and $CFG->debugdisplay
// for these users only.
$CFG->debugusers = '2';
2条答案
按热度按时间ss2ws0br1#
在谷歌上搜索之后,我终于找到了关于这个的文档。你可以把这个添加到你的config.php上
https://docs.moodle.org/23/en/Debugging#In_config.php
o75abkj42#
您的根文件夹/config. php
取消注解error_reporting(E_ALL)的最后几行|如果您的应用程序不支持此功能,请单击“取消”。//不适用于生产服务器!$CFG-〉debug =(E_ALL|如果您的应用程序没有安装调试工具,那么您可以在调试工具中添加一个调试工具。//不适用于生产服务器!