再請問一下...
觀察log後,roundcube的error log顯示如下:
PHP Error: Error loading template for in /usr/local/www/roundcube/program/include/rcmail_output_html.php on line 489 (GET /?_task=mail&_action=getunread&_remote=1&_unlock=0&_=1387339207864)
觀察/usr/local/www/roundcube/program/include/rcmail_output_html.php並觀察489行-->'line' => __LINE__,
而該區段程式碼為read template file
// read template file
if (!$path || ($templ = @file_get_contents($path)) === false) {
rcube::raise_error(array(
'code' => 501,
'type' => 'php',
'line' => __LINE__,
'file' => __FILE__,
'message' => 'Error loading template for '.$realname
), true, $write);
return false;
}
是該區段的程式碼執行後導致GET /?_task=mail&_action=getunread&_remote=1&_unlock=0&_=1387339207864錯誤嗎..
可以給小弟一個方向嗎,該如何解決...謝謝各位前輩