This should already be fixed in trunk. Thanks for reporting it. On Tuesday, 21 August 2012 05:25:49 UTC-5, sunny wrote: > > 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 >
--

