參考連結:目前使用測試伺服器(未上傳)
使用版本:PHPBB2.0.17
網站位置:目前使用測試伺服器(未上傳)
狀況描述:
安裝完後就出現\r
代碼: 選擇全部
Fatal error: Call to a member function on a non-object in D:\Azhong\phpbb\includes\sessions.php on line 68版主: 版主管理群
代碼: 選擇全部
Fatal error: Call to a member function on a non-object in D:\Azhong\phpbb\includes\sessions.php on line 68請開啟你的 includes\sessions.phpchjojon 寫:問題外掛:簡易子版面V1.1
參考連結:目前使用測試伺服器(未上傳)
使用版本:PHPBB2.0.17
網站位置:目前使用測試伺服器(未上傳)
狀況描述:
安裝完後就出現\r代碼: 選擇全部
Fatal error: Call to a member function on a non-object in D:\Azhong\phpbb\includes\sessions.php on line 68
代碼: 選擇全部
Fatal error: Call to a member function on a non-object in D:\Azhong\phpbb\includes\functions.php on line 682代碼: 選擇全部
//
// Get SQL error if we are debugging. Do this as soon as possible to prevent
// subsequent queries from overwriting the status of sql_error()
//
if ( DEBUG && ( $msg_code == GENERAL_ERROR || $msg_code == CRITICAL_ERROR ) )
{
$sql_error = $db->sql_error();
$debug_text = '';
if ( $sql_error['message'] != '' )
{
$debug_text .= '<br /><br />SQL Error : ' . $sql_error['code'] . ' ' . $sql_error['message'];
}
if ( $sql_store != '' )
{
$debug_text .= "<br /><br />$sql_store";
}