Ver Mensaje Individual
  #10 (permalink)  
Antiguo 10/07/2014, 10:56
kraiten
 
Fecha de Ingreso: febrero-2008
Mensajes: 31
Antigüedad: 16 años, 3 meses
Puntos: 0
Respuesta: Duros inicios con Symfony 2

He creado el bundle AcmeHelloBundle tal y como indica la documentación oficial y, sorpresa, me da el mismo error.

2/2 FileLoaderLoadException: Cannot import resource "@AcmeHelloBundle/Resources/config/routing.yml" from "/var/www/Proyectos/Cupon/app/config/routing.yml". Make sure the "AcmeHelloBundle" bundle is correctly registered and loaded in the application kernel class.

1/2 InvalidArgumentException: Bundle "AcmeHelloBundle" does not exist or it is not enabled. Maybe you forgot to add it in the registerBundles() method of your AppKernel.php file?

Muestra el error para el último bundle creado pero realmente les pasa a todos lo mismo...
Estoy por borrar la instalación de symfony y bajarlo de nuevo, por si hubiera algo mal... voy a probar.