In profile_migrate_settings_form(), change drupal_set_message() to:

drupal_set_message(t('The @module module must be enabled before these fields can be migrated.', array('@module' => $module)));

Comments

jwilson3’s picture

I also hit this bug... originally reported 6 months ago.

As this is a syntax error, and there still isn't an official release, how hard would it be to get this rolled into dev sometime soon?

jwilson3’s picture

Status: Active » Needs review
StatusFileSize
new622 bytes

Here is a patchfile to help push along the process.

Rosamunda’s picture

#2 works just fine. At least the error is gone.

jessehs’s picture

Please DO commit this bug fix. It was quite puzzling to go to the settings page to find it empty.

Rosamunda’s picture

Status: Needs review » Reviewed & tested by the community

I´ve tested it and it works.

julie.metivier’s picture

Thanks it works well for me!

commonswift’s picture

Just reporting another successful patching. Actually, I've implemented most patches in the list of Issues and the all improved migration.... why not commit.. ?

karens’s picture

Sorry, I'm consumed with getting the D6 to D7 data migration and the Date and Calendar ports working. Just no time to work on this.

zuernbernhard’s picture

this is one line .... shouldn't be that time consuming to commit the patch ... can i help ?