·
Added a discussion

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;

            }

         }

        of UNA rewrite rules

  • 1883
Comments
    • 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

      • 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 ?

        • 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

          Login or Join to comment.