[web2py] Form stopped working...

2018-02-20 Thread Joe
My form was working fine for a long time. Then, I made a small change in the db.py table, like this: Field('Website', requires=[IS_NOT_EMPTY(), IS_URL()]), to this: Field('website', requires=[IS_NOT_EMPTY(), IS_URL()]), I changed the *W* in the '*W*ebsite', from uppercase to lowercase and

[web2py] Re: Does web2py support reCAPTCHA v2?

2018-02-20 Thread DwfMagic
Hi Anthony, Thank you I'll do it. On Sunday, February 18, 2018 at 8:30:38 AM UTC-5, Anthony wrote: > > On Sunday, February 18, 2018 at 8:25:44 AM UTC-5, DwfMagic wrote: >> >> Hi, >> >> I can update the book; how can I request access to edit the book? >> > > Just make a pull request to the book

[web2py] Re: Just a silly thread to say... thanks to all web2py developers team

2018-02-20 Thread Ben Lawrence
I agree! And this 'me too' will keep this thread on the top :-) On Friday, February 9, 2018 at 1:42:10 AM UTC-8, Jaime Sempere wrote: > > Hi, > > this is gonna sound a littile silly, but I have been wanting to publish a > thread like this from years ago. > > I just wanna say to Massimo and all

[web2py] web2py.scheduler.hpxyz#2791 - ERROR - we received a task that isn't there (15)

2018-02-20 Thread Pierre
Hi, i get the above error from time to time running 3 redis-scheduler processes while results look consistent. Is this a serious error or some kind of a fake alert ? does it mean something ? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] Re: INNER JOIN and WHERE clause in web2py

2018-02-20 Thread Anthony
Just add the additional joins: db((db.ntw_edge.outID == 1622) & 'ntw_edge.labelID = alias_edge.labelID'). select( join=[db.ntw_edge.with_alias('alias_edge').on('ntw_edge.inID = alias_edge.outID'), db.vtx_vertex.on(db.ntw_edge.inID == db.vtx_vertex.id),

[web2py] Re: INNER JOIN and WHERE clause in web2py

2018-02-20 Thread 'Annet' via web2py-users
HI Anthony, Thanks for your reply. > What is the SQL you are trying to produce? > SELECT ... FROM ntw_edge INNER JOIN ntw_edge_alias ON ntw_edge.inID=alias_edge.outID INNER JOIN vtx_vertex ON ntw_edge.inID=vtx_vertex.id INNER JOIN ntw_edge_label_set ON ntw_edge.labelID=ntw_edge_label_set.id

[web2py] Re: setup-web2py-nginx-uwsgi-centos7.sh

2018-02-20 Thread Dave S
On Monday, February 19, 2018 at 9:41:27 AM UTC-8, lucas wrote: > > hello one and all, > > i have run bash shell script "setup-web2py-nginx-uwsgi-centos7.sh" from > under web2py scripts on centos 7.4, web2py 2.16.1, and nginx 1.12.2. and > everything is working for a single domain. ssl and