You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, after including the bundle into a Symfony 3.4 project on Linux, I'm getting the following error message: The service "lexik_translation.translator" has a dependency on a non-existent service "translator.formatter.default".
I've tried it with a clean 3.4 project too and the result is the same.
Steps to reproduce:
Create new project php symfony new test_project 3.4
Hello, after including the bundle into a Symfony 3.4 project on Linux, I'm getting the following error message:
The service "lexik_translation.translator" has a dependency on a non-existent service "translator.formatter.default".
I've tried it with a clean 3.4 project too and the result is the same.
Steps to reproduce:
php symfony new test_project 3.4
cd test_project
composer require lexik/translation-bundle
config.yml
and add bundle class inAppKernel.php
./bin/console
or any other command results in the aforementioned error messageI found out that it's referenced here, however I have no clue what this service should do and where should it come from:
LexikTranslationBundle/DependencyInjection/LexikTranslationExtension.php
Line 83 in b110bc1
Any ideas?
The text was updated successfully, but these errors were encountered: