我无法在 Symfony strong>应用程序上成功运行缓存清除。 我已将 [Symfony \ Component \ Filesystem \ Exception \ IOException]无法删除目录“/ vagrant / app / var / cache / de 〜/ pools“:。 p>
blockquote>
有谁知道我在做错了什么? p>
在我使用文件共享类型时,这工作正常:nfs。 p>
div> / var / cache目录的权限设置为777 code>。 但仍然会收到此错误: p>
I am unable to successfully running cache clear on my Symfony application. I have set the permissions to the /var/cache directory as 777
. But still get this error:
[Symfony\Component\Filesystem\Exception\IOException] Failed to remove directory "/vagrant/app/var/cache/de~/pools": .
Does anyone know what I am doing wrong here?
This was working before whilst I was using the file sharing type: nfs.