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)));
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | profile_migrate-missing-module-error-692888-2.patch | 622 bytes | jwilson3 |
Comments
Comment #1
jwilson3I 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?
Comment #2
jwilson3Here is a patchfile to help push along the process.
Comment #3
Rosamunda commented#2 works just fine. At least the error is gone.
Comment #4
jessehsPlease DO commit this bug fix. It was quite puzzling to go to the settings page to find it empty.
Comment #5
Rosamunda commentedI´ve tested it and it works.
Comment #6
julie.metivier commentedThanks it works well for me!
Comment #7
commonswift commentedJust reporting another successful patching. Actually, I've implemented most patches in the list of Issues and the all improved migration.... why not commit.. ?
Comment #8
karens commentedSorry, 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.
Comment #9
zuernbernhard commentedthis is one line .... shouldn't be that time consuming to commit the patch ... can i help ?