Imagecache does not work if images filenames contain spaces.

Example:

. "my shiny picture.jpg": NOT WORKING

. "myshinypicture.jpg": WORKING

This can be a hassle in sites where content is submitted by users.

Comments

alanburke’s picture

I can't replicate this in 4.7 version.. working fine for me.

Are you still experiencing this problem?

Alan

quicksketch’s picture

Version: 6.x-2.x-dev » 4.7.x-1.x-dev

I can't reproduce this issue either. Perhaps there is a situation where we need to slip in a urlencode() somewhere to make sure files are found?

@marcob: Can you provide any more information? Can you not access the file directly (typing in the cached URL) or through the theme function? You server environment would also be helpful.

(Switched to 4.7 since it contains the latest release)

introfini’s picture

I've the same problem. But it only happens in my home machine. It’s a windows x maybe this is a problem with that...

introfini

marcoBauli’s picture

Status: Active » Closed (fixed)

thank you alan and quick for caring, and sorry for my delay in answering..!

just tryed again now, and seems everything is working fine with a more recent version of imagefield/imagecache :)

please consider this closed, cheers!

dopry’s picture

Status: Closed (fixed) » Fixed

setting to just fixed so someone can re raise the issue if it isn't.

Anonymous’s picture

Status: Fixed » Closed (fixed)