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 777
on cache directory give permission read , write
Comments
Post a Comment