Missing images since restore

I moved my UNA installation to a new server but since the restore some images don't appear in some views.

For instance in the timeline view instead of seeing some images I see a "broken link" icon. If if I click the broken link icon the image appears.

Also for some users there is a grey background instead of their profile image. The same for some events with an event image.

Any idea how to fix?

I believe I still have all the image files in the storage folder so think maybe some sort of database mismatch.

  • 1662
  • More
Replies (8)
    • I highly  doubt the una version has anything to do with your issue, but just out of curiosity, what una version do you have?

      • I have v10.1.0

        • I have v10.1.0

          Oh ok

          • By the way are you using http or https?

            • You probably have incorrect permissions on the Storage files.
              Try to run these commands in a shell from your UNA installation directory:
              find ./storage/ -type d -exec chmod 777 {} \;
              find ./storage/ -type f -exec chmod 666 {} \;

              • Also, these commands may be needed to run, too:
                chmod 777 inc cache cache_public logs tmp storage
                rm -rf ./cache/* ./cache_public/* ./logs/* ./tmp/*

                • Thanks, re-permission'ing under the storage folder seems to have fixed the problem.

                  • Recently I upgraded to dedicate hosting. During the

                    migration re-installs of mods had to be installed fresh. A step of made

                    installs has basically duplicated this issue. Being a two year old post I am

                    asking if the coding holds true today. Running installs at moment of images

                    failure. I wait for fixes before upgrade here to recent version. Waiting for

                    reply before contacting server support for possible fixes to apply confidently.

                    777 concerns of security issues. Managing 100Ks of pages daily I do know the

                    attacks are hulk sized huge when they happen. I will share in pm the info you

                    need for my privacy also ty

                    image_transcoder.php?o=sys_images_editor&h=306&dpx=1&t=1651551701image_transcoder.php?o=sys_images_editor&h=307&dpx=1&t=1651551712

                    Login or Join to comment.