[HELP] MySQL Saving
#1

Deleted.
Reply
#2

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.
Reply
#3

Deleted.
Reply
#4

No query to save the 64th vehicle was even executed.

Could you show us your code please?
Reply
#5

Deleted.
Reply
#6

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.
Reply
#7

Deleted.
Reply
#8

Quote:
Originally Posted by Alvord
Посмотреть сообщение
Well, from what I know, my code doesn't have any errors. I heard that there's a limit of 64 indexes per table when executing or saving via MySQL, and I'm wondering how to increase that limit.
For the MyISAM engine, yes - you can only have 64 indices, but from the looks of it you only have 1 index, the ID parameter.
Reply
#9

Deleted.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)