[web2py] Re: Custom form errors style

2019-08-23 Thread Patito Feo
Hi, This did the trick. Thank you very much!! El viernes, 23 de agosto de 2019, 10:09:01 (UTC-5), Annet escribió: > > To diasble it: > > if form.accepts(..., hideerror=False): > > > to restyle it, restyle: > > .error > > > Kind regards, > > Annet > > -- Resources: - http://web2py.com -

[web2py] Re: Custom form errors style

2019-08-23 Thread 'Annet' via web2py-users
To diasble it: if form.accepts(..., hideerror=False): to restyle it, restyle: .error Kind regards, Annet -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report

[web2py] Re: Internal Server Error after attempting to upgrade web2py to 2.18.5 via the Admin interface

2019-08-23 Thread Ben Lawrence
Valdeck, I had a similar error.. could you try again? cd web2py git init git remote add origin https://github.com/web2py/web2py.git rm -rf gluon/packages/dal rm -rf gluon/packages/yatl git fetch --all git reset --hard origin/master git submodule update --init

[web2py] OSX: Admin login missing pbk2_hmac

2019-08-23 Thread Christoph Speiser
I installed today web2py on OSX 10.14.6 / Python 3.7 Trying to login the first time I'm getting the error 'module object has no attribute pbkdf2_hmac'. I didn't have this problem on unix. Many thanks for help -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] Re: Internal Server Error after attempting to upgrade web2py to 2.18.5 via the Admin interface

2019-08-23 Thread Valdeck Rowe
Did however find a ticket in the admin app from when I tried the upgrade. Traeback: 1. 2. 3. 4. 5. 6. 7. Traceback (most recent call last): File "/home/vgr2/myapp/gluon/restricted.py", line 227, in restricted etype, evalue, tb = sys.exc_info() File