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

_processNestedGroups() must be an instance of Meta\Catalog\Plugin\Backend\Config\mixed, array given #52

Open
kestraly opened this issue Feb 7, 2024 · 4 comments

Comments

@kestraly
Copy link

kestraly commented Feb 7, 2024

Preconditions (*)

  1. Install extension and do not configure immediately

Steps to reproduce (*)

  1. Save any configuration in the admin

Expected result (*)

  1. Configuration Saves

Actual result (*)

  1. Argument 1 passed to Meta\Catalog\Plugin\Backend\Config\SaveController::_processNestedGroups() must be an instance of Meta\Catalog\Plugin\Backend\Config\mixed, array given, called in /vendor/meta/module-catalog/Plugin/Backend/Config/SaveController.php on line 274
@bulbulmofosys
Copy link

Hello,
any update on this?

@francescodoffizi
Copy link

Same here, magento 2.4.3-p1 unable to save any Catalog option

@kestraly
Copy link
Author

I ended up having to wrap if(!is_array($group)) {} at line 274 for each group to get it to save again as a temp solution

@sol-loup
Copy link
Contributor

Hey all, the offending nested groups should have been removed as of 1.3.1. Can you confirm you're still seeing this issue?

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

4 participants