Re: [web2py] Re: scheduler trouble

2018-07-06 Thread Dave S
On Friday, July 6, 2018 at 2:51:48 AM UTC-7, Manuele wrote: > > Hi Dave, > > thanks for your reply, I'm actually debugging but I found that the > problem was a callback I added after scheduler_run update event in order > to be advised by email for failed tasks. > > Is there a more correct way

Re: [web2py] Re: Form input not working.

2018-07-06 Thread Anthony
On Friday, July 6, 2018 at 12:49:23 PM UTC-4, Maurice Waka wrote: > > I've changed from method='GET' to method ='POST', name=message ' (the > table name) etc. But I seem to have an issue with the highlighted part. > It's still not posting. Could you please give an example of how this can > work?

Re: [web2py] Re: Form input not working.

2018-07-06 Thread Maurice Waka
I've changed from method='GET' to method ='POST', name=message ' (the table name) etc. But I seem to have an issue with the highlighted part. It's still not posting. Could you please give an example of how this can work?

[web2py] Re: Form input not working.

2018-07-06 Thread Anthony
Your HTML will submit form data to web2py via the URL query string (due to using the GET method), but your controller code is not set up to properly process the form data. Instead, it defines a SQLFORM that does not exactly match the HTML form. See http://web2py.com/books/default/chapter/29/07

[web2py] Form input not working.

2018-07-06 Thread Maurice Waka
Hi. Am trying out this html to get user input into the database and retrieve the same/some other data from the same database. At the section below, I cant seem to submit the user input, what could be the problem and how do I correct it.

[web2py] Re: Here's how to run Web2Py on IBM BlueMix

2018-07-06 Thread Anthony
> > The results of the push and of my connection to the welcome app are joined > in the attached zip file. > Yesterday I made following tests, (without success): > - in web2:py/applications/welcome/models/db.py : uncomment > 'request.requires_https()' > - I tried launching web2py.py with --inter

Re: [web2py] Re: scheduler trouble

2018-07-06 Thread Manuele Pesenti
Hi Dave, thanks for your reply, I'm actually debugging but I found that the problem was a callback I added after scheduler_run update event in order to be advised by email for failed tasks. Is there a more correct way of doing it? Maybe should be a good feature for schduler. Cheers     Ma

[web2py] Re: Here's how to run Web2Py on IBM BlueMix

2018-07-06 Thread Serge Bourgeois
Hi Antony, At first, thanks for your feed back. I just tried your suggestion . command line here under: python2.7 ./app/web2py.py -a "a password**'' -i 0.0.0.0 -p $PORT -v The results of the push and of my connection to the welcome app are joined in the attached zip file. Yesterday I m