-
-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
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
- use latest version 3.8.0
- login
- start inspecting network traffic in your browser
- try to upload file
Steps To fix
- pin php version
- Wait for merge of FIX ArgumentCountError in UploadController::saveMedia sergix44/XBackBone#625
Pull request contains additional informations about the root cause
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.4CPU 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.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done