该问题已被锁定!
4
关注
3120
浏览

自动给wecenter_report@outlook.com发邮件,后台如何关闭?

AI智能回复搜索中,请稍后...

查看全部 2 个回答

no_reg 高级会员 用户来自于: 广东省深圳市
2016-05-13 08:36
后台?/admin/settings/category-functions 后面有个“发送诊断数据帮助改善产品:”,选择否就好。 也可以在代码中屏蔽,打开system/function.inc.php,找到
function show_error($exception_message, $error_message = '')
{
	@ob_end_clean();

	if (get_setting('report_diagnostics') == 'Y' AND class_exists('AWS_APP', false))
	{
		AWS_APP::mail()->send('wecenter_report@outlook.com', '[' . G_VERSION . '][' . G_VERSION_BUILD . '][' . base_url() . ']' . $error_message, nl2br($exception_message), get_setting('site_name'), 'WeCenter');
	}

	echo _show_error($exception_message);
	exit;
}
if (get_setting('report_diagnostics') == 'Y' AND class_exists('AWS_APP', false))
	{
		AWS_APP::mail()->send('wecenter_report@outlook.com', '[' . G_VERSION . '][' . G_VERSION_BUILD . '][' . base_url() . ']' . $error_message, nl2br($exception_message), get_setting('site_name'), 'WeCenter');
	}
这一段删了。

关于作者

暮山 初级会员

这家伙很懒,还没有设置简介

问题动态

发布时间
2016-05-04 12:25
更新时间
2016-05-13 08:36
关注人数
4 人关注

相关问题

wecenter所需要环境是不是必须要用zend
wecenter 可以将附件上传到 七牛、又拍云等类似云储存的插件吗?
对 WeCenter的几点建议!!!
wecenter 有没有系统操作日志
wecenter什么时候出app? 感觉3.0版本更适合做成native app
wecenter2.5.8新安装,邮件设置使用sendcloud,新注册用户收不到验证邮件?求助
请教如何设置,刚装的WeCenter3.1.7访问很慢
最近想用wecenter建行业网站,可以吗?
微信上自动回复在哪里设置
求给个wecenter模板。。。我太需要它了。

推荐内容