Hi, After migrating a web2py tree with several apps from one server to the other, I found that in the new server I had to put a symbolic link in admin/static to itself with the release name prefixed by an underscore in order to get a "normal" (css/js) admin interface, i.e., in applications/admin/static:
ln -s _2.9.5 . because the HTML generated have tags like this: <script src="/admin/static/_2.9.5/js/jquery.js <view-source:https://t5.m16e.com/admin/static/_2.7.3/js/jquery.js>" type="text/javascript"></script> I also noticed that one particular application stopped losing sessions in one of its controllers. All the other apps are working fine. Both servers are running Debian wheezy, though the previous one (which wasn't fully configured by me) is running in a virtualenv. Both servers are running apache + wsgi (same config, except for the certificate, which was a new one). My question is: any one has a hint of where should I look to fix this? -- 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/d/optout.

