Posts: 6,129
Threads: 36
Joined: Jan 2009
Do you know what error MySQL returns when you type that command? Enable debugging from within your plugin if you're not sure and it should then display in your mysql_log.txt.
Posts: 6,129
Threads: 36
Joined: Jan 2009
No query to save the 64th vehicle was even executed.
Could you show us your code please?
Posts: 6,129
Threads: 36
Joined: Jan 2009
Usually, when a query fails, it's still executed and logged, but the query doesn't have any affect.
Try adding debug statements to refine the error to which line could be problematic, add print() statements to every few lines with a unique number (ideally starting from 1) so you can see which line the code stops at.