Closed (fixed)
Project:
Fast Gallery
Version:
6.x-3.2-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Nov 2008 at 14:07 UTC
Updated:
25 May 2010 at 17:45 UTC
Jump to comment: Most recent file
Comments
Comment #1
ncy commentedFound the problem. imagecache_create_url() generates the full path, including the "http://", which gets messed up in the encoding conversions. "http://" needs to be excluded in the conversion calls.
Try the attached patch (also addresses #334406: Gallery Path with National Characters Doesn't Save without Trailing Slash.
Comment #2
ncy commentedComment #3
rocky007 commentedThanks, the patch is working for me! (334289)
Comment #4
rapsli commentedComment #6
ktonini commentedI'm having a similar problem with the latest version (6.x-4.0-beta7) - I'm working on my site locally and my url is http://ecr:8888 when imagecache is applied to the big image the link changes to http://ecr%3a8888 resulting in the missing image graphic.
Strangely the imagecached thumbnail is not effected.
Any ideas?
Comment #7
rapsli commentedgoing to close this issue, as this version is not supported anymore and the issue is old