Needs work
Project:
Drupal core
Version:
main
Component:
install system
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Aug 2015 at 20:36 UTC
Updated:
2 Nov 2021 at 07:10 UTC
Jump to comment: Most recent
Comments
Comment #2
xjmI don't think #1933962: Dependent modules are still installed when requested modules return errors in hook_requirements('install') is the same issue (and not 100% sure it still exists) but worth testing manually.
Comment #13
quietone commentedI tested this on Drupal 9.3.x and was able to reproduce the problem. I applied the patch which forces a requirements failure in text_requirements and did installed standard via drush. I also had a breakpoint set in text_requirements and that code was never called. So, it seems that one problem is that the requirements for dependent modules are not being checked.
The install completed and going to the site, there was no error message and nothing in the log. That part is different that the IS.