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'
--