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

The service "sylius_invoicing_plugin.generator.invoice_pdf_file" has a dependency on a non-existent service "templating.engine.twig". #214

Open
TheDevilOnLine opened this issue Mar 4, 2021 · 1 comment

Comments

@TheDevilOnLine
Copy link

When you do a clean Sylius 1.9 install and then install Sylius Plus (which install the Invoicing Plugin), the error The service "sylius_invoicing_plugin.generator.invoice_pdf_file" has a dependency on a non-existent service "templating.engine.twig". occurs

@TheDevilOnLine
Copy link
Author

The issue is fixed by adding the following to config/packages/framework.yaml:

framework:
...
    templating:
        engines:
            twig

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

1 participant