Closed (won't fix)
Project:
Gallery
Version:
5.x-1.0
Component:
Code / API
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2007 at 16:39 UTC
Updated:
23 Sep 2015 at 06:01 UTC
Jump to comment: Most recent
Comments
Comment #1
Wolfey commentedI didn't notice this until recently, but in the gallery.module file, line 234 reads:
Should I mark this issue as a duplicate since it has already been mentioned, or should I leave it open since I wasn't able to find any other issues mentioning it (prior to posting my own)?
Comment #2
profix898 commentedWe cant do anything about it on the Drupal site as this a limitation of the 'urlGenerator' in Gallery2.
Comment #3
Wolfey commentedI'm sorry to hear that - still, thank you for mentioning what is causing this issue.
Two questions I want to ask, though:
Just wondering about these things.
Comment #4
DaBricka commentedI was able to implement a workaround for this issue by altering the Gallery Module. In gallery_base.inc line 368 find the following line:
return $url_generator->generateUrl($params, $options);and change it to:
Don't forget to replace YOUR_DOMAIN and change "gallery" to your chosen Gallery root. There is probably a better way to do this without altering the module code, but I'm a novice drupal php coder and this module is no longer under development, so no need to worry about overwriting your customization on a module update.