Closed (duplicate)
Project:
Drupal core
Version:
6.x-dev
Component:
update system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Dec 2006 at 05:53 UTC
Updated:
11 Jan 2007 at 17:36 UTC
Jump to comment: Most recent file
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.