Goodnight to everybody

I think my problem with legacy databases with mysql is finished.
Change the driver SQLDB by DAL and now, my old application left to
give me the problem that I described above with web2py trunk version.
Thank you very much everybody and my apologize because I didn't see
that.
Now, I have a problem with one database that it didn't is legacy
database in the same old application
This is the issue

Traceback (most recent call last):
  File "/home/drayco/web2py/gluon/restricted.py", line 188, in
restricted
    exec ccode in environment
  File "/home/drayco/web2py/applications/iscada/models/db.py", line
85, in <module>
    Field('creadoPor', db.auth_user, default=current_user_id,
label='Creado por', writable=False, readable=False),
  File "/home/drayco/web2py/gluon/dal.py", line 3510, in __getattr__
    return self[key]
  File "/home/drayco/web2py/gluon/dal.py", line 3504, in __getitem__
    return dict.__getitem__(self, str(key).lower())
KeyError: 'auth_user'

Anyone have any advice on how to overcome it?
Thanks in advance

On Feb 2, 12:44 am, Fran <[email protected]> wrote:
> This is now fixed in Trunk - thanks Massimo :)
>
> F

Reply via email to