Hi,
When I run my server, after a certain amount of time I get errors like these:
And when I create a table called "z_ots_comunication" I get erros like these
How can I fix this?
thanks
When I run my server, after a certain amount of time I get errors like these:
Code:
mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type` = 'login'; - MYSQL ERROR: Table 'otserv.z_ots_comunication' doesn't exist (1146)
And when I create a table called "z_ots_comunication" I get erros like these
Code:
[22:30:36.582] mysql_real_query(): SELECT * FROM z_ots_comunication WHERE `type`
= 'login'; - MYSQL ERROR: Unknown column 'type' in 'where clause' (1054)
How can I fix this?
thanks