I tried to print this in the model : request.function and
request.vars and here is the result when I submit the form:
login
<Storage {'email': 'asd...@blablaba.com', '_formkey':
'7c6c9864-567e-4aec-9339-86b554b031ce', 'password': 'aaaaaaaaa',
'_formname': 'login', '_next': ''}>
login
<Storage {}>
You can see there is a double redirect...
I put a break point in the login function inside tool.py and watch the
"session":
the session.flash looks to be empty like session.flash = u""
And at the end of the process (break point finish) the value of the
session said "error evaluating" like :
session = <error evaluating>
I'm really running out of idea about debugging this issue... It used
to work with early previous version of web2py... Is anybody has an
idea or already have this issue ?
Thanks for your help...
Yannick P.
Thanks again,
Yannick P.
> ...
>
> read more »
Thanks for your help...
Yannick P.
> ...
>
> read more »
Here is my development environment:
OS : Mac OS X Version 10.6.2
Python : 2.5.4
DB: PostgreSQL 8.4
Web2py : 1.74.5
Wing IDE Professional 3.2
Do you please have any any hints that can help here ? I'm desperately
looking for a solution or hints...
Thanks a lot for your help...
Cheers,
Yannick P.
> ...
>
> read more »