An extra slash is being prepended to the sized version of images, breaking the path.

Instead of

/sites/mysite.com/files/images/apple thumbnail.png

I get

//sites/mysite.com/files/images/apple thumbnail.png

which of course breaks the path.

If the image is not resized, then the path is correct. E.g.:

/sites/mysite.com/files/images/banana.png

This is the in the context of a View. I'm using nodereference_view to attach references to multiple Image nodes to another node. But I don't think it's a nodereference_view error: that module is extremely small and simple.

Any ideas? It used to work.

I'm running on Aegir, if that might make a difference.

Comments

tevans’s picture

I had this same issue. Turns out it was the result of changing the file system path. Once I reverted it back to the same path that the previously uploaded images used, it started using the correct path for resized images. I'm guessing you could also fix it by updating the file path for all your previously uploaded images so that they match your new file system path.