Active
Project:
image_import
Version:
master
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
7 Mar 2006 at 01:16 UTC
Updated:
7 May 2006 at 02:38 UTC
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
Comment #1
gerbrand commentedi 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'
Comment #2
syscrusher commentedThat'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