My dev environment works correctly. But when I switch to production I get this error:
Fatal error: Uncaught exception 'UnexpectedValueException'
with message
'The stream or file "C:/wamp/www/merlin/Symfony/app/logs/prod.log" could not be opened: failed to open stream: No such file or directory' in C:\wamp\www\merlin\app\cache\prod\classes.php on line 4958
What is wrong ?
I have my app folder in
C:/wamp/www/merlin/app/
why symfony search files in C:/wamp/www/merlin/Symfony/app
?