Have a look at the request vars on the ticket page and see what was actually submitted. That might provide you a clue.
On Monday, January 13, 2014 1:10:43 PM UTC-5, Neil wrote: > > This doesn't seem to be the case: > > - I looked at the database, and the types match the definition in the > model > - I can't see how that would only cause problems for one user out of > thousands. > > Any other things I can check out? > > On Monday, 13 January 2014 14:21:55 UTC, Massimo Di Pierro wrote: >> >> DataError is not a web2py or a python error. It is an error from the >> driver. I suspect you have an "integer" field which you changed to >> "string". Web2py knows about the change but the database does not and >> refuses to store a string in it. Delete everything under "databases". You >> will lose data but you will have a clean migration. >> >> -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

