Hello,

   this bug still exists in the version 2.8.2 (line 1518 now).

On Tuesday, August 21, 2012 3:06:37 PM UTC+2, Massimo Di Pierro wrote:
>
> 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
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to