Re: [web2py] Re: App-generating wizard crashes

2011-06-06 Thread Jonathan Lundell
On Jun 5, 2011, at 5:28 PM, Massimo Di Pierro wrote: > > On Jun 4, 4:08 pm, weheh wrote: >> On 1.96.3 I tried the new app wizard for kicks. I let everything >> default except for the app name, "foobar". Wizard crashed. >> >> Traceback (most recent call last): >> File "N:\web2py\gluon\restricte

Re: [web2py] Re: App-generating wizard crashes

2011-06-05 Thread Jonathan Lundell
On Jun 5, 2011, at 5:28 PM, Massimo Di Pierro wrote: > > Can you help us debug this? > > In applications/admin/wizard.py > >if not > app_create(app,request,force=True,key=params['security_key']): >session.flash = 'Failure to create application' >redirect(URL('step6')) > >

[web2py] Re: App-generating wizard crashes

2011-06-05 Thread Massimo Di Pierro
Can you help us debug this? In applications/admin/wizard.py if not app_create(app,request,force=True,key=params['security_key']): session.flash = 'Failure to create application' redirect(URL('step6')) ### save metadata in newapp/ wizard.metadata meta = os.path.join(re