Posted by boombatower on July 9, 2008 at 6:05am
Jump to:
| Project: | Drupal core |
| Version: | 6.x-dev |
| Component: | system.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
This can be more clearly explained with an example.
Module 1 - has hook_requirement()
Module 2 - dependent on Module 1
When installing both modules the following occurs.
Module 1 hook_requirements() has a failure
Module 2 is installed
Module 2 malfunctions due to missing dependency and a WSOD results.
Not sure if this is by design (as in don't want to deal with it) or what.
Comments
#1
More details are in this issue:
#389126: system_modules_submit() disable only the module whose hook_requirements() returns an error, not the modules depending from it