[web2py] Re: admin app killed!

2013-12-02 Thread JoeCodeswell
Dear web2py Community, There were problems for me as well, but now they cleared up. On winXpSp3, I had my Firefox-25.0.1 opened while i did an extract into C:\web2py. So then [as best as i remember]: - I checked to see if the upgrade happened by refreshing the admin page. *result*

Re: [web2py] Re: admin app killed!

2013-12-02 Thread Jonathan Lundell
On 2 Dec 2013, at 7:49 AM, JoeCodeswell joecodesw...@gmail.com wrote: Here's a zip of C:\web2py\applications\admin\errors contents. Stype 'exceptions.AttributeError' 'dict' object has no attribute 'is_mobile' S'Traceback (most recent call last):\n File C:\\web2py\\gluon\\restricted.py, line

Re: [web2py] Re: admin app killed!

2013-12-02 Thread Marin Pranjić
Clear your sessions, clear existing error tickets and then try again. Marin On Mon, Dec 2, 2013 at 4:59 PM, Jonathan Lundell jlund...@pobox.com wrote: On 2 Dec 2013, at 7:49 AM, JoeCodeswell joecodesw...@gmail.com wrote: Here's a zip of C:\web2py\applications\admin\errors contents. Stype

Re: [web2py] Re: admin app killed!

2013-12-02 Thread Jonathan Lundell
On 2 Dec 2013, at 8:05 AM, Marin Pranjić marin.pran...@gmail.com wrote: Clear your sessions, clear existing error tickets and then try again. There's a patch post-2.8.2 that makes access.py tolerant of a dict. -is_mobile = request.user_agent().is_mobile +is_mobile =

Re: [web2py] Re: admin app killed!

2013-12-02 Thread Martin Weissenboeck
I have cleared the sessions and the errors and it worked - thank you! 2013/12/2 Jonathan Lundell jlund...@pobox.com On 2 Dec 2013, at 8:05 AM, Marin Pranjić marin.pran...@gmail.com wrote: Clear your sessions, clear existing error tickets and then try again. There's a patch post-2.8.2 that