Closed bytehead closed 4 years ago
A downgrade solves the issue (temporarily):
codefog/tags-bundle (3.1.1 => 2.1.5)
terminal42/contao-node (1.3.0 => 1.1.3)
I am not able to reproduce the issue 🤔 I assume you get that error in the backend, but where exactly? For me all views seem to work properly.
I do get this on composer update
during cache warmup.
I don't use a managed edition - just the core-bundle in a plain Symfony project.
The change was introduced in https://github.com/terminal42/contao-node/commit/7f9ecbdf72f0575da26fab02fd877f3eabfd0331 - the missing service is now defined via the Contao Manager Plugin, which will only work in the Managed Edition.
If you don't use a managed edition then you likely have to add the following configuration on the app level:
codefog_tags:
managers:
terminal42_node:
source: 'tl_node.tags'
Please let me know if it worked, then I will add a necessary description to the README.
Works perfectly 👌
Thank you!
I've updated
terminal42/contao-node
to version1.3.0
and got this error:The
codefog/tags-bundle
is installed at version3.1.1
.