the thing is that tickets are generated only in google chrome, in FF admin iface works just fine. <type 'exceptions.AttributeError'> 'dict' object has no attribute 'is_mobile'
On Tuesday, December 3, 2013 10:05:36 PM UTC+2, [email protected] wrote: > > hmmm, > > Had the same problem with admin (looked like no js and css), I've replaced > ^/([^/]+)/static/?(.*) > > > with > > AliasMatch ^/([^/]+)/static/(?:_[\d]+.[\d]+.[\d]+/)?(.*) \ > > in two places in my vhosts configuration section, now all I get is > tickets, that I cannot see. Any ideas? > > On Tuesday, December 3, 2013 5:39:58 AM UTC+2, Massimo Di Pierro wrote: >> >> In your apache config files you need to replace >> >> ^/([^/]+)/static/?(.*) >> >> with >> >> ^/([^/]+)/static/(?:_[\d]+.[\d]+.[\d]+/)?(.*) >> >> in two places. >> >> On Monday, 2 December 2013 21:10:10 UTC-6, lucas wrote: >>> >>> hey everyone, >>> >>> got web2py 2.8.2 working on apache and centos. fixed under >>> >>> https://groups.google.com/forum/#!topic/web2py/DexgEESPk38 >>> >>> however, i mentioned that admin interface is all messed up. my admin >>> interface is not right though. the cool interface for admin is missing >>> like the pull-downs and stuff. i just get straight html text without the >>> java scripting side of it. am i missing another js file that i should >>> copy? it does work with the "python web2py.py" interface, but not with >>> apache. so what would be the difference in that? >>> >>> thanx again, lucas >>> >> -- 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.

