Re: [web2py] Unable to acces admin app in production

2014-01-29 Thread Richard Vézina
Make a clean update : package your app clear web2py install the new version set permissions on folder correctly then install your app see if it works, patch it if not and update the web2py files inside your app... :) Richard On Tue, Jan 28, 2014 at 7:54 PM, Julien Courteau wrote: > Yes I did a

Re: [web2py] Unable to acces admin app in production

2014-01-28 Thread Julien Courteau
Yes I did a backup before. I updated from 2.3 to 2.8.2. The only way I found to get the admin work again is to remove the web2py folder before unzipping the new version. I had the same problem with my local version. I'll take a look to your post... Thanks. On Monday, January 27, 2014 8:46:59 P

Re: [web2py] Unable to acces admin app in production

2014-01-27 Thread Richard Vézina
Did you backup before? You probably need to update a couple of file that are web2py specific in static/ all the js, in views/ the generic views and the web2py_ajax also in you case the appadmin.py controller must be update... You migrate from which version... If you search the list there is a po

[web2py] Unable to acces admin app in production

2014-01-24 Thread Julien Courteau
After I tried to upgrade to version 2.8.2-stable 2013.11.23 13.54.07 from the admin application (the upgrade button), I no longer have access to the admin app: the ticket produced refer to an "import error" concerning gluon.tools.Config from the admin/default.py controller. I tried to upgrade "ma