Any reason why is this happening?
Any reason why is this happening?
because in your param still have that item :)
be sure check everything
Check if you have the item on the TantraItem DB (because you said that it goes to your cargo)
This normally happens when you use the web to send to your account an item with bigger ID, and the fix is very simple, just change on DB int for bigint.
Last edited by Eliana Gherbaz; 19-01-16 at 05:47 AM.
I recomend you to be careful when you use a web to insert items on accounts, first of all you must be sure that your website is SQL-inject free, because if not any one with a little brain can inject your DB with what ever they want and 2do: before sending to TantraItem, check that the item ID exist.
Last edited by Eliana Gherbaz; 19-01-16 at 05:57 AM.
It depends of what your are doing with your web, for example if your web needs to access SQL for things like: ranking, register accounts, etc etc, you can't close the port.
awesome answer @Eliana Gherbaz