-
Notifications
You must be signed in to change notification settings - Fork 9
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
InvalidArgumentException #48
Comments
i added
to commandbase and error is not poping up anymore |
Which version of the oxid-console and oxid_modules_config do you use?
What do you mean by now? Did you change something lately? |
modules-config: 6.0.0-beta5 i did some composer:install/update changes, nothing more. TeamMember do not see this error yet. Perhaps symfony console was updated. I am nearly sure, that i ran into https://github.com/symfony/console/blob/e4a70bd8c5a4382630197b7b87910b3fc0e6b526/Input/Input.php#L147, so providing a commando Option fixed the issue |
Try to update to the latest version, the problem is known in the I recommend to use these versions in your
After you changed that in the Let me know if that solved your issue or not. |
i have an invalid argument exception now when using config:import command ([Symfony\Component\Console\Exception\InvalidArgumentException] The "shop" option does not exist. )
I am sure, that shop-config option has to defined in commando before requesting it in the core.
The text was updated successfully, but these errors were encountered: