Errors when loading a photo of a cover.

Errors when loading a photo of a cover.

I put the UNA on a new hosting (clean script). Now part of the photo is not loaded without reason. Some are loading. I can not explain, on the old hosting all the photos were uploaded, and now selectively.

Who faced the situation, where to fix?

  • 904
  • More
Replies (3)
    • What are the settings for post_max_size and upload_max_filesize in PHP? Both should be higher than the image file size you are trying to upload. Other options might be memory_limit, max_execution_time or max_input_time

      • I suspect that there are incorrect permissions for files and folders inside /storage/ folder. 

        You can try to fix it by executing the following commands under SSH from your UNA root folder:

        find ./storage -type f -exec chmod 666 {} \;
        find ./storage -type d -exec chmod 777 {} \;
        • The issue has not been resolved. Any more opinions?

          Login or Join to comment.