I guess this might have something to do with the Forms API, but I wouldn't have a clue where to start.

Trying to export exents from one site, running Drupal 4.6 to another running 4.7. I'm not sure whether this module would even allow for this!

Anyway, I installed the 4.6 module on the old site and successfully exported the data.

On clicking on the menu item in the new site, with the CVS version of Import_export installed, I got this error.

Fatal error: Call to undefined function: form_select() in /hsphere/local/rhome/alanb/runireland.com/modules/ContribModules/import_export/import_export.module on line 67

Regards
Alan

Comments

alanburke’s picture

I just had a glance at the code, and spotted this hasn't been updated for 4.7.
Has anybody any plans to do this?
Its beyond me for now...

gargsuchi’s picture

I also need to use Import Export for Drupal 4.7, but am getting the same error. Any progress on porting the code to 4.7 yet?

alanburke’s picture

Just to add that I won't need this for now, as the content type on the old type is flexinode and will be CCK on the new site.

Good Luck
Alan

dtaylor’s picture

I am working on updating this code to the new Forms API for Drupal 4.7.

I am getting close, but still have a couple of kinks to work out.

I am working on this as a background task, but hope to have it ready to try within a week or so.

Anonymous’s picture

You might check on: http://drupal.org/node/83799

alanburke’s picture

Status: Active » Closed (fixed)