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)
...
I get the following error after a new CMF installation.