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.)

CommentFileSizeAuthor
#2 patch_100598 bytesmathieu
#1 patch_99543 bytesmathieu

Comments

mathieu’s picture

Version: 4.7.x-1.x-dev » master
Assigned: Unassigned » mathieu
Status: Active » Needs review
StatusFileSize
new543 bytes

Oops, 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.

mathieu’s picture

StatusFileSize
new598 bytes

Obviously, 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.

hyperlogos’s picture

Looks 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.

mathieu’s picture

Status: Needs review » Fixed

Commited to both 4.7 and head. Thank.

Anonymous’s picture

Status: Fixed » Closed (fixed)