Posts: 851
Threads: 33
Joined: Jul 2016
Reputation:
0
Hi, is there any method to show the exact part/line of error from mysql_log.txt?
Posts: 1,050
Threads: 153
Joined: Mar 2016
Reputation:
0
MySQL's latest version does that using log-core, update your script with that
Posts: 6,242
Threads: 8
Joined: Jun 2008
Depending on what you're wanting, clearing the log file, then forcing the error, then rechecking the log file could be a simple thing to mess with.
What's going on?
Posts: 6,242
Threads: 8
Joined: Jun 2008
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.