nilsteampassnet / TeamPass

Collaborative Passwords Manager
https://www.teampass.net
1.66k stars 539 forks source link

Finalization in initial installation failed. #3943

Open HeywardLiu opened 10 months ago

HeywardLiu commented 10 months ago
### Steps to reproduce 1. clone the Teampass project from github 2. modify docker-compose.yml (details below) 3. Lanch it with `docker network create backend && docker-compse up -d` ### Expected behaviour Tell us what should happen Initailize Teampass successfully with docker-compose ### Actual behaviour Tell us what happens instead I clone the latest Teampass project from github. The following error occurs at final initialization step. I've only modify `docker-composed.yml` in order to run this project without SSL (i.e., without nginx) locally. Thanks! ``` File `/var/www/html/includes/` already exists and cannot be renamed. Please do it by yourself and click on button Launch. ``` ![image](https://github.com/nilsteampassnet/TeamPass/assets/54396044/735a3e86-4672-4038-85d0-5e0faba370c9) ### Server configuration **Operating system**: wsl2 ubuntu 22.04 **Web server:** **Database:** **PHP version:** **Teampass version:3.10** **Teampass configuration file:** - docker-compose.yml ``` version: "3" services: nginx: image: jwilder/nginx-proxy:alpine restart: unless-stopped networks: - frontend - backend ports: - "443:443" volumes: - ./ssl:/etc/nginx/certs - /var/run/docker.sock:/tmp/docker.sock:ro teampass-web: image: dormancygrace/teampass:latest restart: unless-stopped environment: VIRTUAL_HOST: 127.0.0.1 VIRTUAL_PORT: 80 CERT_NAME: YOUR_CERTIFICATE volumes: - ./teampass-html:/var/www/html # uncomment ports to use without proxy ports: - 80:80 networks: - teampass-internal - backend depends_on: - db db: restart: unless-stopped image: yobasystems/alpine-mariadb:latest environment: MYSQL_ROOT_PASSWORD: YOUR_SUPERSECRET_PASSWORD MYSQL_DATABASE: teampass MYSQL_PASSWORD: YOUR_SECRET_PASSWORD MYSQL_USER: teampass volumes: - ./teampass-db:/var/lib/mysql networks: - teampass-internal networks: frontend: backend: external: true teampass-internal: ``` **Updated from an older Teampass or fresh install:** PLEASE attach to this issue the file `/includes/config/tp.config.php`. ### Client configuration **Browser: Chrome** **Operating system: wsl2 ubuntu 22.04** ### Logs #### Web server error log I captured logs in 3 seperated containers. - [yobasystems/alpine-mariadb:latest](https://github.com/nilsteampassnet/TeamPass/issues/new#) ``` Insert your webserver log here 2023-11-15 00:48:07 2023-11-14 16:48:07 0 [Note] Starting MariaDB 10.11.5-MariaDB source revision 7875294b6b74b53dd3aaa723e6cc103d2bb47b2c as process 65 2023-11-15 00:48:07 2023-11-14 16:48:07 0 [Note] InnoDB: Compressed tables use zlib 1.2.13 2023-11-15 00:48:07 2023-11-14 16:48:07 0 [Note] InnoDB: Number of transaction pools: 1 2023-11-15 00:48:07 2023-11-14 16:48:07 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions 2023-11-15 00:48:07 2023-11-14 16:48:07 0 [Note] mysqld: O_TMPFILE is not supported on /var/tmp (disabling future attempts) 2023-11-15 00:48:08 2023-11-14 16:48:08 0 [Note] InnoDB: Using Linux native AIO 2023-11-15 00:48:08 2023-11-14 16:48:08 0 [Note] InnoDB: Initializing buffer pool, total size = 128.000MiB, chunk size = 2.000MiB 2023-11-15 00:48:08 2023-11-14 16:48:08 0 [Note] InnoDB: Completed initialization of buffer pool 2023-11-15 00:48:08 2023-11-14 16:48:08 0 [Note] InnoDB: File system buffers for log disabled (block size=4096 bytes) 2023-11-15 00:48:08 2023-11-14 16:48:08 0 [Note] InnoDB: End of log at LSN=46572 2023-11-15 00:48:08 2023-11-14 16:48:08 0 [Note] InnoDB: 128 rollback segments are active. 2023-11-15 00:48:08 2023-11-14 16:48:08 0 [Note] InnoDB: Setting file './ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ... 2023-11-15 00:48:08 2023-11-14 16:48:08 0 [Note] InnoDB: File './ibtmp1' size is now 12.000MiB. 2023-11-15 00:48:08 2023-11-14 16:48:08 0 [Note] InnoDB: log sequence number 46572; transaction id 14 2023-11-15 00:48:08 2023-11-14 16:48:08 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2023-11-15 00:48:08 2023-11-14 16:48:08 0 [Note] Plugin 'FEEDBACK' is disabled. 2023-11-15 00:48:08 2023-11-14 16:48:08 1 [Warning] 'user' entry '@ff420b16d703' ignored in --skip-name-resolve mode. 2023-11-15 00:48:08 2023-11-14 16:48:08 1 [Warning] 'proxies_priv' entry '@% root@ff420b16d703' ignored in --skip-name-resolve mode. 2023-11-15 00:48:08 2023-11-14 16:48:08 0 [Note] InnoDB: Buffer pool(s) load completed at 231114 16:48:08 2023-11-15 00:48:08 2023-11-14 16:48:08 1 [Warning] 'user' entry '@ff420b16d703' ignored in --skip-name-resolve mode. 2023-11-15 00:48:08 2023-11-14 16:48:08 1 [Warning] 'proxies_priv' entry '@% root@ff420b16d703' ignored in --skip-name-resolve mode. 2023-11-15 00:48:09 2023-11-14 16:48:09 0 [Note] Starting MariaDB 10.11.5-MariaDB source revision 7875294b6b74b53dd3aaa723e6cc103d2bb47b2c as process 1 2023-11-15 00:48:09 2023-11-14 16:48:09 0 [Note] InnoDB: Compressed tables use zlib 1.2.13 2023-11-15 00:48:09 2023-11-14 16:48:09 0 [Note] InnoDB: Number of transaction pools: 1 2023-11-15 00:48:09 2023-11-14 16:48:09 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions 2023-11-15 00:48:09 2023-11-14 16:48:09 0 [Note] mysqld: O_TMPFILE is not supported on /var/tmp (disabling future attempts) 2023-11-15 00:48:10 2023-11-14 16:48:10 0 [Note] InnoDB: Using Linux native AIO 2023-11-15 00:48:10 2023-11-14 16:48:10 0 [Note] InnoDB: Initializing buffer pool, total size = 128.000MiB, chunk size = 2.000MiB 2023-11-15 00:48:10 2023-11-14 16:48:10 0 [Note] InnoDB: Completed initialization of buffer pool 2023-11-15 00:48:10 2023-11-14 16:48:10 0 [Note] InnoDB: File system buffers for log disabled (block size=4096 bytes) 2023-11-15 00:48:10 2023-11-14 16:48:10 0 [Note] InnoDB: End of log at LSN=46572 2023-11-15 00:48:10 2023-11-14 16:48:10 0 [Note] InnoDB: 128 rollback segments are active. 2023-11-15 00:48:10 2023-11-14 16:48:10 0 [Note] InnoDB: Setting file './ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ... 2023-11-15 00:48:10 2023-11-14 16:48:10 0 [Note] InnoDB: File './ibtmp1' size is now 12.000MiB. 2023-11-15 00:48:10 2023-11-14 16:48:10 0 [Note] InnoDB: log sequence number 46572; transaction id 14 2023-11-15 00:48:10 2023-11-14 16:48:10 0 [Note] Plugin 'FEEDBACK' is disabled. 2023-11-15 00:48:10 2023-11-14 16:48:10 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2023-11-15 00:48:10 2023-11-14 16:48:10 0 [Note] Server socket created on IP: '0.0.0.0'. 2023-11-15 00:48:10 2023-11-14 16:48:10 0 [Note] Server socket created on IP: '::'. 2023-11-15 00:48:10 2023-11-14 16:48:10 0 [Note] InnoDB: Buffer pool(s) load completed at 231114 16:48:10 2023-11-15 00:48:10 2023-11-14 16:48:10 0 [Warning] 'user' entry '@ff420b16d703' ignored in --skip-name-resolve mode. 2023-11-15 00:48:10 2023-11-14 16:48:10 0 [Warning] 'proxies_priv' entry '@% root@ff420b16d703' ignored in --skip-name-resolve mode. 2023-11-15 00:48:10 2023-11-14 16:48:10 0 [Note] /usr/bin/mysqld: ready for connections. 2023-11-15 00:48:10 Version: '10.11.5-MariaDB' socket: '/run/mysqld/mysqld.sock' port: 3306 Alpine Linux 2023-11-15 00:48:03 [i] mysqld not found, creating.... 2023-11-15 00:48:03 [i] MySQL data directory not found, creating initial DBs 2023-11-15 00:48:07 [i] Creating database: teampass 2023-11-15 00:48:07 [i] with character set: 'utf8' and collation: 'utf8_general_ci' 2023-11-15 00:48:07 [i] Creating user: teampass with password YOUR_SECRET_PASSWORD 2023-11-15 00:48:09 2023-11-15 00:48:09 MySQL init process done. Ready for start up. 2023-11-15 00:48:09 2023-11-15 00:48:09 exec /usr/bin/mysqld --user=mysql --console --skip-name-resolve --skip-networking=0 ``` - [jwilder/nginx-proxy:alpine](https://github.com/nilsteampassnet/TeamPass/issues/new#) ``` 2023-11-15 00:48:03 Warning: TRUST_DOWNSTREAM_PROXY is not set; defaulting to "true". For security, you should explicitly set TRUST_DOWNSTREAM_PROXY to "false" if there is not a trusted reverse proxy in front of this proxy. 2023-11-15 00:48:03 Warning: The default value of TRUST_DOWNSTREAM_PROXY might change to "false" in a future version of nginx-proxy. If you require TRUST_DOWNSTREAM_PROXY to be enabled, explicitly set it to "true". 2023-11-15 00:48:03 Info: running nginx-proxy version 1.3.1-40-g67ab97e 2023-11-15 00:48:03 Setting up DH Parameters.. 2023-11-15 00:48:03 forego | starting dockergen.1 on port 5000 2023-11-15 00:48:03 forego | starting nginx.1 on port 5100 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: using the "epoll" event method 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: nginx/1.25.2 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: built by gcc 12.2.1 20220924 (Alpine 12.2.1_git20220924-r10) 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: OS: Linux 5.15.90.1-microsoft-standard-WSL2 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: getrlimit(RLIMIT_NOFILE): 1048576:1048576 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: start worker processes 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: start worker process 23 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: start worker process 24 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: start worker process 25 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: start worker process 26 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: start worker process 27 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: start worker process 28 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: start worker process 29 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: start worker process 30 2023-11-15 00:48:03 dockergen.1 | 2023/11/14 16:48:03 Generated '/etc/nginx/conf.d/default.conf' from 2 containers 2023-11-15 00:48:03 dockergen.1 | 2023/11/14 16:48:03 Running 'nginx -s reload' 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: signal 1 (SIGHUP) received from 31, reconfiguring 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: reconfiguring 2023-11-15 00:48:03 dockergen.1 | 2023/11/14 16:48:03 Watching docker events 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: using the "epoll" event method 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: start worker processes 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: start worker process 34 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: start worker process 35 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: start worker process 36 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: start worker process 37 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: start worker process 38 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: start worker process 39 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: start worker process 40 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 17#17: start worker process 41 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 23#23: gracefully shutting down 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 24#24: gracefully shutting down 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 26#26: gracefully shutting down 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 25#25: gracefully shutting down 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 23#23: exiting 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 26#26: exiting 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 24#24: exiting 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 26#26: exit 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 23#23: exit 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 25#25: exiting 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 25#25: exit 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 30#30: gracefully shutting down 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 29#29: gracefully shutting down 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 30#30: exiting 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 29#29: exiting 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 30#30: exit 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 24#24: exit 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 28#28: gracefully shutting down 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 29#29: exit 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 27#27: gracefully shutting down 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 28#28: exiting 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 27#27: exiting 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 28#28: exit 2023-11-15 00:48:03 nginx.1 | 2023/11/14 16:48:03 [notice] 27#27: exit 2023-11-15 00:48:04 dockergen.1 | 2023/11/14 16:48:04 Contents of /etc/nginx/conf.d/default.conf did not change. Skipping notification 'nginx -s reload' 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: signal 17 (SIGCHLD) received from 29 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: worker process 29 exited with code 0 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: signal 29 (SIGIO) received 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: signal 17 (SIGCHLD) received from 24 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: worker process 24 exited with code 0 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: signal 29 (SIGIO) received 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: signal 17 (SIGCHLD) received from 23 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: worker process 23 exited with code 0 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: signal 29 (SIGIO) received 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: signal 17 (SIGCHLD) received from 30 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: worker process 30 exited with code 0 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: signal 29 (SIGIO) received 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: signal 17 (SIGCHLD) received from 27 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: worker process 27 exited with code 0 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: signal 29 (SIGIO) received 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: signal 17 (SIGCHLD) received from 25 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: worker process 25 exited with code 0 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: signal 29 (SIGIO) received 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: signal 17 (SIGCHLD) received from 26 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: worker process 26 exited with code 0 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: worker process 28 exited with code 0 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: signal 29 (SIGIO) received 2023-11-15 00:48:04 nginx.1 | 2023/11/14 16:48:04 [notice] 17#17: signal 17 (SIGCHLD) received from 28 2023-11-15 00:48:06 dockergen.1 | 2023/11/14 16:48:06 Received event start for container b830f3880bff 2023-11-15 00:48:07 dockergen.1 | 2023/11/14 16:48:07 Generated '/etc/nginx/conf.d/default.conf' from 3 containers 2023-11-15 00:48:07 dockergen.1 | 2023/11/14 16:48:07 Running 'nginx -s reload' 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: signal 1 (SIGHUP) received from 46, reconfiguring 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: reconfiguring 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: using the "epoll" event method 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: start worker processes 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: start worker process 47 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: start worker process 48 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: start worker process 49 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: start worker process 50 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: start worker process 51 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: start worker process 52 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: start worker process 53 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: start worker process 54 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 34#34: gracefully shutting down 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 35#35: gracefully shutting down 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 40#40: gracefully shutting down 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 36#36: gracefully shutting down 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 34#34: exiting 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 40#40: exiting 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 35#35: exiting 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 41#41: gracefully shutting down 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 36#36: exiting 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 41#41: exiting 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 40#40: exit 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 34#34: exit 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 35#35: exit 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 39#39: gracefully shutting down 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 36#36: exit 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 41#41: exit 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 37#37: gracefully shutting down 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 39#39: exiting 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 37#37: exiting 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 38#38: gracefully shutting down 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 39#39: exit 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 38#38: exiting 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 37#37: exit 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 38#38: exit 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: signal 17 (SIGCHLD) received from 34 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: worker process 34 exited with code 0 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: signal 29 (SIGIO) received 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: signal 17 (SIGCHLD) received from 36 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: worker process 36 exited with code 0 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: signal 29 (SIGIO) received 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: signal 17 (SIGCHLD) received from 37 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: worker process 37 exited with code 0 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: signal 29 (SIGIO) received 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: signal 17 (SIGCHLD) received from 38 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: worker process 38 exited with code 0 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: signal 29 (SIGIO) received 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: signal 17 (SIGCHLD) received from 41 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: worker process 41 exited with code 0 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: signal 29 (SIGIO) received 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: signal 17 (SIGCHLD) received from 35 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: worker process 35 exited with code 0 2023-11-15 00:48:07 nginx.1 | 2023/11/14 16:48:07 [notice] 17#17: signal 29 (SIGIO) received 2023-11-15 00:48:08 nginx.1 | 2023/11/14 16:48:08 [notice] 17#17: signal 17 (SIGCHLD) received from 39 2023-11-15 00:48:08 nginx.1 | 2023/11/14 16:48:08 [notice] 17#17: worker process 39 exited with code 0 2023-11-15 00:48:08 nginx.1 | 2023/11/14 16:48:08 [notice] 17#17: signal 29 (SIGIO) received 2023-11-15 00:48:08 nginx.1 | 2023/11/14 16:48:08 [notice] 17#17: signal 17 (SIGCHLD) received from 40 2023-11-15 00:48:08 nginx.1 | 2023/11/14 16:48:08 [notice] 17#17: worker process 40 exited with code 0 2023-11-15 00:48:08 nginx.1 | 2023/11/14 16:48:08 [notice] 17#17: signal 29 (SIGIO) received ``` - [dormancygrace/teampass:latest](https://github.com/nilsteampassnet/TeamPass/issues/new#) ``` 023-11-15 00:55:00 PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 4382 2023-11-15 00:55:00 PHP Stack trace: 2023-11-15 00:55:00 PHP 1. {main}() /var/www/html/sources/scheduler.php:0 2023-11-15 00:55:00 PHP 2. require_once() /var/www/html/sources/scheduler.php:36 2023-11-15 00:55:00 PHP 3. ComposerAutoloaderInitf8d0a111ac97059c58e49ca16fe551d0::getLoader() /var/www/html/vendor/autoload.php:25 2023-11-15 00:55:00 PHP 4. {closure:/var/www/html/vendor/composer/autoload_real.php:42-48}($fileIdentifier = 'b46ad4fe52f4d1899a2951c7e6ea56b0', $file = '/var/www/html/vendor/composer/../voku/portable-utf8/bootstrap.php') /var/www/html/vendor/composer/autoload_real.php:50 2023-11-15 00:55:00 PHP 5. require() /var/www/html/vendor/composer/autoload_real.php:46 2023-11-15 00:55:00 PHP 6. Composer\Autoload\ClassLoader->loadClass($class = 'voku\\helper\\UTF8') /var/www/html/vendor/voku/portable-utf8/bootstrap.php:7 2023-11-15 00:55:00 PHP 7. Composer\Autoload\{closure:/var/www/html/vendor/composer/ClassLoader.php:575-577}($file = '/var/www/html/vendor/composer/../voku/portable-utf8/src/voku/helper/UTF8.php') /var/www/html/vendor/composer/ClassLoader.php:427 2023-11-15 00:55:00 2023-11-15 00:55:00 Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 4382 2023-11-15 00:55:00 2023-11-15 00:55:00 Call Stack: 2023-11-15 00:55:00 0.0002 413408 1. {main}() /var/www/html/sources/scheduler.php:0 2023-11-15 00:55:00 0.0009 451912 2. require_once('/var/www/html/vendor/autoload.php') /var/www/html/sources/scheduler.php:36 2023-11-15 00:55:00 0.0010 460184 3. ComposerAutoloaderInitf8d0a111ac97059c58e49ca16fe551d0::getLoader() /var/www/html/vendor/autoload.php:25 2023-11-15 00:55:00 0.0132 1746048 4. {closure:/var/www/html/vendor/composer/autoload_real.php:42-48}($fileIdentifier = 'b46ad4fe52f4d1899a2951c7e6ea56b0', $file = '/var/www/html/vendor/composer/../voku/portable-utf8/bootstrap.php') /var/www/html/vendor/composer/autoload_real.php:50 2023-11-15 00:55:00 0.0133 1747208 5. require('/var/www/html/vendor/voku/portable-utf8/bootstrap.php') /var/www/html/vendor/composer/autoload_real.php:46 2023-11-15 00:55:00 0.0135 1754600 6. Composer\Autoload\ClassLoader->loadClass($class = 'voku\\helper\\UTF8') /var/www/html/vendor/voku/portable-utf8/bootstrap.php:7 2023-11-15 00:55:00 0.0135 1754600 7. Composer\Autoload\{closure:/var/www/html/vendor/composer/ClassLoader.php:575-577}($file = '/var/www/html/vendor/composer/../voku/portable-utf8/src/voku/helper/UTF8.php') /var/www/html/vendor/composer/ClassLoader.php:427 2023-11-15 00:55:00 2023-11-15 00:55:00 PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 5404 2023-11-15 00:55:00 PHP Stack trace: 2023-11-15 00:55:00 PHP 1. {main}() /var/www/html/sources/scheduler.php:0 2023-11-15 00:55:00 PHP 2. require_once() /var/www/html/sources/scheduler.php:36 2023-11-15 00:55:00 PHP 3. ComposerAutoloaderInitf8d0a111ac97059c58e49ca16fe551d0::getLoader() /var/www/html/vendor/autoload.php:25 2023-11-15 00:55:00 PHP 4. {closure:/var/www/html/vendor/composer/autoload_real.php:42-48}($fileIdentifier = 'b46ad4fe52f4d1899a2951c7e6ea56b0', $file = '/var/www/html/vendor/composer/../voku/portable-utf8/bootstrap.php') /var/www/html/vendor/composer/autoload_real.php:50 2023-11-15 00:55:00 PHP 5. require() /var/www/html/vendor/composer/autoload_real.php:46 2023-11-15 00:55:00 PHP 6. Composer\Autoload\ClassLoader->loadClass($class = 'voku\\helper\\UTF8') /var/www/html/vendor/voku/portable-utf8/bootstrap.php:7 2023-11-15 00:55:00 PHP 7. Composer\Autoload\{closure:/var/www/html/vendor/composer/ClassLoader.php:575-577}($file = '/var/www/html/vendor/composer/../voku/portable-utf8/src/voku/helper/UTF8.php') /var/www/html/vendor/composer/ClassLoader.php:427 2023-11-15 00:55:00 2023-11-15 00:55:00 Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 5404 2023-11-15 00:55:00 2023-11-15 00:55:00 Call Stack: 2023-11-15 00:55:00 0.0002 413408 1. {main}() /var/www/html/sources/scheduler.php:0 2023-11-15 00:55:00 0.0009 451912 2. require_once('/var/www/html/vendor/autoload.php') /var/www/html/sources/scheduler.php:36 2023-11-15 00:55:00 0.0010 460184 3. ComposerAutoloaderInitf8d0a111ac97059c58e49ca16fe551d0::getLoader() /var/www/html/vendor/autoload.php:25 2023-11-15 00:55:00 0.0132 1746048 4. {closure:/var/www/html/vendor/composer/autoload_real.php:42-48}($fileIdentifier = 'b46ad4fe52f4d1899a2951c7e6ea56b0', $file = '/var/www/html/vendor/composer/../voku/portable-utf8/bootstrap.php') /var/www/html/vendor/composer/autoload_real.php:50 2023-11-15 00:55:00 0.0133 1747208 5. require('/var/www/html/vendor/voku/portable-utf8/bootstrap.php') /var/www/html/vendor/composer/autoload_real.php:46 2023-11-15 00:55:00 0.0135 1754600 6. Composer\Autoload\ClassLoader->loadClass($class = 'voku\\helper\\UTF8') /var/www/html/vendor/voku/portable-utf8/bootstrap.php:7 2023-11-15 00:55:00 0.0135 1754600 7. Composer\Autoload\{closure:/var/www/html/vendor/composer/ClassLoader.php:575-577}($file = '/var/www/html/vendor/composer/../voku/portable-utf8/src/voku/helper/UTF8.php') /var/www/html/vendor/composer/ClassLoader.php:427 2023-11-15 00:55:00 2023-11-15 00:55:00 PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 5414 2023-11-15 00:55:00 PHP Stack trace: 2023-11-15 00:55:00 PHP 1. {main}() /var/www/html/sources/scheduler.php:0 2023-11-15 00:55:00 PHP 2. require_once() /var/www/html/sources/scheduler.php:36 2023-11-15 00:55:00 PHP 3. ComposerAutoloaderInitf8d0a111ac97059c58e49ca16fe551d0::getLoader() /var/www/html/vendor/autoload.php:25 2023-11-15 00:55:00 PHP 4. {closure:/var/www/html/vendor/composer/autoload_real.php:42-48}($fileIdentifier = 'b46ad4fe52f4d1899a2951c7e6ea56b0', $file = '/var/www/html/vendor/composer/../voku/portable-utf8/bootstrap.php') /var/www/html/vendor/composer/autoload_real.php:50 2023-11-15 00:55:00 PHP 5. require() /var/www/html/vendor/composer/autoload_real.php:46 2023-11-15 00:55:00 PHP 6. Composer\Autoload\ClassLoader->loadClass($class = 'voku\\helper\\UTF8') /var/www/html/vendor/voku/portable-utf8/bootstrap.php:7 2023-11-15 00:55:00 PHP 7. Composer\Autoload\{closure:/var/www/html/vendor/composer/ClassLoader.php:575-577}($file = '/var/www/html/vendor/composer/../voku/portable-utf8/src/voku/helper/UTF8.php') /var/www/html/vendor/composer/ClassLoader.php:427 2023-11-15 00:55:00 2023-11-15 00:55:00 Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 5414 2023-11-15 00:55:00 2023-11-15 00:55:00 Call Stack: 2023-11-15 00:55:00 0.0002 413408 1. {main}() /var/www/html/sources/scheduler.php:0 2023-11-15 00:55:00 0.0009 451912 2. require_once('/var/www/html/vendor/autoload.php') /var/www/html/sources/scheduler.php:36 2023-11-15 00:55:00 0.0010 460184 3. ComposerAutoloaderInitf8d0a111ac97059c58e49ca16fe551d0::getLoader() /var/www/html/vendor/autoload.php:25 2023-11-15 00:55:00 0.0132 1746048 4. {closure:/var/www/html/vendor/composer/autoload_real.php:42-48}($fileIdentifier = 'b46ad4fe52f4d1899a2951c7e6ea56b0', $file = '/var/www/html/vendor/composer/../voku/portable-utf8/bootstrap.php') /var/www/html/vendor/composer/autoload_real.php:50 2023-11-15 00:55:00 0.0133 1747208 5. require('/var/www/html/vendor/voku/portable-utf8/bootstrap.php') /var/www/html/vendor/composer/autoload_real.php:46 2023-11-15 00:55:00 0.0135 1754600 6. Composer\Autoload\ClassLoader->loadClass($class = 'voku\\helper\\UTF8') /var/www/html/vendor/voku/portable-utf8/bootstrap.php:7 2023-11-15 00:55:00 0.0135 1754600 7. Composer\Autoload\{closure:/var/www/html/vendor/composer/ClassLoader.php:575-577}($file = '/var/www/html/vendor/composer/../voku/portable-utf8/src/voku/helper/UTF8.php') /var/www/html/vendor/composer/ClassLoader.php:427 2023-11-15 00:55:00 2023-11-15 00:55:00 PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12615 2023-11-15 00:55:00 PHP Stack trace: 2023-11-15 00:55:00 PHP 1. {main}() /var/www/html/sources/scheduler.php:0 2023-11-15 00:55:00 PHP 2. require_once() /var/www/html/sources/scheduler.php:36 2023-11-15 00:55:00 PHP 3. ComposerAutoloaderInitf8d0a111ac97059c58e49ca16fe551d0::getLoader() /var/www/html/vendor/autoload.php:25 2023-11-15 00:55:00 PHP 4. {closure:/var/www/html/vendor/composer/autoload_real.php:42-48}($fileIdentifier = 'b46ad4fe52f4d1899a2951c7e6ea56b0', $file = '/var/www/html/vendor/composer/../voku/portable-utf8/bootstrap.php') /var/www/html/vendor/composer/autoload_real.php:50 2023-11-15 00:55:00 PHP 5. require() /var/www/html/vendor/composer/autoload_real.php:46 2023-11-15 00:55:00 PHP 6. Composer\Autoload\ClassLoader->loadClass($class = 'voku\\helper\\UTF8') /var/www/html/vendor/voku/portable-utf8/bootstrap.php:7 2023-11-15 00:55:00 PHP 7. Composer\Autoload\{closure:/var/www/html/vendor/composer/ClassLoader.php:575-577}($file = '/var/www/html/vendor/composer/../voku/portable-utf8/src/voku/helper/UTF8.php') /var/www/html/vendor/composer/ClassLoader.php:427 2023-11-15 00:55:00 2023-11-15 00:55:00 Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12615 2023-11-15 00:55:00 2023-11-15 00:55:00 Call Stack: 2023-11-15 00:55:00 0.0002 413408 1. {main}() /var/www/html/sources/scheduler.php:0 2023-11-15 00:55:00 0.0009 451912 2. require_once('/var/www/html/vendor/autoload.php') /var/www/html/sources/scheduler.php:36 2023-11-15 00:55:00 0.0010 460184 3. ComposerAutoloaderInitf8d0a111ac97059c58e49ca16fe551d0::getLoader() /var/www/html/vendor/autoload.php:25 2023-11-15 00:55:00 0.0132 1746048 4. {closure:/var/www/html/vendor/composer/autoload_real.php:42-48}($fileIdentifier = 'b46ad4fe52f4d1899a2951c7e6ea56b0', $file = '/var/www/html/vendor/composer/../voku/portable-utf8/bootstrap.php') /var/www/html/vendor/composer/autoload_real.php:50 2023-11-15 00:55:00 0.0133 1747208 5. require('/var/www/html/vendor/voku/portable-utf8/bootstrap.php') /var/www/html/vendor/composer/autoload_real.php:46 2023-11-15 00:55:00 0.0135 1754600 6. Composer\Autoload\ClassLoader->loadClass($class = 'voku\\helper\\UTF8') /var/www/html/vendor/voku/portable-utf8/bootstrap.php:7 2023-11-15 00:55:00 0.0135 1754600 7. Composer\Autoload\{closure:/var/www/html/vendor/composer/ClassLoader.php:575-577}($file = '/var/www/html/vendor/composer/../voku/portable-utf8/src/voku/helper/UTF8.php') /var/www/html/vendor/composer/ClassLoader.php:427 2023-11-15 00:55:00 2023-11-15 00:55:00 PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12615 2023-11-15 00:55:00 PHP Stack trace: 2023-11-15 00:55:00 PHP 1. {main}() /var/www/html/sources/scheduler.php:0 2023-11-15 00:55:00 PHP 2. require_once() /var/www/html/sources/scheduler.php:36 2023-11-15 00:55:00 PHP 3. ComposerAutoloaderInitf8d0a111ac97059c58e49ca16fe551d0::getLoader() /var/www/html/vendor/autoload.php:25 2023-11-15 00:55:00 PHP 4. {closure:/var/www/html/vendor/composer/autoload_real.php:42-48}($fileIdentifier = 'b46ad4fe52f4d1899a2951c7e6ea56b0', $file = '/var/www/html/vendor/composer/../voku/portable-utf8/bootstrap.php') /var/www/html/vendor/composer/autoload_real.php:50 2023-11-15 00:55:00 PHP 5. require() /var/www/html/vendor/composer/autoload_real.php:46 2023-11-15 00:55:00 PHP 6. Composer\Autoload\ClassLoader->loadClass($class = 'voku\\helper\\UTF8') /var/www/html/vendor/voku/portable-utf8/bootstrap.php:7 2023-11-15 00:55:00 PHP 7. Composer\Autoload\{closure:/var/www/html/vendor/composer/ClassLoader.php:575-577}($file = '/var/www/html/vendor/composer/../voku/portable-utf8/src/voku/helper/UTF8.php') /var/www/html/vendor/composer/ClassLoader.php:427 2023-11-15 00:55:00 2023-11-15 00:55:00 Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12615 2023-11-15 00:55:00 2023-11-15 00:55:00 Call Stack: 2023-11-15 00:55:00 0.0002 413408 1. {main}() /var/www/html/sources/scheduler.php:0 2023-11-15 00:55:00 0.0009 451912 2. require_once('/var/www/html/vendor/autoload.php') /var/www/html/sources/scheduler.php:36 2023-11-15 00:55:00 0.0010 460184 3. ComposerAutoloaderInitf8d0a111ac97059c58e49ca16fe551d0::getLoader() /var/www/html/vendor/autoload.php:25 2023-11-15 00:55:00 0.0132 1746048 4. {closure:/var/www/html/vendor/composer/autoload_real.php:42-48}($fileIdentifier = 'b46ad4fe52f4d1899a2951c7e6ea56b0', $file = '/var/www/html/vendor/composer/../voku/portable-utf8/bootstrap.php') /var/www/html/vendor/composer/autoload_real.php:50 2023-11-15 00:55:00 0.0133 1747208 5. require('/var/www/html/vendor/voku/portable-utf8/bootstrap.php') /var/www/html/vendor/composer/autoload_real.php:46 2023-11-15 00:55:00 0.0135 1754600 6. Composer\Autoload\ClassLoader->loadClass($class = 'voku\\helper\\UTF8') /var/www/html/vendor/voku/portable-utf8/bootstrap.php:7 2023-11-15 00:55:00 0.0135 1754600 7. Composer\Autoload\{closure:/var/www/html/vendor/composer/ClassLoader.php:575-577}($file = '/var/www/html/vendor/composer/../voku/portable-utf8/src/voku/helper/UTF8.php') /var/www/html/vendor/composer/ClassLoader.php:427 2023-11-15 00:55:00 2023-11-15 00:55:00 PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12625 2023-11-15 00:55:00 PHP Stack trace: 2023-11-15 00:55:00 PHP 1. {main}() /var/www/html/sources/scheduler.php:0 2023-11-15 00:55:00 PHP 2. require_once() /var/www/html/sources/scheduler.php:36 2023-11-15 00:55:00 PHP 3. ComposerAutoloaderInitf8d0a111ac97059c58e49ca16fe551d0::getLoader() /var/www/html/vendor/autoload.php:25 2023-11-15 00:55:00 PHP 4. {closure:/var/www/html/vendor/composer/autoload_real.php:42-48}($fileIdentifier = 'b46ad4fe52f4d1899a2951c7e6ea56b0', $file = '/var/www/html/vendor/composer/../voku/portable-utf8/bootstrap.php') /var/www/html/vendor/composer/autoload_real.php:50 2023-11-15 00:55:00 PHP 5. require() /var/www/html/vendor/composer/autoload_real.php:46 2023-11-15 00:55:00 PHP 6. Composer\Autoload\ClassLoader->loadClass($class = 'voku\\helper\\UTF8') /var/www/html/vendor/voku/portable-utf8/bootstrap.php:7 2023-11-15 00:55:00 PHP 7. Composer\Autoload\{closure:/var/www/html/vendor/composer/ClassLoader.php:575-577}($file = '/var/www/html/vendor/composer/../voku/portable-utf8/src/voku/helper/UTF8.php') /var/www/html/vendor/composer/ClassLoader.php:427 2023-11-15 00:55:00 2023-11-15 00:55:00 Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12625 2023-11-15 00:55:00 2023-11-15 00:55:00 Call Stack: 2023-11-15 00:55:00 0.0002 413408 1. {main}() /var/www/html/sources/scheduler.php:0 2023-11-15 00:55:00 0.0009 451912 2. require_once('/var/www/html/vendor/autoload.php') /var/www/html/sources/scheduler.php:36 2023-11-15 00:55:00 0.0010 460184 3. ComposerAutoloaderInitf8d0a111ac97059c58e49ca16fe551d0::getLoader() /var/www/html/vendor/autoload.php:25 2023-11-15 00:55:00 0.0132 1746048 4. {closure:/var/www/html/vendor/composer/autoload_real.php:42-48}($fileIdentifier = 'b46ad4fe52f4d1899a2951c7e6ea56b0', $file = '/var/www/html/vendor/composer/../voku/portable-utf8/bootstrap.php') /var/www/html/vendor/composer/autoload_real.php:50 2023-11-15 00:55:00 0.0133 1747208 5. require('/var/www/html/vendor/voku/portable-utf8/bootstrap.php') /var/www/html/vendor/composer/autoload_real.php:46 2023-11-15 00:55:00 0.0135 1754600 6. Composer\Autoload\ClassLoader->loadClass($class = 'voku\\helper\\UTF8') /var/www/html/vendor/voku/portable-utf8/bootstrap.php:7 2023-11-15 00:55:00 0.0135 1754600 7. Composer\Autoload\{closure:/var/www/html/vendor/composer/ClassLoader.php:575-577}($file = '/var/www/html/vendor/composer/../voku/portable-utf8/src/voku/helper/UTF8.php') /var/www/html/vendor/composer/ClassLoader.php:427 2023-11-15 00:55:00 2023-11-15 00:55:00 PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12625 2023-11-15 00:55:00 PHP Stack trace: 2023-11-15 00:55:00 PHP 1. {main}() /var/www/html/sources/scheduler.php:0 2023-11-15 00:55:00 PHP 2. require_once() /var/www/html/sources/scheduler.php:36 2023-11-15 00:55:00 PHP 3. ComposerAutoloaderInitf8d0a111ac97059c58e49ca16fe551d0::getLoader() /var/www/html/vendor/autoload.php:25 2023-11-15 00:55:00 PHP 4. {closure:/var/www/html/vendor/composer/autoload_real.php:42-48}($fileIdentifier = 'b46ad4fe52f4d1899a2951c7e6ea56b0', $file = '/var/www/html/vendor/composer/../voku/portable-utf8/bootstrap.php') /var/www/html/vendor/composer/autoload_real.php:50 2023-11-15 00:55:00 PHP 5. require() /var/www/html/vendor/composer/autoload_real.php:46 2023-11-15 00:55:00 PHP 6. Composer\Autoload\ClassLoader->loadClass($class = 'voku\\helper\\UTF8') /var/www/html/vendor/voku/portable-utf8/bootstrap.php:7 2023-11-15 00:55:00 PHP 7. Composer\Autoload\{closure:/var/www/html/vendor/composer/ClassLoader.php:575-577}($file = '/var/www/html/vendor/composer/../voku/portable-utf8/src/voku/helper/UTF8.php') /var/www/html/vendor/composer/ClassLoader.php:427 2023-11-15 00:55:00 2023-11-15 00:55:00 Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php on line 12625 2023-11-15 00:55:00 2023-11-15 00:55:00 Call Stack: 2023-11-15 00:55:00 0.0002 413408 1. {main}() /var/www/html/sources/scheduler.php:0 2023-11-15 00:55:00 0.0009 451912 2. require_once('/var/www/html/vendor/autoload.php') /var/www/html/sources/scheduler.php:36 2023-11-15 00:55:00 0.0010 460184 3. ComposerAutoloaderInitf8d0a111ac97059c58e49ca16fe551d0::getLoader() /var/www/html/vendor/autoload.php:25 2023-11-15 00:55:00 0.0132 1746048 4. {closure:/var/www/html/vendor/composer/autoload_real.php:42-48}($fileIdentifier = 'b46ad4fe52f4d1899a2951c7e6ea56b0', $file = '/var/www/html/vendor/composer/../voku/portable-utf8/bootstrap.php') /var/www/html/vendor/composer/autoload_real.php:50 2023-11-15 00:55:00 0.0133 1747208 5. require('/var/www/html/vendor/voku/portable-utf8/bootstrap.php') /var/www/html/vendor/composer/autoload_real.php:46 2023-11-15 00:55:00 0.0135 1754600 6. Composer\Autoload\ClassLoader->loadClass($class = 'voku\\helper\\UTF8') /var/www/html/vendor/voku/portable-utf8/bootstrap.php:7 2023-11-15 00:55:00 0.0135 1754600 7. Composer\Autoload\{closure:/var/www/html/vendor/composer/ClassLoader.php:575-577}($file = '/var/www/html/vendor/composer/../voku/portable-utf8/src/voku/helper/UTF8.php') /var/www/html/vendor/composer/ClassLoader.php:427 2023-11-15 00:55:00 2023-11-15 00:55:00 PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php:4372) in /var/www/html/sources/main.functions.php on line 61 2023-11-15 00:55:00 PHP Stack trace: 2023-11-15 00:55:00 PHP 1. {main}() /var/www/html/sources/scheduler.php:0 2023-11-15 00:55:00 PHP 2. require_once() /var/www/html/sources/scheduler.php:37 2023-11-15 00:55:00 PHP 3. header($header = 'Content-type: text/html; charset=utf-8') /var/www/html/sources/main.functions.php:61 2023-11-15 00:55:00 2023-11-15 00:55:00 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php:4372) in /var/www/html/sources/main.functions.php on line 61 2023-11-15 00:55:00 2023-11-15 00:55:00 Call Stack: 2023-11-15 00:55:00 0.0002 413408 1. {main}() /var/www/html/sources/scheduler.php:0 2023-11-15 00:55:00 0.0349 3565560 2. require_once('/var/www/html/sources/main.functions.php') /var/www/html/sources/scheduler.php:37 2023-11-15 00:55:00 0.0349 3565560 3. header($header = 'Content-type: text/html; charset=utf-8') /var/www/html/sources/main.functions.php:61 2023-11-15 00:55:00 2023-11-15 00:55:00 PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php:4372) in /var/www/html/sources/main.functions.php on line 62 2023-11-15 00:55:00 PHP Stack trace: 2023-11-15 00:55:00 PHP 1. {main}() /var/www/html/sources/scheduler.php:0 2023-11-15 00:55:00 PHP 2. require_once() /var/www/html/sources/scheduler.php:37 2023-11-15 00:55:00 PHP 3. header($header = 'Cache-Control: no-cache, must-revalidate') /var/www/html/sources/main.functions.php:62 2023-11-15 00:55:00 2023-11-15 00:55:00 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/vendor/voku/portable-utf8/src/voku/helper/UTF8.php:4372) in /var/www/html/sources/main.functions.php on line 62 2023-11-15 00:55:00 2023-11-15 00:55:00 Call Stack: 2023-11-15 00:55:00 0.0002 413408 1. {main}() /var/www/html/sources/scheduler.php:0 2023-11-15 00:55:00 0.0349 3565560 2. require_once('/var/www/html/sources/main.functions.php') /var/www/html/sources/scheduler.php:37 2023-11-15 00:55:00 0.0351 3565656 3. header($header = 'Cache-Control: no-cache, must-revalidate') /var/www/html/sources/main.functions.php:62 2023-11-15 00:55:00 2023-11-15 00:55:01 2023-11-14 16:55:01,956 INFO reaped unknown pid 115 (exit status 255) 2023-11-15 00:55:01 2023-11-14 16:55:01,956 INFO reaped unknown pid 117 (exit status 255) 2023-11-15 00:55:01 2023-11-14 16:55:01,956 INFO reaped unknown pid 119 (exit status 255) 2023-11-15 00:55:01 2023-11-14 16:55:01,956 INFO reaped unknown pid 121 (exit status 255) ``` #### Log from the web-browser developer console (CTRL + SHIFT + i) ``` Insert the log here and especially the answer of the query that failed. ```
ecbcompu commented 10 months ago

u r not alone my friend Screenshot_20231114_163703