[web2py] strange error pydal_connection

2019-06-03 Thread 黄祥
*first attempt* Traceback (most recent call last): File "/Users/sugizo/learn/python/web2py/gluon/restricted.py", line 219, in restricted exec(ccode, environment) File "/Users/sugizo/learn/python/web2py/applications/mutualfunds/controllers/install_demo.py" , line 630, in File "/Users/su

[web2py] Strange error on grid edit

2019-03-28 Thread João Matos
Hello, I have this grid # Hidden fields in grid and edit/view form. db.opt.canceled_on.readable = False db.opt.canceled_by.readable = False db.opt.cancel_approved_by.readable = False query = ((db.opt.is_active == True) & (db.opt.opt_cat_id == db. opt_cat.i

[web2py] Strange error after updating to latest stable on Hostgator

2017-10-28 Thread mr.freeze
Hello, I updated a client to the latest stable build on hostgator and got this strange error: S'Traceback (most recent call last): \n File "/home1/armahq/web2py/gluon/restricted.py", line 219, in restricted \nexec(ccode, environment) \n File "/home1/armahq/web2py/applications/adaptfunru

[web2py] strange error: Field update_record does not belong to the table

2017-06-01 Thread Jochen Naumann
Hi, I am an experienced web programmer but new to web2py, so I hope to find some help here :-) I have an application running perfectly on my local server (macbook air, web2py 2.14) but the same application on a linux web server (web2py 2.9) throws this strange exception inside web2pys function f

[web2py] Strange error with cookies (to the same domain) accesed through the same router

2016-08-16 Thread Lisandro
I'm having this strange problem, and I would like to know if it is a web2py bug or is something that I'm missing. My web2py app is accesed through a domain, and in the model file, I connect to the db and to the session like this: db = DAL('postgres:.', migrate=False, lazy_tables=True) sessi

[web2py] Strange error on scheduler

2015-09-20 Thread Leonardo Pires Felix
starting scheduler from widget for "gie"... Currently running 1 scheduler processes Processes started Traceback (most recent call last): File "/home/leonardo/PycharmProjects/lpfx_gie/web2py/gluon/shell.py", line 271, in run exec(python_code, _env) File "", line 1, in File "/home/leonard

[web2py] Strange error: TypeError: can't pickle lock objects

2013-12-31 Thread Álvaro José Iradier
Hi, I am using web2py hosted in Apache2 with WSGI, Python 2.7.3 on a Linux Machine. When I go to the admin interface over SSL from a remote machine, I get this error: (can't pickle lock objects) Traceback 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. Traceback (most recent call last): File

[web2py] strange error

2012-12-24 Thread ctrlSoft
[Errno 1] _ssl.c:503: error:140943FC:SSL routines:SSL3_READ_BYTES:sslv3 alert bad record mac --

[web2py] Strange Error: Field does not belong to the table

2011-06-13 Thread Ross Peoples
I am trying to provide an editor for auth_user using SQLFORM. I also am trying to add a checkbox to the bottom of the form to set whether or not the user is an administrator. If so, then the user gets added to an Administrators group when calling form.accepts(). The strange part is, the code wo