Submitted by mario on Sun, 15/01/2012 - 20:22
Was migrating a few sites between Drupal-7.7 and Drupal-7.10 platforms and came across the following PHP notice:
Notice: Undefined index: distribution_name in drupal_install_profile_distribution_name() (line 202 of /srv/drupal-7.10/includes/install.inc).
According to the related issue on drupal.org it looks like the install profile is disabled for lots of different reasons and core doesn't allow for that.
Doesn't look like this will be resolved in D7, so someone has provided a patch to Re-enable install profiles that may have been disabled by drush.
To apply it:
cd /your/drupal/base/directory wget http://drupal.org/files/issues/fix_disabled_profiles.patch patch -p1 --dry-run < fix_disabled_profiles.patch
If all is well, run patch without --dry-run, and then run Drupal's update.php to restore disabled profiles.
Hello
Blog
Video
Travel
Add new comment