sulu / SuluArticleBundle

Bundle for managing localized content-rich entities like blog-posts in the Sulu content management system
MIT License
57 stars 78 forks source link

phpcr:migrations:migrate failure with Symfony 7 #688

Closed hual7 closed 2 months ago

hual7 commented 3 months ago
Q A
Bug? yes
New Feature? no
SuluArticleBundle Version 2.6.1
Sulu Version 2.6.4 with Symfony 7.1

Actual Behavior

bin/adminconsole phpcr:migrations:migrate fails because Symfony\Component\DependencyInjection\ContainerAwareTrait has been removed in Symfony 7.

PHP Fatal error: Trait "Symfony\Component\DependencyInjection\ContainerAwareTrait" not found in /Users/sulu/www/vendor/sulu/article-bundle/Resources/phpcr-migrations/Version202005151141.php on line 19

Bildschirmfoto 2024-07-30 um 11 02 22
Cephra commented 3 months ago

I can confirm this issue. I'm experiencing the same.

It should be solved like here: https://github.com/sulu/sulu/blob/06e994f07339dc4552ce06a0005706f38f6b38d5/src/Sulu/Bundle/PageBundle/Resources/phpcr-migrations/Version201702021447.php#L26

Cephra commented 2 months ago

@hual7 Should work with the latest version!