You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install projectsend via the linuxserver docker image on a subdomain and was able to reach the subdomain.domain.com/install/make-config.php page.
Upon trying to click the "Check" button, 4 red error crosses appear after the mentioned input fields in the title with no error message.
I tried entering the docker via docker exec -it projectsend /bin/bash to try to find the database name etc there but neither mysql nor mariadb could be found to search for the database.
Expected Behavior
I expect to be able to continue with the setup or at least see meaningful error messages.
[migrations] started
[migrations] 01-nginx-site-confs-default: executing...
[migrations] 01-nginx-site-confs-default: succeeded
[migrations] 02-default-location: executing...
[migrations] 02-default-location: succeeded
[migrations] done
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
Setting resolver to 127.0.0.11
Setting worker_processes to 4
generating self-signed keys in /config/keys, you can replace these with your own keys if required
..+.+++++++++++++++++++++++++++++++++++++++*...+++++++++++++++++++++++++++++++++++++++*......+............+...+.+...+...+........+.+...+..+......+...+..........+...............+..............++++++
...+..+.......+...........+...+.+++++++++++++++++++++++++++++++++*....+..++++++++++++++++++++++++++++++++++++++*.....+......+..........+...+..+.......+..+...+...+.......+......+......+...+.....+.+..+.......+...+........+..................+...+.........+..+..+.........+.........+...+.......+...........+.+........+.+..........................+......+....+......+........+.+......+........+..........+.........+.......+...+....+......+.........+..+...+.+..........+..+..+....+...+..+..........+...+..+.........+......+....+..+.......................+..+......+.+...+............+......+.................+..........+..+....+....+......+...+.+......+.........+..+......+...+..+...+...+......+...............+.........+.+......+.....+.......+...+.....+...+..........+...........+....+.........+......+...........+...+.+.....+.+........+...+...+.+.....+.+.....+.......+...........+......+....+...........+...+...+.......+...............+..................+..+...+...+.+...........+...+..........+..+.............+......+...+......+..+..........+..+...+....+...+...+....................+...+....+..+.........+.+.....+.+...............+...+.........+.....+.+...........+.........+...+..+.+.................+.......+........+...+...+......+...............+...+.......+...+.....+.+.........+.....+.+..+...+......+.+........+............+.......+...+.....+.......++++++
-----
New container detected. Setting up app folder and fixing permissions.
[custom-init] No custom files found, skipping...
[ls.io-init] done.
[migrations] started
[migrations] 01-nginx-site-confs-default: skipped
[migrations] 02-default-location: skipped
[migrations] done
usermod: no changes
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
using keys found in /config/keys
mv: cannot stat '/app/www/public/templates/default/lang': No such file or directory
mv: cannot stat '/app/www/public/templates/gallery/lang': No such file or directory
mv: cannot stat '/app/www/public/templates/pinboxes/lang': No such file or directory
[custom-init] No custom files found, skipping...
[ls.io-init] done.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
I tried to install projectsend via the linuxserver docker image on a subdomain and was able to reach the subdomain.domain.com/install/make-config.php page.
Upon trying to click the "Check" button, 4 red error crosses appear after the mentioned input fields in the title with no error message.
I tried entering the docker via
docker exec -it projectsend /bin/bash
to try to find the database name etc there but neithermysql
normariadb
could be found to search for the database.Expected Behavior
I expect to be able to continue with the setup or at least see meaningful error messages.
Steps To Reproduce
docker compose up -d
to start the imageEnvironment
CPU architecture
x86-64
Docker creation
version: "2.1" services: projectsend: image: lscr.io/linuxserver/projectsend:latest container_name: projectsend environment: - PUID=1000 - PGID=1000 - TZ=Etc/GMT+2 - MAX_UPLOAD=20000 volumes: - ./projectsend-config:/config - ./projectsend-data:/data ports: - 4010:80 restart: unless-stopped
Container logs
The text was updated successfully, but these errors were encountered: