From c8a1e58aaed7234be7f66454f0c8398ba78c8c2e Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 5 Aug 2014 02:13:41 +0000 Subject: [PATCH] * adjust lang for no fsocket. --- module/mail/lang/en.php | 2 +- module/mail/lang/zh-cn.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/mail/lang/en.php b/module/mail/lang/en.php index 26396418d2..ff7163493e 100755 --- a/module/mail/lang/en.php +++ b/module/mail/lang/en.php @@ -42,4 +42,4 @@ $lang->mail->content = 'If you can see this, the email notification featu $lang->mail->successSended = 'Successfully sended!'; $lang->mail->sendmailTips = 'Tips: system will not send mail to current user.'; $lang->mail->needConfigure = "I can not find the configuration, please configure it first."; -$lang->mail->nofsocket = 'The fsocket correlation function is disabled, not letter!'; +$lang->mail->nofsocket = 'The fsocket correlation function is disabled, not letter! Please enlarge the setting of allow_url_fopen to On in php.ini and open the extension of openssl. Restart apace.'; diff --git a/module/mail/lang/zh-cn.php b/module/mail/lang/zh-cn.php index e1a47abffa..0696d62e64 100755 --- a/module/mail/lang/zh-cn.php +++ b/module/mail/lang/zh-cn.php @@ -42,4 +42,4 @@ $lang->mail->content = '邮箱设置成功'; $lang->mail->successSended = '成功发送!'; $lang->mail->sendmailTips = '提示:系统不会为当前操作者发信。'; $lang->mail->needConfigure = '无法找到邮件配置信息,请先配置邮件发送参数。'; -$lang->mail->nofsocket = 'fsocket相关函数被禁用,不能发信!'; +$lang->mail->nofsocket = 'fsocket相关函数被禁用,不能发信!请在php.ini中修改allow_url_fopen为On,打开openssl扩展。 保存并重新启动apache。';