symfony - Uncaught exception 'RuntimeException' with message 'Unable to write in the cache directory -


when try deploy website on server have error :

fatal error: uncaught exception 'runtimeexception' message 'unable write in cache directory (/home/e120223/public_html/reclyzone/app/cache/prod) ' in /home/e120223/public_html/reclyzone/vendor/symfony/symfony/src/symfony/component/httpkernel/kernel.php:597 stack trace: #0 /home/e120223/public_html/reclyzone/vendor/symfony/symfony/src/symfony/component/httpkernel/kernel.php(510): symfony\component\httpkernel\kernel->buildcontainer() #1 /home/e120223/public_html/reclyzone/vendor/symfony/symfony/src/symfony/component/httpkernel/kernel.php(133): symfony\component\httpkernel\kernel->initializecontainer() #2 /home/e120223/public_html/reclyzone/vendor/symfony/symfony/src/symfony/component/httpkernel/kernel.php(182): symfony\component\httpkernel\kernel->boot() #3 /home/e120223/public_html/reclyzone/web/app.php(16): symfony\component\httpkernel\kernel->handle(object(symfony\component\httpfoundation\request)) #4 {main} thrown in /home/e120223/public_html/reclyzone/vendor/symfony/symfony/src/symfony/component/httpkernel/kernel.php on line 597

i have clear cache nothing works, have idea ?

chmod -r 777on cache directory give permission read , write


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -