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

forrestn’s picture

i'm having the same problem.

Chris Johnson’s picture

Status: Active » Closed (won't fix)

You 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.

dbrsystems’s picture

I 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?

zanjos’s picture

I had the same problem and I've deleted the module files, deleted de database tables and reinstaled-it again.