Summary | horde is trying to load non-existing CSS files |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | vilius (at) lnk (dot) lt |
Created | 06/27/2007 (6617 days ago) |
Due | |
Updated | 06/27/2007 (6617 days ago) |
Assigned | 06/27/2007 (6617 days ago) |
Resolved | 06/27/2007 (6617 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
the mailing list if you see others, it's not worth a bug.
is completely hosed, whether a theme file exists or not.
completely hosed, whether a theme file exists or not.
surely say that, because now my apache error logs are at least twice
bigger then before. I also was tought that every request counts in
terms of performance, so I think it is not very wise to load bunch of
files that are not nessecary.
State ⇒ Feedback
you - we're not going to stat the css files on every page load, and if
we change the stylesheet call to not output app-specific styles, then
when someone _does_ add a stylesheet for those apps, it won't be
loaded until someone remembers to change common-header.inc again.
Any other opinions on this one?
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ horde is trying to load non-existing CSS files
Queue ⇒ Horde Framework Packages
State ⇒ Unconfirmed
From apache log:
[Wed Jun 27 10:23:08 2007] [error] [client 213.197.190.238] File does
not exist:
/var/www/html/horde/ulaform/themes/screen.css/horde/ulaform/themes/screen.css
[Wed Jun 27 10:23:39 2007] [error] [client 213.197.188.1] File does
not exist: /var/www/html/horde/passwd/themes/screen.css
etc.