It's been a while since my last post on this blog due to an overloaded working schedule. However, now I found a good reason to write a new one and to share my experience with the world. Recently I've built…
Gentoo AMD Ryzen stabilizator

It's been a while since my last post on this blog due to an overloaded working schedule. However, now I found a good reason to write a new one and to share my experience with the world. Recently I've built…
While testing a Symfony web application in production environment (--env=prod) I encountered an odd exception which more or less was triggered with each request: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalErrorException: Compile Error: require(): Failed opening required 'var/cache/prod/doctrine/orm/Proxies/__CG__some-file.php' (include_path='.:/usr/share/php7:/usr/share/php') at vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php line 223…
While testing a Symfony web application on the production environment (--env=prod) I encountered an odd situation which basically redirected me to the authentication route (/login) after each request. Here is how it goes: you pass the security authentication login which…