Investing why admin on the server does not use CSS (at least for the
initial view and the 'design' view) I found (using Firebug) that the
references to the static files look like this:

<script type="text/javascript" src="/admin/static/_2.7.3/js/jquery.js">
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /admin/static/_2.7.3/js/jquery.js was not found on
this server.</p>
<hr>
<address>Apache/2.2.22 (Debian) Server at crest2.sun.ac.za Port
443</address>
</body></html>

I can not find what is causing this.  I suspect this happened with the
upgrade to Web2py version 2.7.3.  At the moment the version is: Version
2.7.4-stable+timestamp.2013.10.21.21.29.21

I have rsynced the installation on the server to my local computer and
there it does not happen when I run web2py from that rsynced version.

The server uses Apache2.

How do I correct this?  The files in admin/views does not contain that
string. So something is inserting '_2.7.3'  whenever a static url is formed.

Regards
Johann


-- 
Because experiencing your loyal love is better than life itself,
my lips will praise you.  (Psalm 63:3)

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to