Closed (outdated)
Project:
Image
Version:
6.x-1.x-dev
Component:
image_import
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2008 at 19:12 UTC
Updated:
28 Jan 2021 at 07:06 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Tino commentedFound it!
Administer › Content management › Taxonomy › Edit vocabulary
---> check "Image" under "Content types".
Comment #2
Tino commentedComment #3
AaronCollier commentedComment #4
sandalle commentedAwesome, I ran into this exact same problem and was stumped!
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #6
stewestHi, recently ran into this weird behaviour.
When I go to Image Import, there is no "Gallery" option to select, to import the images into.
I have Drupal 6.26 and the Image Module (6x-1.2), image import and image gallery modules are enabled.
I have "image" enabled for the "image galleries" vocabulary.
On the Add/Edit Image Node form, there is the option to select the Gallery. (We have a few 100 images to import, so this would not be efficient at this time)
I have checked the permissions, image and import folder locations etc.
While troubleshooting, I have disabled and removed the module (and files) and the re-uploaded, enabled and tried again. No joy.
Is there something I am missing or any suggestions?
Thanks so much.
Comment #7
giordy commentedI have the same problem.
Solutions?
thanks
Comment #8
giordy commentedComment #9
joachim commentedThis functionality does not exist in the module.
The only gallery support for importing is to reproduce the folder structure as galleries.
Comment #10
giordy commented??
But in another site I have the "Gallery" option.
thanks
Comment #11
joachim commentedAh yes, look like I spoke too soon. It's this bit of code I think:
Can you debug to see why it's not firing?
Comment #12
giordy commentedWith drupal_for_firebug, in Forms, missing:
Comment #13
joachim commentedDoes that mean the select element has no options, or badly formed ones?
Comment #14
giordy commentedThere is no select element. The form doesn't exist. (Image gallery1.gif, part 2)
Comment #15
joachim commentedI'm not familiar with drupal_for_firebug's output, but it seems to be saying that the galleries form element is at least *trying* to exist.
You're going to have to do more debugging and figure out what is actually going wrong.
Comment #16
stewest