TheNouillet / symfony-vscode

Symfony extension for Visual Studio Code
MIT License
20 stars 22 forks source link

Error parsing XmlFileLoader.php #41

Open 3pepe3 opened 5 years ago

3pepe3 commented 5 years ago

Hello,

I can't figure out why i'm getting this error:

In XmlFileLoader.php line 386: Unable to parse file "\192.168.56.102\PROJECTS\neopiv2\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle/R esources/config\web.xml": [WARNING 1549] failed to load external entity "file://///192.168.56.102/PROJECTS/neopiv2/ 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://// /192.168.56.102/PROJECTS/neopiv2/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) ...

My environment is as follows: Application running on server debia 9, nginx, php7.3 and vscode is running on windows machine (access server with samba). My setting.json has "symfony-vscode.phpExecutablePath": "C:\PHP7\php.exe",

Any ideas ?