Forum Moderators: open
[19-Jun-2013 03:40:44 UTC] PHP Fatal error: Uncaught exception 'Exception' with message 'Database Error [] ' in C:\xampp\htdocs\includes\functions\database_mysqli.php:144
Stack trace:
#0 C:\xampp\htdocs\includes\functions\sessions.php(44): tep_db_fetch_array(NULL)
#1 [internal function]: _sess_write('cfdjqq82e3gcdfu...', 'xxxx|s:4:"n...')
#2 {main}
thrown in C:\xampp\htdocs\includes\functions\database_mysqli.php on line 144
$check = tep_db_fetch_array($check_query); throw new Exception("Database Error [{$db_query->database->errno}] {$db_query->database->error}"); PHP Fatal error: Uncaught exception 'Exception' with message 'Database Error [] ' in C:\xampp\htdocs\includes\functions\database_mysqli.php:147
Stack trace:
#0 C:\xampp\htdocs\includes\functions\sessions.php(49): tep_db_fetch_array(NULL)
#1 [internal function]: _sess_write('1mns1a6skei1qnh...', '')
#2 {main}
thrown in C:\xampp\htdocs\includes\functions\database_mysqli.php on line 147
$check_query = tep_db_query("select count(*) as total from " . TABLE_SESSIONS . " where sesskey = '" . tep_db_input($key) . "'");
Line 49: ---> $check = tep_db_fetch_array($check_query);