ConsoleBundle icon indicating copy to clipboard operation
ConsoleBundle copied to clipboard

cache:clear issue

Open winzou opened this issue 14 years ago • 4 comments

Hi,

I've seen it the controller: what this issue is about?

Please can you use the phpdoc tag /** @todo My todo */ when defining todos within the code? :)

winzou avatar Jun 20 '11 03:06 winzou

Yes, nico forgot to add the issue.

With the single process configuration (new_process: false), the cache:clear command throw the following issue :

    Fatal error: Cannot redeclare class appdevUrlMatcher in C:\apache2\data\Symfony2\app\cache\dev_new\appdevUrlMatcher.php on line 114

RapotOR avatar Jun 20 '11 05:06 RapotOR

With eclipse todo are use often with //TODO syntax

nicodmf avatar Jun 28 '11 02:06 nicodmf

So about the issue i find than with --no-warmup option and change present in the second commit (file to php://out), this work with a littlest issue : no response.

nicodmf avatar Jun 28 '11 02:06 nicodmf

There is no response because the clear:cache occurs an error (file_put_contents(...)). However, the directory is cleared. So, the issue is fixed but there is an other as nico said.

RapotOR avatar Jul 04 '11 06:07 RapotOR