4

I have this problem with Symfony.

I now use SonataUserBundle and I have this error:

The locale resource bundle could not be loaded for locale "en" (uncaught exception) at [...]/vendor/symfony/symfony/src/Symfony/Component/Locale/Locale.php line 16

I have intl installed.

I did some research on Internet, and find I had to do

php data-build.php 49

Which gives me this error:

PHP Fatal error: Class 'ResourceBundle' not found in [...]Symfony/vendor/symfony/symfony/src/Symfony/Component/Locale/Resources/data/build-data.php on line 97

Wouter J
  • 41,455
  • 15
  • 107
  • 112
julio
  • 2,762
  • 4
  • 22
  • 34

1 Answers1

0

Have you tried reinstalling or updating composer? I know whenever I have problems with any third party vendors I'll delete my composer.lock file and update composer to generate a new one.

gavgavgavg
  • 15
  • 4