Hi,

the contributed "Image Attach" module does not work for me on D6. If I choose an existing image for a term in /admin/content/taxonomy/taxonomy_image ("Use existing image") and save the settings, these settings are ignored and no image is displayed. After saving, the module reports:

sites/default/files/images/gr-lgflag.icon.gif image removed.
The term Griechenland has been updated.

I can reproduce this behaviour with different images, image sizes, and Imagecache presets. Basically, the attaching never works.

Additionally, the not-used image can not be "removed" or reset to "default" setting; that means, that if I want "Recursive image display" (Enabled at /admin/settings/taxonomy_image and working on taxonomy image terms), I can not get this recursive image after I tried once to upload an image with "Taxonomy Image Attach" - meaning that I loose consistency I'm trying to gain through recursive images (which makes the module more or less useless for me).

"Taxonomy Image - Taxonomy Image" is configured as follows:

* Allow selection of existing image node images to use as taxonomy_images [checked]
* Allow selection of image derivative sizes [checked]
* Default image attach size: flag (this is an operational Imagecache preset; Imagecahce is enabled and operational)

The site has approx. 29k nodes and a few thousend terms; maybe this module does not scale properly for more than a few dozend terms? At least the loading times for /admin/content/taxonomy/taxonomy_image are very annoying (all terms from all vocabularies are loaded on one single page)

Comments

ckidow’s picture

Same thing here :(

jeffsawyer’s picture

I'm having issues with this on a site I'm developing. Is there a fix this for this currently? It's been a while since anyone has commented on this thread...

taitai’s picture

Same problem here...

A bit more details. I have another system where I can load images, however there is a difference in the term page:

1. When working properly, under "Term Image" I get an Upload Image input field with a "Browse" button.
2. On the non working system, under "Term Image" I get a "Choose File" button and no input field.

Looked at the taxonomy_image_module and this "Choose File" is not coming from there... not sure where from.

Will appreciate help.

*********************************

Turned out to be a browser issue. It works fine in IE and FF and not in Chrome. Go figuire...
However, the problem remains, the image is still not showing at the term page. It does exist in the DB tables and associated with the tid.

*********************************
Solved my problem after applying fix at http://drupal.org/node/438378
Turned out to be an apache restriction which limited getimagesize.
The fix in the above url helped.