Closed Stael closed 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.
the change has been revered in the dev version. If you use the latest stable, you are still before the revert.
You're right.
Symfony versions 2.3.16, 2.4.6 and 2.5.0 were tagged, you should be able to update now.
Hi,
Since Symfony 2.3.14, I've got an issue with paths.
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.