http://code.google.com/p/web2py/issues/detail?id=1176&thanks=1176&ts=1353330181
will fix tonight On Monday, 19 November 2012 03:11:24 UTC-6, Sebastian Cambeo wrote: > > Thank you! I checked out trunk and now it is working unless I call the > truncate method on any table: > > Traceback (most recent call last): > File > "/base/data/home/apps/s~cambeoserver/1.363276531332237989/gluon/restricted.py", > line 212, in restricted > exec ccode in environment > File > "/base/data/home/apps/s~cambeoserver/1.363276531332237989/applications/Cambeo/models/db.py", > line 105, in <module> > db.auth_user.truncate() > File > "/base/data/home/apps/s~cambeoserver/1.363276531332237989/gluon/dal.py", line > 7923, in truncate > return self._db._adapter.truncate(self, mode) > File > "/base/data/home/apps/s~cambeoserver/1.363276531332237989/gluon/dal.py", line > 1371, in truncate > logfile.close() > AttributeError: DatabaseStoredFile instance has no attribute 'close' > > --

