Closed (fixed)
Project:
Zoomify
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Oct 2008 at 13:47 UTC
Updated:
6 Nov 2010 at 08:11 UTC
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
Comment #1
jgarbe commentedThis was probably just because I have drupal installed in the base public_html for my particular site.
Comment #2
infojunkieSo are you saying there's nothing to fix?
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
carole commentedI'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.
Comment #5
infojunkieComment #6
infojunkieFixed in latest dev. Please wait 12 hours then try it and let me know.
Comment #7
floridag commentedGreat 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....
Comment #8
infojunkieGood catch. Please try the latest 6.x-dev release (12 hours from now).