26.05.2018, 17:52
You may have to compare by manual checking.
It's saying that one of the integers it's trying to pull from the database, isn't an integer. So whichever value it's pulling should come out as a zero by theory.
You could try make each query print out what it got back to see if that could also help out, especially as it should come back with an empty result.
Something else to look at could be the level of log that it's showing... https://sampwiki.blast.hk/wiki/MySQL/R33#mysql_log
Try get all or debug maybe working.
It's saying that one of the integers it's trying to pull from the database, isn't an integer. So whichever value it's pulling should come out as a zero by theory.
You could try make each query print out what it got back to see if that could also help out, especially as it should come back with an empty result.
Something else to look at could be the level of log that it's showing... https://sampwiki.blast.hk/wiki/MySQL/R33#mysql_log
Try get all or debug maybe working.