[20:11:18] >> mysql_real_escape_string( Connection handle: 1 ) [20:11:18] CMySQLHandler::EscapeString(FuTuRe); - Escaped 6 characters to FuTuRe. [20:11:18] >> mysql_query( Connection handle: 1 ) [20:11:18] CMySQLHandler::Query(SELECT * FROM `users` WHERE `Username` = 'FuTuRe') - An error has occured. (Error ID: 1146, Table 'test.users' doesn't exist) [20:11:18] >> mysql_store_result( Connection handle: 1 ) [20:11:18] CMySQLHandler::StoreResult() - No data to store. [20:11:18] >> mysql_num_rows( Connection handle: 1 ) [20:11:18] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
Originally Posted by Your logs
(Error ID: 1146, Table 'test.users' doesn't exist)
|