Skip to content

fresh install with docker image throws 500 internal server error #220

@thelittleblackbird

Description

@thelittleblackbird

here the lgos from the docker composer:
docker@clouddocker:/docker/davis/docker$ docker compose logs
WARN[0000] /docker/davis/docker/docker-compose.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion
nginx | 2025/09/21 13:50:02 [notice] 1#1: using the "epoll" event method
nginx | 2025/09/21 13:50:02 [notice] 1#1: nginx/1.25.5
nginx | 2025/09/21 13:50:02 [notice] 1#1: built by gcc 13.2.1 20231014 (Alpine 13.2.1_git20231014)
nginx | 2025/09/21 13:50:02 [notice] 1#1: OS: Linux 6.1.0-12-amd64
nginx | 2025/09/21 13:50:02 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576
nginx | 2025/09/21 13:50:02 [notice] 1#1: start worker processes
nginx | 2025/09/21 13:50:02 [notice] 1#1: start worker process 9
nginx | 2025/09/21 13:50:02 [notice] 1#1: start worker process 10
nginx | 2025/09/21 13:50:02 [notice] 1#1: start worker process 11
nginx | 2025/09/21 13:50:02 [notice] 1#1: start worker process 12
mysql | 2025-09-21 13:50:01+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.14+mariaubu2204 started.
mysql | 2025-09-21 13:50:02+00:00 [Warn] [Entrypoint]: /sys/fs/cgroup///memory.pressure not writable, functionality unavailable to MariaDB
mysql | 2025-09-21 13:50:02+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
mysql | 2025-09-21 13:50:02+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.14+maria
ubu2204 started.
mysql | 2025-09-21 13:50:02+00:00 [Note] [Entrypoint]: MariaDB upgrade not required
mysql | 2025-09-21 13:50:02 0 [Note] Starting MariaDB 10.11.14-MariaDB-ubu2204 source revision 053f9bcb5b147bf00edb99e1310bae9125b7f125 server_uid 2tSYeDRQ+mOTQEuOO/g54RJgz6s= as process 1
mysql | 2025-09-21 13:50:02 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
mysql | 2025-09-21 13:50:02 0 [Note] InnoDB: Number of transaction pools: 1
mysql | 2025-09-21 13:50:02 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
mysql | 2025-09-21 13:50:02 0 [Note] mariadbd: O_TMPFILE is not supported on /tmp (disabling future attempts)
mysql | 2025-09-21 13:50:02 0 [Warning] mariadbd: io_uring_queue_init() failed with EPERM: sysctl kernel.io_uring_disabled has the value 2, or 1 and the user of the process is not a member of sysctl kernel.io_uring_group. (see man 2 io_uring_setup).
mysql | create_uring failed: falling back to libaio
mysql | 2025-09-21 13:50:02 0 [Note] InnoDB: Using Linux native AIO
mysql | 2025-09-21 13:50:02 0 [Note] InnoDB: innodb_buffer_pool_size_max=128m, innodb_buffer_pool_size=128m
mysql | 2025-09-21 13:50:02 0 [Note] InnoDB: Completed initialization of buffer pool
mysql | 2025-09-21 13:50:02 0 [Note] InnoDB: File system buffers for log disabled (block size=512 bytes)
mysql | 2025-09-21 13:50:02 0 [Note] InnoDB: End of log at LSN=46980
mysql | 2025-09-21 13:50:02 0 [Note] InnoDB: 128 rollback segments are active.
mysql | 2025-09-21 13:50:02 0 [Note] InnoDB: Setting file './ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ...
mysql | 2025-09-21 13:50:02 0 [Note] InnoDB: File './ibtmp1' size is now 12.000MiB.
mysql | 2025-09-21 13:50:02 0 [Note] InnoDB: log sequence number 46980; transaction id 14
mysql | 2025-09-21 13:50:02 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mysql | 2025-09-21 13:50:02 0 [Note] Plugin 'FEEDBACK' is disabled.
mysql | 2025-09-21 13:50:02 0 [Warning] You need to use --log-bin to make --expire-logs-days or --binlog-expire-logs-seconds work.
mysql | 2025-09-21 13:50:02 0 [Note] InnoDB: Buffer pool(s) load completed at 250921 13:50:02
mysql | 2025-09-21 13:50:02 0 [Note] Server socket created on IP: '0.0.0.0', port: '3306'.
mysql | 2025-09-21 13:50:02 0 [Note] Server socket created on IP: '::', port: '3306'.
mysql | 2025-09-21 13:50:02 0 [Note] mariadbd: ready for connections.
mysql | Version: '10.11.14-MariaDB-ubu2204' socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
davis | [21-Sep-2025 13:50:02] NOTICE: [pool www] 'user' directive is ignored when FPM is not running as root
davis | [21-Sep-2025 13:50:02] NOTICE: [pool www] 'group' directive is ignored when FPM is not running as root
davis | [21-Sep-2025 13:50:02] NOTICE: fpm is running, pid 1
davis | [21-Sep-2025 13:50:02] NOTICE: ready to handle connections
davis | 172.30.0.4 - 21/Sep/2025:13:50:05 +0000 "GET /index.php" 500
davis | 172.30.0.4 - 21/Sep/2025:13:50:06 +0000 "GET /index.php" 500
davis | 172.30.0.4 - 21/Sep/2025:13:50:07 +0000 "GET /index.php" 500
davis | 172.30.0.4 - 21/Sep/2025:13:50:07 +0000 "GET /index.php" 500
davis | 172.30.0.4 - 21/Sep/2025:13:50:08 +0000 "GET /index.php" 500
davis | 172.30.0.4 - 21/Sep/2025:13:50:09 +0000 "GET /index.php" 500
davis | 172.30.0.4 - 21/Sep/2025:13:50:09 +0000 "GET /index.php" 500
davis | 172.30.0.4 - 21/Sep/2025:13:50:10 +0000 "GET /index.php" 500

any idea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions