I'm a newbie with same problem. I think Phillip is right about sqlLite. I solved it by creating a similarly named table and adding the data again (not including the old problem data types).
I think I also deleted the old table (is this recommended?) in applications/databases folder. Then I renamed the similarly-named table to the original and imported the good data. Alex Glaros On Wednesday, March 6, 2013 5:16:34 AM UTC-8, Demsar wrote: > > Hi! I am completely newbie in web2py and I'm my first application with it > > Today I discovered that after some changes in model in my application > (uses sqlite) web2py hangs! > > Web2py - newest version > System: Windows x64 > > It > * it does not respond to WebBrowser requests. There is just no answer to > any request. Browser waiting for page to load for hours. > * its not even reacting to web2py server application buttons and later > shows as "Not responding". So the only possibility is to kill it > > At this point I restarted it twice and its started to work and, at least, > show Tickets. But theese hangups really worry me :( > -- --- 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.

