Reputation: 161
I have updated the last version of Shopware 6.14.19.0 ( PHP 8.1.4). The problem is that the list of Plugins is not showing in the extension. I get this error :
"Compile Error: Declaration of Symfony\Component\Intl\Data\Bundle\Reader\BufferedBundleReader::read(string $path, string $locale) must be compatible with Symfony\Component\Intl\Data\Bundle\Reader\BundleReaderInterface::read(string $path, string $locale): mixed"
Could you help me please ?
Upvotes: 0
Views: 93
Reputation: 71
did you run something like composer update
in the past?
i had the same problem with shopware 8.4.20.1 and just re-ran composer update. that fixed it for me.
Upvotes: 0