Closed (fixed)
Project:
Panopoly
Version:
7.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2012 at 13:34 UTC
Updated:
21 May 2012 at 19:40 UTC
I get the following error on the admin/modules page:
Notice: Undefined index: distribution_name in drupal_install_profile_distribution_name() (line 202 of /var/fog/apps/app35080/damienmckenna.phpfogapp.com/includes/install.inc).
Comments
Comment #1
damienmckennaShorter title.
Comment #2
lesleyb commentedHi
Just confirming this bug occurs on a fresh install of Drupal 7.12 running localhost/drupal7/install.php
I get
Notice: Undefined index: distribution_name in drupal_install_profile_distribution_name() (line 196 of /usr/share/drupal7/includes/install.inc).so it seems to have moved up a few lines.
I attempted to trace the error and that trace (as far as I got with it is) shown in http://drupal.org/node/1532318
I think my summary is that $install_state['profile_info']['distribution_name'] isn't defined but that the remaining code expects it to be. I don't have the experience to decide if it needs to be set explicitly within the code or with the profile .info files.
Hope this helps
Comment #3
lesleyb commentedMy error isn't related to Panopoly so sorry for posting here.
FWIW: I found that setting dbconfig.php data in correctly helped.
Comment #4
webchickI got this when installing from Drush without the patch at #1491258: Allow Panopoly to Install with Drush (Including Apps support) applied.
Comment #5
populist commentedI did some more testing here and believe this error has been resolved with a couple new code commits, including a patch from #1491258: Allow Panopoly to Install with Drush (Including Apps support).
Comment #6
jeremiahtre.in commentedI am getting the above error, and the below text, in my status report, when installing without the Panopoly profile:
Info - Install profile (panopoly-)However, looking into it further, I removed my install profile from and replaced it into the
../profilesfolder - there is a known bug when doing that. #1186196: Fix upgrade documentation to ensure people don't remove profiles from /profilesThanks for work, thus far!
jtreinau
Comment #7
jeremiahtre.in commentedOops, changing back to 7.x-1.0-beta2 to match original post.