[分享] 跳過 Failed sending email :: PHP ::錯誤訊息
發表於 : 2005-12-08 16:29
使用版本:phpBB 2.0.18 版
錯誤發生時機:
當註冊新會員完成時會出現\r
Failed sending email :: PHP ::
DEBUG MODE
Line : 2XX (版本不一樣 行數就不同)
File : ..............\\includes\emailer.php
開啟emailer.php 搜尋
將這一段用說明斜線標示起來就正常了
只是我沒設定郵件 不知道這行有何用途~
錯誤發生時機:
當註冊新會員完成時會出現\r
Failed sending email :: PHP ::
DEBUG MODE
Line : 2XX (版本不一樣 行數就不同)
File : ..............\\includes\emailer.php
開啟emailer.php 搜尋
代碼: 選擇全部
if (!$result)
{
message_die(GENERAL_ERROR, 'Failed sending email :: ' . (($this->use_smtp) ? 'SMTP' : 'PHP') . ' :: ' . $result, '', __LINE__, __FILE__);
}
只是我沒設定郵件 不知道這行有何用途~