The application works in dev and test and a custom environment, but it does not work in production mode. I have tried all solutions I could find online, but couldn't solve the problem. The project is not so small and it stopped worked recently.
-Bundles are loaded fine in AppKernel
-Routing debug display all routes fine in production
-In app.php: $kernel = new AppKernel('prod', true);
-I have cleared cache and warmed it up. If I load without cache, it generated the prod cache fine.
-If I try to access any route, even an non-existing one, I get a blank page, so it looks like the routes are not being checked.
-No logs are written for production environment, also apache does not log anything. (logs work in other environments by monolog.)
I am using Symfony 2.4.5
Someone can help me here?
error.log
say? – Bartekapp.php
file? – Bartek