Capifony cache error when deploying to development server Capifony cache error when deploying to development server symfony symfony

Capifony cache error when deploying to development server


You should not share app/cache between releases. Keep it like this:

set :shared_files,        ["app/config/parameters.yml"]set :shared_children,     [app_path + "/logs", web_path + "/uploads"]