the file field (Upload Image) in the Term Image block on the Edit term page fails to actually upload the image (it is not inside the folder that is specified on the options page) and it does not appear to attempt to attach it to the term. There is no error message, the standard green "Updated term {term name}." is displayed. any advice about how to best debug this would be very helpful.

Comments

deemunk’s picture

I'm running across a similar issue - term image for ubercart module "Catelog" upload fails to upload, although the update successful message is displayed. There are no errors logged. I have checked the permission settings for the required modules as well as the files (imagecache/uc_categories) directory but don't see anything that jumps out.

Miria’s picture

Same issue. No error, but no upload.

srobert72’s picture

Subscribing

srobert72’s picture

I found how to reproduce.
It happends when you upload new image in a term that contains already image with same file name.

If new image has new file name : no problem.

If new image has same file name : file is deleted but new file is not saved.
Record in database is not deleted.
And new image can't be assigned.

To resolved my case I have just deleted records manually in database ("term_image" table).
And after I can upload new image in existing term.

overbythere’s picture

Just to let you know I am also getting this issue, if the file is the same name, it does not allow for upload, I have also noticed it does not delete the current file, even if you do Delete, save, then add new image, it still goes back to the old one.

mghatiya’s picture

Same issue here. It shows no entry in the db for that particular term ( I am trying in term_image table).
For other term it is showing image correctly.

Interesting thing is that though I don't see any entry in db, but next time I go to "edit term", I see the earlier uploaded image being shown there.

But that same image doesn't show up in the db or in the view that I m trying to use.

heylookalive’s picture

Subscribing.

If you can be without the fixes in 1.6 then 1.5 works:
http://drupal.org/node/353537

mghatiya’s picture

It worked for me. Not sure what exactly fixed it, but I think I deleted the terms, and reinstalled the term_image module, and then removed the field "image" from term, but rather used term_image

matthewn’s picture

Subscribing.

baff’s picture

Subscribe

What I found out: when running into that problem I checked the modules settings and the image cache settings where lost - i set them again and it worked ... this is very strange, because the images uploaded before are showig correctely although preset settings were lost ...

chaloalvarezj’s picture

HI there!
I have run into the same bug... There module appears to be deleting the "old" file after uploading the "new" one, which for files with the same name means that the new file was deleted.

ptitb’s picture

subscribing