Bonjour,

je débute sur Symfony et je vais devoir développer une application avec ce Framework.

J'ai un problème d'installation. j'ai installé en premier lieu WampServer (serveur Apache 2.4.4 et PHP 5.4.16). L'installation de Wamp est sur mon C: et le répertoire www est sur un serveur (Partage sur le serveur)
pas de problème à priori avec Wamp

J'ai installé ensuite une distribution de Symfony (Symfony_Standard_Vendors_2.4.3.zip). Lorsque j'affiche le fichier de config (http://localhost/Symfony/web/config.php) pas de soucis.

Par contre lorsque je lance la page d'accueil (http://localhost/Symfony/web/app_dev.php/) j'ai le message d'erreur suivant :

InvalidArgumentException: Unable to parse file "\\CHORON\WWW\Symfony\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\DependencyInjection/../Resources/config\web.xml".

InvalidArgumentException: [WARNING 1549] failed to load external entity "file://///CHORON/WWW/Symfony/vendor/symfony/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://///CHORON/WWW/Symfony/vendor/symfony/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 //CHORON/WWW/Symfony/web/ - line 5, column 0)
Quelqu'un peut il m'aider

Merci