symfony-cmf / standard-edition

The "Symfony CMF Standard Edition" distribution
cmf.symfony.com
MIT License
118 stars 48 forks source link

Attempted to load class "JMSSerializerBundle" error after new installation. #48

Closed WitteStier closed 8 years ago

WitteStier commented 8 years ago

I get the following error after a new CMF installation.

ClassNotFoundException in AppKernel.php line 38:
Attempted to load class "JMSSerializerBundle" from namespace "JMS\SerializerBundle".
Did you forget a "use" statement for another namespace?
composer create-project symfony-cmf/standard-edition private '~1.2'

...
symfony-cmf/media-bundle suggests installing jms/serializer-bundle (When using the serializer handler)
...
dbu commented 8 years ago

this is fixed by https://github.com/symfony-cmf/standard-edition/pull/46

WitteStier commented 8 years ago

I can confirm that #46 is working.