- Issue created by @lazzyvn
- First commit to issue fork.
- 🇮🇳India samir_shukla bareilly
Hi, I have created patch for the issue. Please review.
- Status changed to Needs review
11 months ago 6:52am 5 January 2024 - Status changed to Needs work
10 months ago 3:00pm 5 January 2024 - 🇺🇸United States smustgrave
Recommended to use MRs vs patches
Tagging for issue summary as it should follow the standard issue template.
Also will need a test case.
- 🇮🇳India tanmayk Maharashtra
As @smustgrave suggested, it needs issue summary with steps to reproduce the issue on fresh Drupal 10 install.
This issue may happen if module, which have hook_requirements implemented, returns an array without title in it. This title is used on Status Report page (
$phase == 'runtime'
).Do you have any contributed module installed which may have causing this issue? Or do you have custom modules installed as well? Try checking all entries on Status report page if it shows empty title somewhere. If you find it, please post a screenshot so we can figure out which module is causing this.
@samir_shukla This should be fixed in respective module as I mentioned above & not in core unless any core module causing this. In any case, that's not correct place to do the change :)
- 🇳🇱Netherlands ecvandenberg
This issue has a solution in /project/drupal/issues/3132426 🐛 Notice: Undefined index: title in Drupal\update\ProjectSecurityRequirement Fixed