Unable to find template in prod-Collection of common programming errors
I just uploaded my application to my webspace, and cleared the cache via ssh. But in the prod environment my log file shows me an exception:
InvalidArgumentException: Unable to find template “Project:News:overview.html.twig”. (uncaught exception) at /path/to/my/project/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php line 123
Do you have any ideas what I can do?
-
In most cases the problem is, that windows is not case sensitive and linux is. So check your files and the case sensitivity of your files and folders.
Originally posted 2013-11-27 11:52:49.