[web2py] Re: Admin and tickets broken after upgrade to 2.9.4

2015-01-22 Thread Jason Lee
I was able to fix the issue by changing the file ownership back to www-data. During the update process some of the files changed ownership. form the /www-data directory I ran sudo chown -R www-data:www-data web2py/ Now it works fine Jason On Friday, March 14, 2014 at 9:47:45 AM UTC-4, Massimo

[web2py] Re: Admin and tickets broken after upgrade to 2.9.4

2014-03-14 Thread Massimo Di Pierro
I cannot say. There is some file in there that does not get overwritten when you unzip it. On Thursday, 13 March 2014 17:42:09 UTC-5, shapova...@gmail.com wrote: > > Your suggestion just did the trick. But now I'm curious - what was the > problem then?? > > On Friday, March 14, 2014 12:14:11 AM

[web2py] Re: Admin and tickets broken after upgrade to 2.9.4

2014-03-13 Thread shapovalovdenis
Your suggestion just did the trick. But now I'm curious - what was the problem then?? On Friday, March 14, 2014 12:14:11 AM UTC+2, Massimo Di Pierro wrote: > > Another user has reported a similar problem on google app engine and it > was due to a circular reference. Strangely I could not reprodu

[web2py] Re: Admin and tickets broken after upgrade to 2.9.4

2014-03-13 Thread Massimo Di Pierro
Another user has reported a similar problem on google app engine and it was due to a circular reference. Strangely I could not reproduce it. Anyway, it is fixed. My suggestion is try unzip in a different (new) folder and check if it works. On Thursday, 13 March 2014 16:55:10 UTC-5, shapova..

[web2py] Re: Admin and tickets broken after upgrade to 2.9.4

2014-03-13 Thread shapovalovdenis
Thanks, just did it, unzipped http://www.web2py.com/examples/static/web2py_src.zip on top of web2py old install, now it says: [Thu Mar 13 23:49:54 2014] [error] [client ] from sqlhtml import SQLFORM, SQLTABLE [Thu Mar 13 23:49:54 2014] [error] [client ] File "/home/www-data/web2py/gluon/

[web2py] Re: Admin and tickets broken after upgrade to 2.9.4

2014-03-10 Thread Massimo Di Pierro
It is there: https://github.com/web2py/web2py/blob/master/gluon/myregex.py#L24 something broke during your upgrade. Perhaps web2py did not have permission to overwrite the files. Download the latest web2py and unzip over the existing one. (make a backup first). On Monday, 10 March 2014 19:11:08

[web2py] Re: Admin and tickets broken after upgrade to 2.9.4

2014-03-10 Thread shapovalovdenis
Next, I've looked and found no regex_longcomments defined in myregex.py so I comment it's import out. Got rid of wsgi load error but obviously still get S'Traceback (most recent call last):\n File "/home/www-data/web2py/gluon/main.py", line 446, in wsgibase\n serve_controller(request, resp

[web2py] Re: Admin and tickets broken after upgrade to 2.9.4

2014-03-10 Thread shapovalovdenis
Thanks form prompt reply! Upgrade from previous 2.9.3, Just did #apachectl restart and now it complains on wsgihandler.py [Tue Mar 11 02:07:03 2014] [notice] Apache/2.2.16 (Debian) PHP/5.3.3-7+squeeze18 with Suhosin-Patch mod_ssl/2.2.16 OpenSSL/0.9.8o mod_wsgi/3.3 Python/2.6.6 configured

[web2py] Re: Admin and tickets broken after upgrade to 2.9.4

2014-03-10 Thread Massimo Di Pierro
What did you upgrade from? You may have to restart web2py. On Monday, 10 March 2014 19:02:55 UTC-5, shapova...@gmail.com wrote: > > Just hit upgrade now to Version 2.9.4 button and in > web2py/applications/admin/errors: > > sssg317 > S'Traceback (most recent call last):\n File > "/home/