Hi.
I installed latest image module, because I need it for image_import module. I set up everything correctly. I need pictures to be organised in albums (galleries). So I created image gallery called XXX. It said - "term XXX created succesfully" and gallery with this name appeared in list of galleries. Problem is, that even if it said "term was created", it wasn't. I looked into admin - categories and no such category with this term is here :(( So when I am importing images I cannot assign them appropriate category and term (=gallery).
When I was playing with image module on localhost two months ago, all was OK, but now I tried fresh new install on ISP hosting and after installing image module I noticed this problem.
Can you help me on this?
Thanks in advance.
Comments
Comment #1
Robrecht Jacques commentedIs there still a 'image galleries' vocabulary present (see 'admin/taxonomy')? If there is no such gallery AND the variable 'image_nav_vocabulary' is set, "image.module" creates terms (and thus galleries), but the terms are not associated with a vocabulary. So there are terms, but in another, non-existant vocabulary. Needless to say, things go wrong then.
See: http://drupal.org/node/22342 .
I'm marking this as duplicate.
If you think your issue was not a duplicate and/or the patch of #22342 does not work, please reopen this issue and I'll check it out further.