hi, i came across a bug in the ticket system while trying to switch from filesystem to db. the db_ready variable needs to be returned in admin/controllers/default.py also in the dbnew part.
line 1196: return dict(errors = [x[1] for x in decorated], app=app, method=method, db_ready=db_ready) instead of just return dict(errors = [x[1] for x in decorated], app=app, method=method) ciao, sven --

