By marksou on
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
This is due to the fact that
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.7Ah, thanks.
Ah, thanks.