Closed (fixed)
Project:
Taxonomy Image
Version:
6.x-1.5
Component:
Views
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2009 at 22:41 UTC
Updated:
29 Dec 2009 at 09:13 UTC
When feeding taxonomy_image through a view to my homepage, I'm getting an extra // in between my imagecache size and the actual image, so for example:
/files/imagecache//category_pictures/green.png
This is causing the image to not show up.
What is causing this problem? I'm using imagecache for other images just fine.
Comments
Comment #1
nancydruPlesae make sure your setting for "Picture image path" does not have a leading "/". If it does, remove the leading "/" and try again after clearing your cache. If that was the problem, please mark this issue "fixed"
Comment #2
hamsterbacke42 commentedI have a similar weird problem:
I have my site in a directory..
e.g. www.hostingcompany.myaccaount.com/mysite
now I installed a domain with an redirect to my site in that directory
www.example.com
The taxomony images are displayed on www.hostingcompany.myaccaount.com/mysite, although there is a double slash included:
like this:
img src="mysite//files/category_pictures/testcategory.jpg"
Now when I look at my site on www.example.com the pictures dont get displayed anymore and the path now looks like this:
//files/category_pictures/testcategory.jpg
quite weird
the picture path is setup like it should be
Comment #3
hamsterbacke42 commentedsorry it was something completely unrelated nothing to do with taxonomy image
Comment #4
nancydruNo follow up by the original poster.
Comment #5
aidil commentedI was having the same problem, but it was fixed when I set the imagecache resizing options > imagecache preset to Original, which turns off imagecache.