We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary When saving config for certain integrations via Oro admin, an exception is thrown which ends up displaying an error to the admin user
Steps to reproduce Attempt to save the config for an integration
Actual Result Config is saved, but an exception is logged, but the admin user sees two error messages:
Expected Result No exception is logged, and admin user sees the success message: Integration saved
Details about your environment
Additional information
request.CRITICAL: Uncaught PHP Exception BadMethodCallException: "Cannot serialize Symfony\Component\Cache\Adapter\FilesystemAdapter" at /oro/vendor/symfony/cache/Traits/FilesystemCommonTrait.php line 179 {"exception":"[object] (BadMethodCallException(code: 0): Cannot serialize Symfony\\Component\\Cache\\Adapter\\FilesystemAdapter at /oro/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:179)\n[previous exception] [object] (BadMethodCallException(code: 0): Cannot serialize Symfony\\Component\\Cache\\Adapter\\FilesystemAdapter at /oro/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:179)"} []
The text was updated successfully, but these errors were encountered:
A fix is available here: #1101
Sorry, something went wrong.
No branches or pull requests
Summary
When saving config for certain integrations via Oro admin, an exception is thrown which ends up displaying an error to the admin user
Steps to reproduce
Attempt to save the config for an integration
Actual Result
Config is saved, but an exception is logged, but the admin user sees two error messages:
Expected Result
No exception is logged, and admin user sees the success message: Integration saved
Details about your environment
Additional information
The text was updated successfully, but these errors were encountered: