[web2py] gmail unable to send email

2019-05-05 Thread mostwanted
I have been using gmail to send verification emails to clients registering for my app but suddenly it is not working, i looked for possible solutions to this problem but none are working and some are working for others but not others, i just wanna know if there is another mailing service i could

[web2py] Uncaught TypeError at web2py-bootstrap4.js

2019-05-05 Thread Jon Subscripted
Hi everyone, I'm getting the following error in the browser console "Uncaught TypeError: Cannot set property 'ajax_fields' of undefined at web2py-bootstrap4.js:2 at web2py-bootstrap4.js:82" I have no clue what does this mean nor how to fix it. Any suggestion on what should I look at? Thank

[web2py] Re: gmail unable to send email

2019-05-05 Thread jcrmatos
I have this in my appconfig.ini and it works. ; smtp address and credentials[smtp] server = smtp.gmail.com:587 sender = my_em...@gmail.com login = my_em...@gmail.com:my_pwd tls= true ssl= true domingo, 5 de Maio de 2019 às 10:26:40 UTC+1, mostwanted escreveu: > > I have been using gmail

[web2py] Re: I would like to log of all SQL commands web2py sends to SQLite. Is it possible?

2019-05-05 Thread jcrmatos
Just to give you some feedback, I tried adding debug=True to the DAL command and creating a pyDAL logger. Nothing is shown in the logging file. It gets created (so the logging is working) but nothing shows up. Also tried pydal instead of pyDAL as the name of the logger with the same result. do

[web2py] Re: I would like to log of all SQL commands web2py sends to SQLite. Is it possible?

2019-05-05 Thread Massimo Di Pierro
All queries are logged and timed in: db._timings Should also be logged by the DB itself. On Sunday, 5 May 2019 13:40:04 UTC-7, jcrma...@gmail.com wrote: > > Just to give you some feedback, I tried adding debug=True to the DAL > command and creating a pyDAL logger. Nothing is shown in the logging

[web2py] Re: I would like to log of all SQL commands web2py sends to SQLite. Is it possible?

2019-05-05 Thread Anthony
Logger is defined here: https://github.com/web2py/pydal/blob/master/pydal/base.py#L254 Debug logging is set up here: https://github.com/web2py/pydal/blob/9d30c5a7c65d2fbcf52a9254b9523cba500269dd/pydal/adapters/base.py#L373 Not sure what the problem is. Anyway, as already noted, you can just use

Re: [web2py] web2py comparison with Jam.py

2019-05-05 Thread Drazen Babic
Hi Massimo, thank you for your time, appreciated. D. On Sunday, May 5, 2019 at 1:17:17 AM UTC+8, Massimo Di Pierro wrote: > > I took at briefly look at Jam. Jam is a much more sophisticated version of > web2py's appadmin, our name for the database UI. > web2py is not a database UI and the one