Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed app/code/Lof/ProductReviews/etc/adminhtml/system.xml #33

Open
max3w opened this issue Mar 4, 2024 · 2 comments
Open

Fixed app/code/Lof/ProductReviews/etc/adminhtml/system.xml #33

max3w opened this issue Mar 4, 2024 · 2 comments

Comments

@max3w
Copy link

max3w commented Mar 4, 2024

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>
....
@landofcoder
Copy link
Owner

Hi @max3w
We are verifying the issue. We will update and release new version soon.

Thanks you!

@landofcoder
Copy link
Owner

Hi @max3w
I see the problem because you are missing module Lof/All. Please setup the module Lof/All together with ProductReviews module.
https://github.com/landofcoder/module-all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants