I am trying to start a new project with symfony 2, but I have some problems.
When I go to / web / app _dev.php, I have this error:
InvalidArgumentException: [WARNING 1549] failed to load external entity
"file: /////INFO/WWW/perso/2011-2012/gdesbiey/Musique/vendor/symfony/src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd"
(in n / a - line 0, column 0)
[WARNING 3084] Element '{http://www.w3.org/2001/XMLSchema}import':
Failed to locate a schema at location
'file: /////INFO/WWW/perso/2011-2012/gdesbiey/Musique/vendor/symfony/src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd'.
Skipping the import. (in in_memory_buffer - line 8, column 0)
[ERROR 1845] Element '{http://symfony.com/schema/dic/services}container':
No matching global declaration available for the validation root. (in //INFO/WWW/perso/2011-2012/gdesbiey/Musique/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml - line 5, column 0)
How to solve this problem?
source share