Announcement

#1 2024-01-08 18:51:12

dnielso5
Member
2024-01-08
13

Fresh install gives error "Array ( [0] => No such file or directory )"

Hello,

I am trying to get this installed on a dietpi image.

I have a mariaDB setup with a DB name of photo, a user called photo, hostname is localhost and when i click the install button i get the error "Array ( [0] => No such file or directory )"

im using the docker file of


---
version: "2.1"
services:
  piwigo:
    image: lscr.io/linuxserver/piwigo:latest
    container_name: piwigo
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - ./config:/config
      - ./gallery:/gallery
    ports:
      - 85:80
    restart: unless-stopped

Last edited by dnielso5 (2024-01-08 18:53:52)

Offline

 

#2 2024-01-08 19:41:56

erAck
Only trying to help
2015-09-06
2037

Re: Fresh install gives error "Array ( [0] => No such file or directory )"

Try using the IP address instead of localhost, which inside a docker container does not resolve to the host serving the DB.


Running Piwigo at https://erack.net/gallery/

Offline

 

#3 2024-01-08 19:52:45

dnielso5
Member
2024-01-08
13

Re: Fresh install gives error "Array ( [0] => No such file or directory )"

I thought about that, i get a "connection refused" when using the severs IP address, same with 127.0.0.1

edit: when using http://computerIPaddress i just get a black screen.

Last edited by dnielso5 (2024-01-08 20:38:10)

Offline

 

#4 2024-01-08 22:41:40

dnielso5
Member
2024-01-08
13

Re: Fresh install gives error "Array ( [0] => No such file or directory )"

so i redid the setup and instead of using docker i did the manual download and install. i got the same issue with a black screen but then i changed the permissions to 777 and everything is now working.

Offline

 

#5 2024-01-09 00:54:34

erAck
Only trying to help
2015-09-06
2037

Re: Fresh install gives error "Array ( [0] => No such file or directory )"


Running Piwigo at https://erack.net/gallery/

Offline

 

#6 2024-01-10 18:51:11

dnielso5
Member
2024-01-08
13

Re: Fresh install gives error "Array ( [0] => No such file or directory )"

Yes, thank you, ill go back and try to edit my permissions to be more strict

Offline

 

Board footer

Powered by FluxBB

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