CHH / heroku-buildpack-php

A more advanced PHP buildpack for Heroku, inspired by the Node.js buildpack
MIT License
265 stars 155 forks source link

Invalid paths following Symfony update #138

Closed Stael closed 10 years ago

Stael commented 10 years ago

Hi,

Since Symfony 2.3.14, I've got an issue with paths.

 $php app/console                                                                                             
     [InvalidArgumentException]                                                                                      
     The directory "/app/app/app/cache/dev/../../../cache/dev/annotations" does not exist and could not be created.  

I think it might be related to this Symfony issue : bug #10894 [HttpKernel] removed absolute paths from the generated container (fabpot)

Seems fabpot has reverted this modification but i still have the issue, so I wanted to warn you.

stof commented 10 years ago

the change has been revered in the dev version. If you use the latest stable, you are still before the revert.

Stael commented 10 years ago

You're right.

jakzal commented 10 years ago

Symfony versions 2.3.16, 2.4.6 and 2.5.0 were tagged, you should be able to update now.