Translation Provider Interfaces installation error #17906
Unanswered
EliShklovsky
asked this question in
Q&A / Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pimcore v11.4.3 with Enterprise Edition:
composer require pimcore/translations-provider-interfaces
use Pimcore\TranslationsProviderInterfaceBundle\PimcoreTranslationsProviderInterfaceBundle;
// ...
return [
// ...
PimcoreTranslationsProviderInterfaceBundle::class => ['all' => true],
// ...
];
After running composer successfully we get the message :
"Unrecognized option "arguments" under "framework.workflows.workflows.translation_job_default.marking_store". Available options are "property", "service", "type"
Therefor we cannot proceed to the installation:
bin/console pimcore:bundle:install PimcoreTranslationsProviderInterfaceBundle
Any help would be appreciated
Best Regards,
Eli
Beta Was this translation helpful? Give feedback.
All reactions