Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
install system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Aug 2010 at 01:25 UTC
Updated:
1 Sep 2010 at 01:13 UTC
Jump to comment: Most recent file
Comments
Comment #1
webchickI don't see that second hunk as mentioned in this patch.
Comment #2
moshe weitzman commentedwoops. posted wrong patch. this one adds the single required line. the files[] entry is kinda pointless as long as testing.profile is empty.
Comment #3
David_Rothstein commentedI guess this profile is a bit of an edge case, but seems like a bug in the installer itself if it ever allows Drupal to be installed without the required modules being turned on... should this be fixed there instead?
Comment #4
moshe weitzman commentedExactly. This is the one profile in the drupal universe that doesn't add another module. With such an easy workaround, I really don't see the value in hunting for a deeper change.
Comment #5
alanburke commentedThanks Moshe!
This fixes the problem I was speaking to you about at the Drupalcon CPH sprint, before I had to rush off.
Comment #6
webchickMmm. This smells an awful lot like #898654: Required modules not installed before optional modules to me. I'd prefer to fix this at the source.
Comment #7
moshe weitzman commentedYup. That patch fixes this issue. Just confirmed it.