Hello everybody, a fresh install of web2py running under an apache with wsgi worked perfectly, until suddenly the admin interface of an application does not render properly anymore.
It tries to load the static js files from a path like this: <script type="text/javascript" src="/admin/static/_2.9.5/js/jquery.js"> How to get rid of this? The path does not have the "_2.9.5" part in it. If i do copy static files to a subfolder (and validating the path) it works fine. If there is no subfolder named "_2.9.5" then the website seems to work showing a defaced page. -- 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.

