Hi. I have error in module settings section. M.2.4.6.
Undefined array key "id" in /var/www/vendor/magento/module-config/Model/Config/Structure/Element/Iterator.php on line 63
Please add tab id in config section
file app/code/Lof/ProductReviews/etc/adminhtml/system.xml
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<tab id="landofcoder" translate="label" sortOrder="110">
<label>Product Reviews Settings</label>
</tab>
....