16.07.2016, 16:03
Hey folks!
I'm new to all this so excuse me if this is a dumb question, thanks. So I am currently trying to fix up an old gamemode just for fun, and apparently whenever I start up the server I get these errors saying I have invalid data type when using cache_get_row_int and cache_get_row_float. All these have DEFAULT NULL.
Examples:
Shouldn't it ignore the data when it's NULL and not retrieve the actual word NULL? I'd think it should avoid it and not give a result of NULL, because that would obviously cause a problem when it's a string and integer. I'm using BlueG's MysQL R39-5. Anyone got any suggestions?
// If any further information is needed to solve this problem, let me know.
I'm new to all this so excuse me if this is a dumb question, thanks. So I am currently trying to fix up an old gamemode just for fun, and apparently whenever I start up the server I get these errors saying I have invalid data type when using cache_get_row_int and cache_get_row_float. All these have DEFAULT NULL.
Examples:
Код:
[DEBUG] CMySQLResult::GetRowData - row: '5', field: '19', data: "NULL" [ERROR] cache_get_row_int - invalid datatype [DEBUG] CMySQLResult::GetRowData - row: '6', field: '12', data: "NULL" [ERROR] cache_get_row_float - invalid datatype
// If any further information is needed to solve this problem, let me know.