-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Error thrown while running command "cache:warmup" #378
Comments
Cannot reproduce, looks like this is likely only an issue in 4.13 - probably because of annotations. |
As far as I know the issue is that you cannot stay compatible across Symfony 5, 6 & 7 here. In Symfony 5 you must use You could require Or you define the routes specifically of course, instead of using annotations or attributes. |
Same here. Notification Center: 2.2.0 What is the last version with annotation? |
@luhmannAlexander just add a |
see #379 for the fix |
Thanks for the quick help. |
Notification Center: 2.2.0
Contao Version: 4.13.50
PHP Version: 8.1.13
After I updated the dependencies to 2.2.0 the cache warm up throws an error.
I also deleted the cache manually and also deleted the vendor folder. But the error still occurs.
With Version 2.1.1 everything works.
The text was updated successfully, but these errors were encountered: