Are you saying your app used to work but now it doesn't? I don't understand your problem exactly.
On Tuesday, November 6, 2012 5:34:40 PM UTC-8, Bill Thayer wrote: > > > Didn't have ANY problems with this line of work in 2 years of deployment. >> >> > So your post does help with migration errors but... > > I have 81 tickets today mostly related to lambda taking [1|2] arguments > but only [0|1] given. This leads to all sorts of variations leading to > errors because sometimes '%(something)s' works and other times you just > need r.something or simply lambda val: function(val). > > Much of my errors today were dealing with validators, looks like lambda > functions and validators I had last week are not working now. Just when I > figured my data tables were ready I have to go through each one line by > line and rewrite validators & lambda functions (and requires= and default= > etc....) I've already removed most of my referenced fields. > > Hope you guys plan on having a web2py boot camp very soon. There have been > probably 74 or more posts made in this Google group in the last week so I > can't think that I'm alone. I've read most of the code, all of the book and > epidocs and most of the posts here and on stackoverflow. I bought the > application developement cookbook, tried the slices. Kept my versions up to > date etc... > > Still, I am probably going to get fired & divorced for this project being > so late after all the hours I put on it. > > -Bill > > --

