Re: [web2py] Re: GAE - Not Working || Full Code Attached

2013-12-06 Thread PRACHI VAKHARIA
Dear Massimo and Christian, You both were *right* about the *web2py version*. Since the latest version was not running or getting deployed on GAE, I used the old version which I had previously used to upload and deploy on GAE, hoping that might work. So, I corrected the old version issue

Re: [web2py] Re: GAE - Not Working || Full Code Attached

2013-12-05 Thread Massimo Di Pierro
Looking at this in more detail. This is a bug that was fixed some time ago. I believe in 2.4.2. You are using a very old version of web2py. :-( Massimo On Thursday, 5 December 2013 23:42:10 UTC-6, Massimo Di Pierro wrote: > > When posting a comment the last 5 lines are usually sufficient: > > '

Re: [web2py] Re: GAE - Not Working || Full Code Attached

2013-12-05 Thread Christian Foster Howes
this strikes me as an old version of web2py. GAE upgraded IDs to be longs a few months back and i know we made sure the DAL in the latest version supports that, yet this looks like such an error. :( On 12/5/13, 21:42 , Massimo Di Pierro wrote: When posting a comment the last 5 lines are usual

Re: [web2py] Re: GAE - Not Working || Full Code Attached

2013-12-05 Thread Massimo Di Pierro
When posting a comment the last 5 lines are usually sufficient: 'Traceback (most recent call last):\n File "/base/data/home/apps/s~pv-4- vp/1.372124618390164258/gluon/main.py", line 551, in wsgibase\n session._try_store_in_db(request, response)\n File "/base/data/home/apps/s~pv-4-vp/1.3721246183

Re: [web2py] Re: GAE - Not Working || Full Code Attached

2013-12-05 Thread Christian Foster Howes
also Prachi, can you visit the GAE logs and paste in the error you are getting? that might make it even quicker for us to help you sort it out. On Thursday, December 5, 2013 1:07:37 PM UTC-8, James Burke wrote: > > Hi Prachi > > When I ran the code the form appeared. > > I didn't try the form.

Re: [web2py] Re: GAE - Not Working || Full Code Attached

2013-12-05 Thread James Burke
Hi Prachi When I ran the code the form appeared. I didn't try the form. Will do so when I get home James Burke > On 6/12/2013, at 8:28 am, PRACHI VAKHARIA wrote: > > > > > Dear James, > First, thank you very much for the response, and taking the effort to try out > the application on G