Latest installation of UNA 11.0 cannot update member picture
I just did a fresh installation of UNA 11.0.
Trying to create a personal profile for the default administrator
I found I cannot upload profile pictures.
Please advise Is there anything that I may have done wrong?
It's a fresh installation.
using Nginx with UNA specific rules
location / {
index index.html index.htm index.php;
rewrite "^/page/(.*)$" /page.php?i=$1 last;
rewrite "^/m/(.*)$" /modules/index.php?r=$1 last;
rewrite "^/s/([a-zA-Z0-9_]+)/([a-zA-Z0-9\.]+)" /storage.php?o=$1&f=$2 last;
if (!-e $request_filename ) {
rewrite ^/(.+)$ /r.php?_q=$1 last;
break;
}
}
#end of UNA rewrite rules
-
- · PatrickSun
- ·
response 404
sorry I cannot upload any screenshots
Request:
GET /image_transcoder.php?o=bx_persons_thumb&h=2&dpx=1&t=1586278571 HTTP/1.1
-
-
·
Alex T⚜️
- ·
Please check if you have correct permission for storage folder and all it's sub-folders and files. Also is uploading work in any other sections of the site ?
-
·
Alex T⚜️
-
- · eniac
- ·
Hello.
I have a similar problem. At first, I thought I couldn't load the pictures. The images are located in the storage folder but are not visible on the page.
Anyone knows what the problem might be.Regards