Closed (won't fix)
Project:
Flexinode
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2005 at 19:45 UTC
Updated:
8 Feb 2006 at 00:41 UTC
i've install Drupal 4.6.4 and flexinode 4.7.0. i've copy the folder flexinode into the modules folder and submit the flexinode.mysql in phpMyAdmin. When I go now in the Drupal admin page on administer/content/add content type, i become this error message: Fatal error: Call to undefined function: drupal_get_form() in ...\drupal\modules\flexinode\flexinode.module on line 831
In the flexinode.module file on the line 831 is the follow code:
return drupal_get_form('flexinode_content_type_form', $form);
What goes wrong?
Comments
Comment #1
forrestn commentedi'm having the same problem.
Comment #2
Chris Johnson commentedYou are using incompatible versions. The flexinode 4.7 module requires Drupal 4.7. All 4.7 modules are incompatible with Drupal 4.6 releases, and vice-versa.
Closing this issue as won't fix.
Comment #3
dbrsystems commentedI see that this is a dumb mistake...but how do you correct it? Can i just delete the flexinode tables and flexinode directory from the modules directory? and reinstall the correct version?
Comment #4
zanjos commentedI had the same problem and I've deleted the module files, deleted de database tables and reinstaled-it again.