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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -