Symfony2 - confused cache clear trying to write to pro_ Symfony2 - confused cache clear trying to write to pro_ symfony symfony

Symfony2 - confused cache clear trying to write to pro_


app/console cache:clear --env=prod --no-warmupcomposer dump-autoload -oapp/console cache:warmup --env=prod


This was a bug in Symfony's handling of cache paths with back-slashes in them.

The short term workaround is to replace them with forward slashes.

Longer term there is a fix posted as https://github.com/symfony/symfony/pull/9184 which will be brought into the core code soon.