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
My instance is up and running, but every uploaded image won't display. When I look at the storage folder structure, none of the created folders have the executable flag set for folders. I have to manually chmod +x the folders and refresh the page to see the uploaded images. I have tried everything I can think of and just cannot figure this one out.
root@pixfrom:~# ll /run/php/
total 4
drwxr-xr-x 2 www-data www-data 80 Jan 4 19:09 ./
drwxr-xr-x 33 root root 1040 Jan 4 14:20 ../
-rw-r--r-- 1 root root 6 Jan 4 19:09 php8.2-fpm.pid
srw-rw---- 1 www-data www-data 0 Jan 4 19:09 pixelfed.sock=
I did all of the user and group modifications. Can someone help me troubleshoot this? I got a feeling it is something easy and dumb and I just overlooked it.
Regards,
J
The text was updated successfully, but these errors were encountered:
I have the same problem. I have even set default permissions as described here, but still I always need to touch the file permissions of the directory by hand to set the group permissions correctly. Without, they are just 700 for the directory the file is put in.
My instance is up and running, but every uploaded image won't display. When I look at the storage folder structure, none of the created folders have the executable flag set for folders. I have to manually chmod +x the folders and refresh the page to see the uploaded images. I have tried everything I can think of and just cannot figure this one out.
Here is the error in the log:
Here is my php-fpm configuration:
Here is what the /run folder looks like:
I did all of the user and group modifications. Can someone help me troubleshoot this? I got a feeling it is something easy and dumb and I just overlooked it.
Regards,
J
The text was updated successfully, but these errors were encountered: