Hey Kratib-

Wanted to give you a head's up...I installed the new version on our live server after we worked out the previous numbskull issue I had, and the flash src had one too many slashes in it which was breaking the module.

It's line 141 in zoomify.module, and I found the problem was fixed by taking out "base_path() ." which I'm guessing was "empty" (maybe just for my particular case?) and adding that extra slash. So the new line for 141 that worked for me was:

$viewer = '/' . drupal_get_path('module', 'zoomify') . '/zoomifyViewer.swf';

Just letting you know!

Comments

jgarbe’s picture

Status: Needs review » Fixed

This was probably just because I have drupal installed in the base public_html for my particular site.

infojunkie’s picture

So are you saying there's nothing to fix?

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

carole’s picture

I'm having a problem that base_path is empty on my live site and fine on localhost. If we can solve it, we won't need to do workarounds like this.

infojunkie’s picture

Assigned: Unassigned » infojunkie
Status: Closed (fixed) » Active
infojunkie’s picture

Status: Active » Fixed

Fixed in latest dev. Please wait 12 hours then try it and let me know.

floridag’s picture

Great module....

I'm having a similar problem on the 6.x-1.0 module...

I'm using XAMPP locally. I think I have done everything ok but I'm not for sure.

Instead of the path being http://localhost/sites/all/modules/zoomify/zoomifyViewer.swf it is coming up with http://localhost/?q=sites/all/modules/zoomify/zoomifyViewer.swf which doesn't work. When I hard coded zoomify.module to the right path it works fine.

Thanks....

infojunkie’s picture

Good catch. Please try the latest 6.x-dev release (12 hours from now).

Status: Fixed » Closed (fixed)

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