I'll did delete the tables already because I did suspect the database because a backup before a database corruption was working and the version after the corruption (restored the tables from an other backup) was having this issue. I'll keep you informed.
On Wednesday, July 30, 2014 7:33:18 PM UTC+2, Giles Thomas wrote: > > Thanks, Leonel. We'll look into that. > > > On 30 July 2014 18:12, Leonel Câmara <[email protected] <javascript:>> > wrote: > >> My guess would be this is happening because of you copying files with >> pickles around. Some stuff is not portable, for instance, web2py uses >> marshal in some places. >> >> Pickle is infamous for giving very weird error messages like the one you >> are getting that appear to point to other problems. >> >> If I am right, a solution can be to delete everything with pickles on it. >> Like the table files in the database folder, the sessions and everything in >> the cache. >> >> -- >> 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 a topic in the >> Google Groups "web2py-users" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/web2py/8toVDprfqwM/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Giles Thomas > [email protected] <javascript:> > http://www.gilesthomas.com/ > http://www.pythonanywhere.com/ > > -- 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/d/optout.

