Comment to 'Errors when loading a photo of a cover.'
  • 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 {} \;