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

Zen’s picture

Considering 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

Zen’s picture

Then again, it could probably take care of that automatically via imagecache theme function.

junyor’s picture

wmostrey’s picture

Status: Active » Closed (duplicate)
mcurry’s picture

subscribe