03.03.2015, 13:56
Quote:
Часть mysql_log.txt:
Код:
[15:59:55] [ERROR] cache_get_field_content_int - invalid datatype [16:00:14] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0') [16:00:14] [ERROR] cache_get_field_content_int - invalid datatype [16:00:14] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0') [16:00:14] [ERROR] cache_get_field_content_int - invalid datatype [16:00:14] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0') [16:00:14] [ERROR] cache_get_field_content_int - invalid datatype [16:00:14] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('0') |
pawn Код:
stock _cache_get_field_content_int(row, const field_name[], connectionHandle = 1)
{
printf("cache_get_field_content_int debug: row - %d, field_name - %s", row, field_name);
return cache_get_field_content_int(row, field_name, connectionHandle);
}
#define cache_get_field_content_int(%0) _cache_get_field_content_int(%0)