Since installing Checklist (great module - fantastic idea, btw), I have been seeing loads of errors in the admin log. They all revolve around unlocateable CSS files. Here's an example:
Type page not found
Date Friday, October 6, 2006 - 7:13pm
User Visitor
Location http://www.vcommunity.org.uk/request_introduction/modules/checklist/checklist.css
Referrer http://www.vcommunity.org.uk/request_introduction/patrick_nelson
Message request_introduction/modules/checklist/checklist.css not found.
Severity warning
Hostname 84.65.27.208
The location, referrer and message always point to different locations, e.g,
Location http://www.vcommunity.org.uk/comment/reply/modules/checklist/checklist.css
Referrer http://www.vcommunity.org.uk/comment/reply/2973
Message comment/reply/modules/checklist/checklist.css not found.
and
Location http://www.vcommunity.org.uk/forum_topic/stevenj/2973/modules/checklist/checklist.css
Referrer http://www.vcommunity.org.uk/forum_topic/stevenj/2973/how_many_people
Message forum_topic/stevenj/2973/modules/checklist/checklist.css not found.
I'm assuming there is a typo somewhere in module file, but have no idea. Anyone else?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | checklist_css.patch.txt | 828 bytes | john morahan |
Comments
Comment #1
Patrick Nelson commentedBecause of the lack of an answer here, and for the benefit of anyone else experiencing the same problem, I solved it (albeit, not nicely) by commenting out line 127:
I've also changed the priority of this bug to critical because (IMO) the module doesn't work properly - if you don't want loads of error messages clogging up your watchdog.
Comment #2
john morahan commentedPatch to load the CSS using theme_add_style instead of drupal_set_html_head
Comment #3
dave reidClosing old issues. New module is being created using this namespace.