Once you apply the fix to this bug http://drupal.org/node/52756#comment-79175, and visit the node/add/image_import page, you get the following error:

Fatal error: Call to undefined function: taxonomy_node_form() in /home/flevour/job/spiritindance/modules/image_import/image_import.module on line 409

The part of code around 409 is pretty hackish and require some little refactorying to take advantage of image_import being some kind of node type. This is just a feeling and may be wrong. I plan to fix this after having some sleep hours.

Comments

gerbrand’s picture

i can reproduce this.
with the final release of drupal 4.7.0 i get the following:

Fatal error: Call to undefined function: taxonomy_node_form() in [...]/modules/image_import/image_import.module on line 412

also, admin/settings/image_import show nothing more than 'Array'

syscrusher’s picture

Assigned: Unassigned » syscrusher

That's correct. I'm still in the process of converting this module for 4.7. Check the other issues on this project for further details. :-)

Scott