Skip to content

[BUG] Autoupdates to new php version for application #37

@The-MEO

Description

@The-MEO

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Upload of files result in Error=500 and no files are stored on the server.

Expected Behavior

Return code 200 and store files in the storage.

Steps To Reproduce

  1. use latest version 3.8.0
  2. login
  3. start inspecting network traffic in your browser
  4. try to upload file

Steps To fix

Environment

Distributor ID: Debian
Description:    Debian GNU/Linux 12 (bookworm)
Release:        12
Codename:       bookworm

Docker version 27.5.0, build a187fa5
Docker Compose version v2.32.4

CPU architecture

x86-64

Docker creation

xbackbone:
    container_name: xbackbone
    image: lscr.io/linuxserver/xbackbone:latest
    environment:
      - "PGID=998"
      - "PUID=1001"
      - "TZ=Europe/Berlin"
    volumes:
      - ./xbackbone/config:/config
    expose:
      - 80
      - 443
    restart: unless-stopped
    networks:
      - "infranet"

Container logs

nothing visible.
Interesting logs are stored inside the container.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions