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

jose reyero’s picture

Project: Notifications » Notifications Add-ons
Version: 6.x-2.0 » 6.x-2.x-dev
Component: Code » Nice links

Wrong module

MountainX’s picture

should this message be moved? If so, where?

JuliaKM’s picture

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

jose reyero’s picture

Category: bug » support

Added 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?

MountainX’s picture

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

gmclelland’s picture

Status: Active » Fixed

It's a problem with with cluetip plugin

In jquery.cluetip.css

#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(wait.gif);
}

should be
background-image: url(images/wait.gif);

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.