symfony - Error clearing the cache -
whenever clear cache (app/console cache:clear) error:
[invalidargumentexception] file "c:\wamp\www\sylius\app\cache\de_/config/config_dev.yml" not exist.
my app symfony 2.3.
try giving proper environment along cache:clear command.
php app/console cache:clear --env=prod or php app/console cache:clear --env=dev
is project working under svn? if so, try performing svn cleanup before removing cache. way, can go app/cache folder , manually delete cache in relevant environment.
hope helps.
cheers!
Comments
Post a Comment