[20.11.0] You cannot use the "Symfony\Component\String\Slugger\AsciiSlugger" as the "symfony/translation-contracts" package is not installed. Try running "composer require symfony/translation-contracts". #4432
-
I have recently upgraded to 20.11.0 I am now getting : You cannot use the "Symfony\Component\String\Slugger\AsciiSlugger" as the "symfony/translation-contracts" package is not installed. Try running "composer require symfony/translation-contracts". This occurs when creating a new product or modifying an existing product. Confirming that on the test site on 20.10.2 this issue does NOT occur I note that in 20.11.0 that in the /vendor/symfony there is no /vendor/symfony folder , only deprecation-contracts Any advice is appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
composer require symfony/translation-contracts rebooted Fixed :) |
Beta Was this translation helpful? Give feedback.
composer require symfony/translation-contracts
rebooted
Fixed :)