Some things we know have changed: - admin uses versioning for static files therefore you need the new handlers/wsgihandler.py - sessions use a different format, therefore you have to remove all existing session files (or sessions in db) - web2py.js has changed so you must cp applications/welcome/static/js/ web2py.js into applications/*/static/js
Yet none of this seems to be the cause of your problem. Did you upgrade mod_wsgi too? On Monday, 2 December 2013 06:11:05 UTC-6, lucas wrote: > > > have you changed permissions to web2py folder?, in centos user and >> group should be apache, unless you have a modified setup: >> >> chown -R apache:apache web2py/ >> > > good thought but no, it didn't do the trick. damn, almost. > > hey massimo, what could have changed between 2.4 and 2.8, probably > specifically in mod_wsgi.so? > > 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.

