Hi rudy,
yes you are right. Web2py editor behaves funny sometimes.
Sometimes you get error and same error goes away when you rewrite the same
code.
I could't use the smartgrid because smartgrid works on complete table but i
had to query the table first. so only option for me was SQLFO
Yes it's diffcult but not impossible.
With CSS preprocessors, for example, we can write adaptive rules by
extending a class defined in choiced css library to a HTML element
generated by web2py having a different css class or a specific identifier.
web2py, in my opinion, it's flexibile enough in
Since mail.send() return False or True, there is no error here. I am not
sur we can log any error here.
How could I get the same "Warning" information that I can have through the
local Web2py console which displays the real reason why an email is not
sent ?
--
Resources:
- http://web2py.com
Gmail is working fine for sending email, along with the other IP (orange,
free) that I used.
--
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 Issues)
---
You receive
After upgrading to the last version of Web2py, along which the latest
Apache 2.4, we are unable to send email any more. Note that we have access
to this remote server only through a browser for our Web2py development.
We have tested different login/passwords/IP (gmail, orange, free) on port
First make sure gmail is set up as less secured app.
--
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 Issues)
---
You received this message because you are subscribed
What is your connection string?
web2py does connection pooling. It does not close connections, it stores
them and recycle them for speed but you can set DAL(, pool_size=...).
Set pool_size to 1 for now and see if you still have the problem.
On Sunday, 4 June 2017 11:04:52 UTC-5, Mick wrote
I will try provide a more details answer but for now this is what I know:
1) mail.send(...) returns True or False so you can check if the email was
sent
2) mail.send uses SMTP with logs errors using a logger. This means there is
no ticket but you use a logger as explained here, you should be abl
I recommend this logic be moved to nginx. web3py will no longer support
this.
On Sunday, 4 June 2017 04:52:34 UTC-5, Ron Chatterjee wrote:
>
> Would this be same as the domain mapping?
>
>
>
>
> routers = dict(
> BASE = dict(
> domains = {
> 'domain1.com' : 'app1',
>
Hello,
I am encountering email sending problem with the last web2py version on a
distant machine running Apache 2.4.
I have exactly the same controller running fine on a local machine with
WEb2py server (not Apache).
On the distant machine the 'mail.send' function returns a False response,
bu
Hello everyone.
I am quite desperate. I can not send email using smtp.gmail.com. Nothing
seams to be working. I use a gmail smtp account which is working fine on my
server when I use a basic python script, or even a php script on my Apache
2.4. But is not not working with Web2py. I do not have
I do not know what is going on.
Le vendredi 26 mai 2017 21:35:41 UTC+2, Dave S a écrit :
>
> I have a function shove() with decorator @request.restful(), used to
> handle uploading a file, and as part of moving to https, I have a check for
> https and redirect if it isn't s-full.
>
>
> @request.
Hi all,
I'm new at web2py and I have this issue, whenever I refresh the page the
number of connections to postgres increases and in time crashes. How do I
handle this? I can't find any good information on closing the connection
after the query is done...
Thank you in advance :)
--
Resources:
After uninstalling pyDAL it worked perfectly.
On Jun 3, 2017 19:19, "Maurice Waka" wrote:
> I seem to have the same problem as highlighted in this:
> https://groups.google.com/forum/#!topic/web2py/oriec4bEAJQ
>
> The traceback is the same as mine.
> Has anyone solved the problem or found the ori
Respected Massimo
You base idea of web3py is fantastic. Please share your web3py work. At
least release its beta version, so that people play with it , be get
acquaintance with it and positive feedback may be available so that
direction of the web3py project may be in right direction. People l
Hello folks !
Many times when i'm searching for an answer in the official docs about how
to do this or that i'm ending in the stack overflow questions area or in
this group.
and thats really frustrating that even simplest tasks can't be done easy.
For example, how actually routes.py works ? I
Would this be same as the domain mapping?
routers = dict(
BASE = dict(
domains = {
'domain1.com' : 'app1',
'domain2.com' : 'app2',
}
),
)
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py
17 matches
Mail list logo