As per title, required modules shouldn't be listed in default.profile. Add this to system.install (if it's needed at all? these modules must be enabled and can't be disabled...).
Patch to follow.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | required.move.patch | 1.52 KB | RobRoy |
Comments
Comment #1
boris mann commentedI tried just removing the required modules. Bad things happen -- it appears the default modules really aren't included at all, and it's really hard to get the system back into a usable state.
We need to put some entries into system.install, but I haven't been able to figure out what yet.
Related to #104763.
Comment #2
RobRoy commentedHere's a patch that hardcodes the required core modules (listed in that package on the admin modules page) to drupal_verify_profile(). Tested it out by returning an empty array() for my install profile and the install worked.
Comment #3
drummComment #4
ChrisKennedy commentedThis is by design, see Eaton's comment at http://drupal.org/node/108272 and Ralf's proposed solution. Marking this one as the duplicate since 108272 has more discussion on it.