After upgrading to Magento 2.4.7-p1 I am seeing the following error when trying to login into the backend:
1 exception(s):
Exception #0 (LogicException): Could not create an acl object: Invalid Document
Error in merged XML after reading /var/www/dev/magento2/vendor/magento/module-config/etc/acl.xml
Element 'resource': The attribute 'title' is required but missing.
Line: 19
The xml was:
14: <!--
15: @deprecated Magento_Config::advanced section ('Advanced Section') is disabled and is not displayed in the admin panel
16: -->
17: <resource id="Magento_Config::advanced" title="Advanced Section" translate="title" sortOrder="90" disabled="true"/>
18: <resource id="Magento_Config::config_admin" title="Advanced Admin Section" translate="title" sortOrder="100"/>
19: <resource id="Magento_Config::config_design" title="Design Section" translate="title" sortOrder="40"/>
20: <resource id="Magento_Config::config_general" title="General Section" translate="title" sortOrder="20"/>
21: <resource id="Magento_Config::config_system" title="System Section" translate="title" sortOrder="80"/>
22: <resource id="Magento_Config::currency" title="Currency Setup Section" translate="title" sortOrder="120"/>
23: <resource id="Magento_Config::dev" title="Developer Section" translate="title" sortOrder="110"/>