Closed (duplicate)
Project:
ImageCache
Version:
5.x-1.2
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2007 at 12:00 UTC
Updated:
7 Jan 2010 at 00:55 UTC
The imagecache module, like many other image modules, doesn't support images that have a plus-sign in their filename. I believe the way this is handled is that this plus is converted to a space, after which the altered filename is not found.
Comments
Comment #1
Zen commentedConsidering the nature of the imagecache module and its almost REST-like API, I doubt if it can be placed at fault here. I'd suggest trying to urlencode the filename in the calling module or theme function; this will represent the + correctly as %2B.
-K
Comment #2
Zen commentedThen again, it could probably take care of that automatically via imagecache theme function.
Comment #3
junyor commentedDuplicate of http://drupal.org/node/129433.
Comment #4
wmostrey commentedComment #5
mcurry commentedsubscribe