Could not obtain lastvisit data from user table
Hilfe, bitte schnell
Code: Alles auswählen
phpBB :
Could not obtain lastvisit data from user table
DEBUG MODE
SQL Error : 1016 Can't open file: 'phpbb_users.MYD'. (errno: 145)
SELECT * FROM phpbb_users WHERE user_id = -1
Line : 62
File : C:\ftp-root\html\cgi-bin\users\p\phpBB2\includes\sessions.php Code: Alles auswählen
//
// Try and pull the last time stored in a cookie, if it exists
//
$sql = "SELECT *
FROM " . USERS_TABLE . "
WHERE user_id = $user_id";
if ( !($result = $db->sql_query($sql)) )
{
message_die(CRITICAL_ERROR, 'Could not obtain lastvisit data from user table', '', __LINE__, __FILE__, $sql);
}