Comment 6 for bug 791225

Revision history for this message
Steven Chan (schan2) wrote :

There are also two other CSS files that are absent and constantly generating 404 errors in our apache error log (about 120 occurrences for our June 3rd log file):

File does not exist: /srv/openils/var/web/css/opac_marc.css
File does not exist: /srv/openils/var/web/css/theme/default/vandelay.css

They are being referenced in the source code:

$ pwd
/Software/Evergreen-ILS-2.0.6
$ find . -exec egrep -Hi 'opac_marc\.css' {} \;
./Open-ILS/src/extras/marc2html: <link href='/css/opac_marc.css' rel='stylesheet' type='text/css'></link>
./Open-ILS/xsl/oilsMARC21slim2HTML.xsl: <link href='/css/opac_marc.css' rel='stylesheet' type='text/css'></link>
$ find . -exec egrep -Hi 'vandelay\.css' {} \;
./Open-ILS/web/templates/default/vandelay/vandelay.tt2:<link rel='stylesheet' type='text/css' href='[% ctx.media_prefix %]/css/skin/[% ctx.skin %]/vandelay.css'/>
./Open-ILS/web/templates/default/vandelay/vandelay.tt2:<link rel='stylesheet' type='text/css' href='[% ctx.media_prefix %]/css/theme/[% ctx.skin %]/vandelay.css'/>

Presumably, the CSS files are for customization. I would suggest that empty files, or better, some default files be included in the distribution.