Closed (fixed)
Project:
Taxonomy Ticker
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
17 Aug 2006 at 19:45 UTC
Updated:
1 Sep 2006 at 16:16 UTC
Jump to comment: Most recent file
If the taxonomy_ticker module is installed into a site (sites/sitename/modules/taxonomy_ticker) then you get a bunch of log messages about taxonomy_ticker.css and taxonomy_ticker.js not being found in the log; the key is that it's looking for /modules/taxonomy_ticker/filename which is not what it should be doing - although I have no idea personally how modules get their paths out so they can include files with them. Nonetheless it does not work properly if not installed for the entire installation (which is something I never want to do, because of the way drupal handles updates - only the default modules will ever be installed for the entire drupal install.)
Comments
Comment #1
mathieu commentedOops, my mistake. I just learned something ... Can you test this patch? I believe (but can't test at this moment) that it's gonna fix this (hey, I copied the way project.module deals with that, so...) If it works, I'll commit this to both 4.7 and cvs versions.
Comment #2
mathieu commentedObviously, this is something small & easy, so I found the way to do it wrong the first time... Here a new and (hopefully) better patch, following good documentation.
Comment #3
hyperlogos commentedLooks like it's working great now. If I look in my logs, the anonymous hits from before I looked this morning have the error, then I patched it, loaded a few pages, no 404.
Comment #4
mathieu commentedCommited to both 4.7 and head. Thank.
Comment #5
(not verified) commented