This error is not important ... if you don't configure your settings.php file with the legacy_files entries.
After Enabling the module
Notice: Undefined index: legacy_files in oa_migrate_register_migrations() (line 20 of /home/crmem/public_html/sites/all/modules/oa_migrate/oa_migrate.module).

if (!isset($conf['legacy_files'])) {
  drupal_set_message("Update your settings.php with your legacy database settings", 'warning');
}

Okay back to running the Open Atrium migration.

Comments

dsnopek’s picture

Status: Active » Fixed

Thanks for the suggestion! I did something a little different: showing an error rather than a warning and not registering the Migration classes if the legacy_files path isn't available (since it will cause it to do weird things if there is no file path...).

Committed here:

http://drupalcode.org/sandbox/dsnopek/2201363.git/commit/e6fcda6b8da0610...

I also put the full instructions for setting this up on the project page here:

https://drupal.org/sandbox/dsnopek/2201363

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.