17.06.2014, 18:27
salut guys
this my problem guys
i cant login player in server the server tell me this account is registered but am not register !
this problem in gamemode or mysql
i use mysql r5 in server ubuntu
all include 0.3z
this my problem guys
i cant login player in server the server tell me this account is registered but am not register !
this problem in gamemode or mysql
i use mysql r5 in server ubuntu
all include 0.3z
Код:
> mysql_query( Connection handle: 1 ) [00:19:22] CMySQLHandler::Query(SELECT * FROM `Bans` WHERE `Username`='sam' LIMIT 1) - An error has occured. (Error ID: 1146, Table 're.Bans' doesn't exist) [00:19:22] >> mysql_store_result( Connection handle: 1 ) [00:19:22] CMySQLHandler::StoreResult() - No data to store. [00:19:22] >> mysql_num_rows( Connection handle: 1 ) [00:19:22] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection) [00:19:22] >> mysql_fetch_field_row( Connection handle: 1 ) [00:19:22] CMySQLHandler::FetchField(BanID) - You cannot call this function now. (Reason: Fields/Rows are empty.) [00:19:22] >> mysql_fetch_field_row( Connection handle: 1 ) [00:19:22] CMySQLHandler::FetchField(Admin) - You cannot call this function now. (Reason: Fields/Rows are empty.) [00:19:22] >> mysql_fetch_field_row( Connection handle: 1 ) [00:19:22] CMySQLHandler::FetchField(Time) - You cannot call this function now. (Reason: Fields/Rows are empty.) [00:19:22] >> mysql_fetch_field_row( Connection handle: 1 ) [00:19:22] CMySQLHandler::FetchField(Reason) - You cannot call this function now. (Reason: Fields/Rows are empty.) [00:19:22] >> mysql_fetch_field_row( Connection handle: 1 ) [00:19:22] CMySQLHandler::FetchField(Minutes) - You cannot call this function now. (Reason: Fields/Rows are empty.) [00:19:22] >> mysql_fetch_field_row( Connection handle: 1 ) [00:19:22] CMySQLHandler::FetchField(Hours) - You cannot call this function now. (Reason: Fields/Rows are empty.) [00:19:22] >> mysql_fetch_field_row( Connection handle: 1 ) [00:19:22] CMySQLHandler::FetchField(Days) - You cannot call this function now. (Reason: Fields/Rows are empty.) [00:19:22] >> mysql_fetch_field_row( Connection handle: 1 ) [00:19:22] CMySQLHandler::FetchField(Unix) - You cannot call this function now. (Reason: Fields/Rows are empty.) [00:19:22] >> mysql_free_result( Connection handle: 1 ) [00:19:22] CMySQLHandler::FreeResult() - The result is already empty. [00:19:22] >> mysql_query( Connection handle: 1 ) [00:19:22] CMySQLHandler::Query(DELETE FROM `Bans` WHERE `BanID`='0') - An error has occured. (Error ID: 1146, Table 're.Bans' doesn't exist) [00:19:22] >> mysql_query( Connection handle: 1 ) [00:19:22] CMySQLHandler::Query(SELECT * FROM `Accounts` WHERE `Username`='sam' LIMIT 1) - An error has occured. (Error ID: 1146, Table 're.Accounts' doesn't exist) [00:19:22] >> mysql_store_result( Connection handle: 1 ) [00:19:22] CMySQLHandler::StoreResult() - No data to store. [00:19:22] >> mysql_num_rows( Connection handle: 1 ) [00:19:22] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection) [00:19:22] >> mysql_free_result( Connection handle: 1 ) [00:19:22] CMySQLHandler::FreeResult() - The result is already empty. [00:19:22] >> mysql_query( Connection handle: 1 ) [00:19:22] CMySQLHandler::Query(INSERT INTO `Connections` (`Username`, `UserIP`, `Type`, `Success`) VALUES ('sam', '125.22.155.110', 'Just connected', 'N/A')) - An error has occured. (Error ID: 1146, Table 're.Connections' doesn't exist) [00:19:31] >> mysql_query( Connection handle: 1 ) [00:19:31] CMySQLHandler::Query(UPDATE `Accounts` SET `Admin`='0', `Score`='0', `Money`='0', `Kills`='0', `Deaths`='0' WHERE `Username`='sam') - An error has occured. (Error ID: 1146, Table 're.Accounts' doesn't exist) [00:25:51] >> mysql_close( Connection handle: 1 ) [00:25:51] CMySQLHandler::~CMySQLHandler() - deconstructor called. [00:25:51] CMySQLHandler::FreeResult() - The result is already empty.