[16:09:55 09/19/16] [ERROR] mysql_format - destination size is too small [16:09:55 09/19/16] [ERROR] CMySQLQuery::Execute - (error #1065) Query was empty (Query: "") [16:09:55 09/19/16] [WARNING] cache_get_row_count - no active cache [16:09:55 09/19/16] [WARNING] CMySQLHandle::DeleteSavedResult - invalid result id ('0') [16:10:00 09/19/16] [ERROR] mysql_format - destination size is too small [16:10:00 09/19/16] [ERROR] CMySQLQuery::Execute - (error #1065) Query was empty (Query: "") [16:10:00 09/19/16] [WARNING] cache_get_row_count - no active cache [16:10:00 09/19/16] [WARNING] CMySQLHandle::DeleteSavedResult - invalid result id ('0') [16:10:05 09/19/16] [ERROR] mysql_format - destination size is too small [16:10:05 09/19/16] [ERROR] CMySQLQuery::Execute - (error #1065) Query was empty (Query: "") [16:10:05 09/19/16] [WARNING] cache_get_row_count - no active cache [16:10:05 09/19/16] [WARNING] CMySQLHandle::DeleteSavedResult - invalid result id ('0')
cache_get_field_content(i, "playername", playername, handle, sizeof(playername)); cache_get_field_content(i, "givername", givername, handle, sizeof(givername)); cache_get_field_content(i, "reason", reason, handle, sizeof(reason));
cache_get_field_content(i, "Name", iResult); format(query, 32, iResult);
cache_get_field_content(i, "playername", playername); format(gQuery, 32, playername); cache_get_field_content(i, "givername", playername); format(gQuery, 32, givername); cache_get_field_content(i, "reason", reason); format(gQuery, 1000, reason);
hey guys i have those error's in my mysql_log
Код HTML:
[16:09:55 09/19/16] [ERROR] mysql_format - destination size is too small [16:09:55 09/19/16] [ERROR] CMySQLQuery::Execute - (error #1065) Query was empty (Query: "") |