I've just installed the Import/Export module nad when I select it from the menu I get the following error:

Fatal error: Call to undefined function: form_select() in /home/southee/public_html/Drupal/modules/import_export/import_export.module on line 67

Any ideas what is causing this?

Cheers

Mark

Comments

satori1984’s picture

This is due to the fact that the Import/Export-module uses the form_select()-function, which isn't available anymore as of Drupal 4.7

marksou’s picture

Ah, thanks.