I'm getting this warning in the logs:
Type page not found
Date Sunday, May 24, 2009 - 19:11
User admin
Location http://example.com/sites/all/modules/notifications_extra/notifications_n...
Referrer http://example.com/sites/example.com/files/css/c7snip14.css
Message sites/all/modules/notifications_extra/notifications_nice/cluetip/wait.gif
Severity warning
The file wait.gif is available and it is actually located in sites/all/modules/notifications_extra/notifications_nice/cluetip/images (not sites/all/modules/notifications_extra/notifications_nice/cluetip).
I think the code is looking in the wrong place.
BTW, the readme file says to get version 1.0.2 of jQuery-Cluetip 1.0.2, but the latest version is 1.0.1 (and it is only a few days old).
Comments
Comment #1
jose reyero commentedWrong module
Comment #2
MountainX commentedshould this message be moved? If so, where?
Comment #3
JuliaKM commentedYou can find the icon here on any group page such as this one:
http://groups.drupal.org/node/17779#node_links_group
Save the icon and then put it in your notifications_nice folder.
Comment #4
jose reyero commentedAdded the button image, which was missing from the module.
About the other icon, I'm clueless about it as the module never defines such path. Is it possible that it is a cluetip issue?
Comment #5
MountainX commentedThis is not a matter of missing icons. As I stated, the icons are there, but the path is wrong. I'm a newbie so I cannot say which sub-module might be at fault. All I am doing is reporting what I can determine -- i.e., the path is wrong.
Comment #6
gmclelland commentedIt's a problem with with cluetip plugin
In jquery.cluetip.css
should be
background-image: url(images/wait.gif);