You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is my first time using the plugin and I am getting a flood of errors in the "mysql.log" file.
Most errors are: "orm_destroy: invalid orm id (number)" and "orm_update: invalid orm id (number)".
In the places where I used "orm_destroy" I did the following check: if (PlayerInfo [playerid] [OrmID]! = MYSQL_INVALID_ORM) orm_destroy (PlayerInfo [playerid] [OrmID]);
but I still get errors in this function.
Would you be able to tell me if it could be a fault when I program or if it is with the plugin, vps or something?
ps: sorry for the bad english, i'm using the translator.
The text was updated successfully, but these errors were encountered:
It is my first time using the plugin and I am getting a flood of errors in the "mysql.log" file.
Most errors are: "orm_destroy: invalid orm id (number)" and "orm_update: invalid orm id (number)".
In the places where I used "orm_destroy" I did the following check:
if (PlayerInfo [playerid] [OrmID]! = MYSQL_INVALID_ORM) orm_destroy (PlayerInfo [playerid] [OrmID]);
but I still get errors in this function.
Would you be able to tell me if it could be a fault when I program or if it is with the plugin, vps or something?
ps: sorry for the bad english, i'm using the translator.
The text was updated successfully, but these errors were encountered: