it has been fixed in trunk Il giorno martedì 1 ottobre 2013 16:00:42 UTC+2, Francisco Costa ha scritto: > > > Hi I get this error when I click on "check for upgrades" button on the > admin > > Traceback > > 1. > 2. > 3. > 4. > 5. > 6. > 7. > 8. > 9. > 10. > 11. > 12. > 13. > 14. > 15. > 16. > 17. > > Traceback (most recent call last): > File "/home/franciscocosta/www/web2py/gluon/restricted.py", line 217, in > restricted > exec ccode in environment > File "/home/franciscocosta/www/web2py/applications/admin/models/access.py" > <https://localhost/admin/edit/admin/models/access.py>, line 134, in <module> > if request.vars.is_mobile in ('true', 'false', 'auto'): > File "/home/franciscocosta/www/web2py/gluon/globals.py", line 288, in vars > self.parse_all_vars() > File "/home/franciscocosta/www/web2py/gluon/globals.py", line 262, in > parse_all_vars > for key,value in self.post_vars.iteritems(): > File "/home/franciscocosta/www/web2py/gluon/globals.py", line 281, in > post_vars > self.parse_post_vars() > File "/home/franciscocosta/www/web2py/gluon/globals.py", line 219, in > parse_post_vars > post_vars.update(dpost) > File "/usr/lib/python2.7/cgi.py", line 582, in keys > raise TypeError, "not indexable" > TypeError: not indexable > >
-- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

