Docker - OctoberCMS 3

Hello.

I’ve installed the new docker image and upgraded from 3.0.59 to 3.0.60 after that I got following error when I want to log in to Backend Area:

file_put_contents(/var/www/html/storage/cms/blueprint-debug.php): Failed to open stream: Permission denied
~/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php line 187

What does this error mean?
Thanks in advance

Hi @MateThemes!

It looks like this could be a permission problem. Inside the container, you can try running these commands to see if it helps:

chown -R www-data:www-data /var/www/html/storage
chmod -R 755 /var/www/html/storage

Hi @MateThemes,

We pushed a fixed image. Please try to pull the latest image and create a new container. Let us know if the problem still exists.

Hello!

Thank your for fast support.

I pulled the lastest image and the problem seems to be solved.

If I discover a new problem, I will let you know.

Thanks again for your fast help.