- First commit to issue fork.
- @olarin opened merge request.
- Status changed to Needs review
over 2 years ago 9:00pm 12 March 2023 - πΊπΈUnited States olarin
This appears to be a guaranteed issue for any new site audacious enough to attempt to use any install profile other than standard (including the core-provided minimal), and there's no workaround to my knowledge, so I think it would qualify as Major priority.
I added a MR for the 10.1.x branch. I'm not sure where to start on adding a relevant test.
- Status changed to Needs work
over 2 years ago 9:53pm 12 March 2023 - πΊπΈUnited States smustgrave
May be worth starting in Drupal\FunctionalTests\Installer
Did an Umami install profile yesterday without issue just fyi
- π³πΏNew Zealand john pitcairn
Just bitten by this with a minimal install. Not the first time either from memory. MR3639 does appear to fix the problem.
Is this still a 10.x candidate or does it need to be 11.x now?
- Status changed to Postponed: needs info
3 days ago 12:04am 3 July 2025 - π¦πΊAustralia mstrelan
Is this still an issue? I was unable to reproduce the issue after installing 11.x with minimal profile. I put a breakpoint in
\Drupal\system\Install\Requirements\SystemRequirements::checkRequirements
after$info = $module_extension_list->getExtensionInfo($profile);
and can see the profile info has been loaded.