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

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

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

为什么被折叠? 0 个回复被折叠
AWSupport 初级会员 用户来自于: 广东省深圳市
2016-05-04 22:42
设置里有个发送错误信息,你找找
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话题自定义标题和URL上的不完美
wecenter免费采集插件-自动采集问答网站数据并自动发布
反馈下bug,群发邮件有两个小bug
问一下,wecenter支持日语版本吗?
wecenter可以在后台修改https域名吗?
Anwsion2.0beta1验证邮件一直收不到
文章有回复时如何自动更新到发现页第一行?
wecenter 是仿照知乎来做的吗?
招募wecenter二次开发合伙人
wecenter是否可以生成百度轻应用