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

自动给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无法更改头像
请问 为什么总是受到这样的系统邮件提醒啊
wecenter现在还有人维护吗?
首页列表如何只显示问题,不要文章?怎么排除
建议官方移除m版本,bootstrap3采取了移动优先的策略
【问题反馈】wecenter v4.0.2版本使用中的几个问题
建议大家放弃3.1.9版本,等等3.10
自己安装的we center 登录界面问题
新版本个人主页发的问题过多,打开500错误,之前就没有问题,怎么解决