I got everything set up on a test site. Images appear as expected. I had recursion set up so child terms ended up with the same images. I transferred everything over to my production site and the parent term images failed to display.
They did not appear on nodes as they had on the test site and they also did not display on Content Management/Taxonomy/Images configuration page. Interestingly the "child" images defined by recursion did.
I tried reloading the images. Everything worked as expected:
IMAGE.gif image removed.
Image uploaded as category_pictures/IMAGE.gif.
Updated term CATEGORY.
But the image column list "none" for this category.
I turned off the Taxonomy Image module, Uninstalled it and then reactivated it. As expected there were now no images for any category. I uploaded one. Again it appeared to be happy, but still no image.
I transferred the database back to my test site. The IMAGE.gif appeared in on the Taxonomy/Image configuration page and on site pages as intended. As expected this was the only image active.
Any insight/suggestions/questions would be appreciated.
Comments
Comment #1
nick@guillemot-kayaks.com commentedNeeded to set
php_value allow_url_fopen 1
in .htaccess
It is interesting that the image could be loaded for child taxonomy images but not by the parent
Comment #3
jberg1 commentedI'm having the same issue. Adding this to my .htaccess file doesn't help.
The allow_url_fopen is set to On according to my php info.
Problem I'm having is it upload the file but doesn't display. Even I attach an existing image node to it, it doesn't save it. When I go back to the taxonomy term page, the image box is blank and the attached image node drop down says none.
Any ideas?
Thanks for any help.
Comment #4
CarbonPig commentedSame issue - all the images are disappearing.
Comment #5
clintthayer commentedSame issue here.
Anyone have a solution?
Comment #6
kevinqin commentedHave the same issue. Any update on this?