20.03.2018, 09:45
Quote:
Assuming your business name enum is saved as a string you could try replacing:
Код:
cache_get_value(i, "NAME", Business[i][Name], 128); Код:
cache_get_value_name(i, "NAME", Business[i][Name], 128); |
and in the mysql.log file there's nothing suspecious.
There's only alot of this "[13:31:45] [ERROR] cache_get_row_count: no active cache" and that's it.