I have been developing PHP on my Mac for many years at work, but I have to change the OS for deployment from Linux and Mac to Windows Server. I configured Windows Server in the same way as the one I need to deploy in VMWare Fusion VM.
It looks like setting up Vagrant, I shared the folder from my local computer to the virtual machine, and I'm trying to get it to serve the Symfony2 application through the virtual machine, continuing development on the Mac (where all my tools are).
The configuration page works fine, but when I try to load the actual page, I get the following errors:
InvalidArgumentException: Unable to parse file
"\\VMWARE-HOST\SHARED FOLDERS\Symfony\vendor\symfony\symfony\src\Symfony\Bundle
\FrameworkBundle\DependencyInjection/../Resources/config\web.xml".
and
InvalidArgumentException:
[WARNING 1549] failed to load external entity "file://///VMWARE-HOST/SHARED%20FOLDERS/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://///VMWARE-HOST/SHARED%20FOLDERS/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 //vmware-host/Shared Folders/Symfony/web/ - line 5, column 0)
I was not able to figure out how to fix these errors ... Any suggestions on how to fix them or I DOOOMED!
: Laravel VM/folder, - Symfony2. Composer, Symfony2.