You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm doing a fresh install and using external mysql mysql Ver 14.14 Distrib 5.7.32-35, for Linux (x86_64) using 6.2 but gets below error:
file_put_contents(/var/www/html/storage/framework/sessions/LBHi7b2PtLRv7xc5Z12QKB3bNQJnk6g2x4I5t50l): failed to open stream: Permission denied
I realised pods are running with root user and docker user isn't able to access /var/www/html/storage/framework/sessions directory.
running chown docker storage/framework/ -R command this inside pods fixed the issue.
Am I missing anything here or Do I need to run this command with every fresh install?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I'm doing a fresh install and using external mysql
mysql Ver 14.14 Distrib 5.7.32-35, for Linux (x86_64) using 6.2
but gets below error:I realised pods are running with root user and docker user isn't able to access
/var/www/html/storage/framework/sessions
directory.running
chown docker storage/framework/ -R
command this inside pods fixed the issue.Am I missing anything here or Do I need to run this command with every fresh install?
Thanks!
The text was updated successfully, but these errors were encountered: