When the installation directory of Drupal is not top of the domain,
URL path to images/online.gif is not correct, this image disappears.

In imcontrol.module Line 127 and 130, it should be

Only local images are allowed.

instead of

Only local images are allowed.

Comments

Diseree’s picture

Sorry, I've post with mistake.

In imcontrol.module Line 127 and 130, it should be

<img src="'.base_path().drupal_get_path('module', 'imcontrol').....

instead of

<img src="/'. drupal_get_path('module', 'imcontrol')......

atuyo60’s picture

oh, thanks for pointing that out, I did not notice the difference between base_path and a slash as I had always been developing in the base directory...

atuyo60’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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