Announcement

#1 2022-04-24 02:04:43

Wavee
Member
2022-04-24
2

[resolved] Thumbnails are empty/blank on mobile application

Hello,

I installed Piwigo on Docker and I'm currently stuck with the thumbnails on the mobile application. The thumbnails are blank, there are just white squares. If I click on a white square, there is no pictures, just a black screen. On the web browser, thumbnails are showing great. I already did some researches but I'm not able to find the solution.


I used this Docker compose :

_______________________

version: "2.1"
services:
  db:
    image: linuxserver/mariadb:latest
    container_name: piwigodb
    restart: always
    environment:
      MYSQL_ROOT_PASSWORD: pass
      MYSQL_DATABASE: db
      MYSQL_USER: user
      MYSQL_PASSWORD: pass
    volumes:
      - /pathToDB:/var/lib/mysql

  piwigo:
    image: lscr.io/linuxserver/piwigo
    container_name: piwigo
    environment:
      - PUID=UID
      - PGID=GID
      - TZ=Europe/London
    volumes:
      - /pathToConfig:/config
      - /PathToGallery:/gallery
    ports:
      - ExtPort:80
    restart: always

volumes:
  piwigo:
  db:


_______________________


My environment :

Piwigo 12.2.0
Operating system: Linux
PHP: 7.4.26 (Show info) [2022-04-24 01:52:50]
MySQL: 5.5.5-10.5.15-MariaDB-log [2022-04-23 23:52:50]
Graphics Library: External ImageMagick 7.0.11-14


Any idea ?

Thanks for your help.


EDIT : I was using the wrong app (Piwigo instead of Piwigo NG), now it works !

Last edited by Wavee (2022-04-24 11:57:39)

Offline

 

#2 2022-04-25 22:13:54

pwgusr
Member
2022-04-19
7

Re: [resolved] Thumbnails are empty/blank on mobile application

Had the same experience as you, with the old version I got blank image icons, but with the new NG version it worked. Question though, are you able to upload images from you phone (I'm on Android) which doesn't (ref. to this thread) work on my side?

Offline

 

#3 2022-04-28 21:29:28

Wavee
Member
2022-04-24
2

Re: [resolved] Thumbnails are empty/blank on mobile application

Yes, I can upload without problem. Try to add Read Write on upload folder for everyone then try again to see if it's a permission problem

Offline

 

#4 2022-05-03 13:45:19

pwgusr
Member
2022-04-19
7

Re: [resolved] Thumbnails are empty/blank on mobile application

Thanks Wavee and with regards to the folder access they're correctly been set and as well works fine when uploading directly from browser. But, I did today notice that Piwigo NG briefly shows (just a few seconds and red text on black background which I didn't take notice of prior...) an error message Http status error (401) which indicates http access error which is most likely due to that I have Piwigo server running behind Apache reversed proxy setup. Started a new thread on the topic to avoid crashing this thread.

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact