[web2py] Re: 500 Internal Server Error

2011-11-07 Thread Hong-Khoan Quach
Hi thodoris, do you use the latest trunk version? Am 03.11.2011 13:12, schrieb thodoris: > I have the following configuration > > auth.settings.allow_basic_login=True > > db.define_table( 'files', > Field('file','upload')) > > @auth.requires_login() > def upload(): > form = crud.create

[web2py] Re: 500 Internal Server Error under CentOS Apache and Web2py 2.9.5

2014-04-21 Thread LightDot
You use /opt/web-apps/web2py_2.9.5/ in one place and /opt/web-apps/web2py/ in other places. Besides, you should copy the wsgihandler.py into the web2py directory, don't call the file directly from handlers... (unless you've modified the paths within, but running directly from handlers isn't a r

[web2py] Re: 500 Internal Server Error under CentOS Apache and Web2py 2.9.5

2014-04-22 Thread lucas
hey LightDot, > > the reason for the web2py_2.9.5 and the web2py references was more experimental. i agree it was not consistent. i had a symbolic link under /opt/web-apps/web2py pointing to /opt/web-apps/web2py_2.9.5, so they were both pointing to exactly the same place. i use the symbolic l

[web2py] Re: 500 internal server error after deployment of app and upgrade to latest version

2011-12-11 Thread Anthony
I don't think web2py supports Python 2.4 any more. On Sunday, December 11, 2011 11:45:55 PM UTC-5, Adnan Smajlovic wrote: > > I switched several times between the old and the latest version of web2py, > and the old version works fine in my environment, but the new one is giving > the internal se

[web2py] Re: 500 internal server error after deployment of app and upgrade to latest version

2011-12-11 Thread Massimo Di Pierro
No we do not. On Dec 11, 10:55 pm, Anthony wrote: > I don't think web2py supports Python 2.4 any more. > > > > > > > > On Sunday, December 11, 2011 11:45:55 PM UTC-5, Adnan Smajlovic wrote: > > > I switched several times between the old and the latest version of web2py, > > and the old version wo

[web2py] Re: 500 internal server error after deployment of app and upgrade to latest version

2011-12-12 Thread Adnan Smajlovic
Thanks Anthony and Massimo. I contacted the hosting company and they suggested to install the additional python instance. Can you please advise, how would I go about auto-starting web2py with a proper version of python then? Thanks, Adnan ### Reference email from hosting company: ... there