Enhancement(機能追加・改善) #822
未完了3.4.1インストール時のSAFE MODEオプション
0%
説明
http://sns.openpne.jp/?m=pc&a=page_c_topic_detail&target_c_commu_topic_id=5690
概要¶
SAFE MODE設定のサーバで3.4.1をインストールする場合、
下記のようなSAFE MODEのワーニングがたくさん出ます。
------------------------------------------------------------------------
PHP Warning: realpath(): SAFE MODE Restriction in effect. The script whose uid is 6103 is not allowed to access /usr/local/share/pear owned by uid 0 in /home/xxxxx/sns3.4.1/lib/vendor/symfony/lib/util/sfToolkit.class.php on line 589
PHP Warning: realpath(): SAFE MODE Restriction in effect. The script whose uid is 6103 is not allowed to access /usr/local/share/pear owned by uid 0 in /home/xxxxx/sns3.4.1/lib/vendor/symfony/lib/util/sfToolkit.class.php on line 589
PHP Warning: realpath(): SAFE MODE Restriction in effect. The script whose uid is 6103 is not allowed to access /usr/local/share/pear owned by uid 0 in /home/xxxxx/sns3.4.1/lib/vendor/symfony/lib/util/sfToolkit.class.php on line 589
------------------------------------------------------------------------
OpenPNE2.14.4の場合にはconfig.phpに下記のような設定があるのですが、
3.4.1のインストーラにはSAFE MODEのオプションが特にありません。
インストーラにSAFE MODEのオプションを追加していただけないでしょうか?
// Envelope-From ヘッダを設定するかどうか(safe_mode の場合は false に設定してください)
define('MAIL_SET_ENVFROM', false);
以上、ご確認のほどよろしくお願いいたします。