I use MySQL and auth. When i try to login, Web2py 1.72.1 give me this
error. But With Web2py 1.71.1 this dosen't happend.

Traceback (most recent call last):
  File "/media/RESPALDO/web2py/gluon/restricted.py", line 184, in
restricted
    exec ccode in environment
  File "/media/RESPALDO/web2py/applications/seccion36/controllers/
default.py", line 1168, in <module>
  File "/media/RESPALDO/web2py/gluon/globals.py", line 103, in
<lambda>
    self._caller = lambda f: f()
  File "/media/RESPALDO/web2py/applications/seccion36/controllers/
default.py", line 33, in user
    return dict(form=auth())
  File "/media/RESPALDO/web2py/gluon/tools.py", line 682, in __call__
    return self.login()
  File "/media/RESPALDO/web2py/gluon/tools.py", line 1037, in login
    self.log_event(log % self.user)
KeyError: 'id'



On 9 nov, 14:12, mdipierro <[email protected]> wrote:
> New stuff:
> - bug fix in select(...,cache=)
> - bug fix in internationalization with default languages
> - better polish and french translations
> - better support for KeyedTables (thanks Denes) and alternate names
> for 'id' fields (thanks Michael). This allow better support for legacy
> databases.
>
> Please give it a try and report any problem.
>
> Massimo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to