Closed
Description
Hello,
we use a shared network drive where all projects are hosted.
The File System mounts an external drive and so every file is chmod 777 and writable.
On Symfony 2.3 we get the following error before we can even configure the Instance:
IOException: Failed to chmod file /Symfony/app/cache/dev/appDevDebugProjectContainer.xml
in /Symfony/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php line 177
at Filesystem->chmod('/Symfony/app/cache/dev/appDevDebugProjectContainer.xml', '436') in /Symfony/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php line 469
at Filesystem->dumpFile('/Symfony/app/cache/dev/appDevDebugProjectContainer.xml', '<% CONFIG_XML_DATA_A_PAGE_LONG %>'
We didn't get that problem in Symfony 2.2.