Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/12/2013, 09:20
raphael_herouart
 
Fecha de Ingreso: diciembre-2013
Mensajes: 1
Antigüedad: 10 años, 4 meses
Puntos: 0
Respuesta: Problemas con SonataAdminBundle->SonataCoreBundle

Sorry I'm a french native speaker, so i'll answer in english.

For some reason, sonata admin dependencies are bound to:

sonata-project/core-bundle (2.2.2)

Which does not upload the Resources/view directory.

Just do that:

Cita:
C:\WORKSPACE\projects\site_maman>php composer.phar require sonata-project/core-bundle
Warning: This development build of composer is over 30 days old. It is recommended to update it by running "composer.phar self-update" to get the latest version.
Please provide a version constraint for the sonata-project/core-bundle requirement: dev-master
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Removing sonata-project/core-bundle (2.2.2)
- Installing sonata-project/core-bundle (dev-master 6c5da36)
Cloning 6c5da368355a0012462cda3c3595dac4e34635c5

Writing lock file
Generating autoload files
Updating the "app/config/parameters.yml" file
Clearing the cache for the dev environment with debug true
Installing assets using the hard copy option
Installing assets for Symfony\Bundle\FrameworkBundle into web/bundles/framework
Installing assets for Sonata\jQueryBundle into web/bundles/sonatajquery
Installing assets for Sonata\AdminBundle into web/bundles/sonataadmin
Installing assets for User\SiteBundle into web/bundles/usersite
Installing assets for Sensio\Bundle\DistributionBundle into web/bundles/sensiodistribution
If it does not work go to the git website and download manualy

hope i helped you