Hello Dan,
I am experiencing a 500 internal Server Error and I kindly need some assistance.
Upon finishing with the installation and getting to start the web interface, I was greeted by this error message "500 Internal Server Error". I quickly rushed to check the server logs and this was present:
2023/10/16 08:57:47 [error] 5267#5267: *47 FastCGI sent in stderr: "PHP message: No connection information in your runtime configuration file for datasource [propel]" while reading response header from upstream, client: 192.168.0.1, server: _, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php7.4-fpm.atom.sock:", host: "192.168.0.14"
2023/10/16 09:09:16 [error] 5267#5267: *51 FastCGI sent in stderr: "PHP message: No connection information in your runtime configuration file for datasource [propel]" while reading response header from upstream, client: 192.168.0.1, server: _, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php7.4-fpm.atom.sock:", host: "192.168.0.14"
2023/10/16 09:25:40 [error] 5267#5267: *55 FastCGI sent in stderr: "PHP message: No connection information in your runtime configuration file for datasource [propel]" while reading response header from upstream, client: 192.168.0.1, server: _, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php7.4-fpm.atom.sock:", host: "192.168.0.14"
2023/10/16 09:25:45 [error] 5267#5267: *55 FastCGI sent in stderr: "PHP message: No connection information in your runtime configuration file for datasource [propel]" while reading response header from upstream, client: 192.168.0.1, server: _, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php7.4-fpm.atom.sock:", host: "192.168.0.14"
2023/10/16 10:28:33 [error] 5267#5267: *60 FastCGI sent in stderr: "PHP message: No connection information in your runtime configuration file for datasource [propel]" while reading response header from upstream, client: 192.168.0.1, server: _, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php7.4-fpm.atom.sock:", host: "192.168.0.14"
2023/10/16 10:28:36 [error] 5267#5267: *60 FastCGI sent in stderr: "PHP message: No connection information in your runtime configuration file for datasource [propel]" while reading response header from upstream, client: 192.168.0.1, server: _, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php7.4-fpm.atom.sock:", host: "192.168.0.14"
2023/10/16 10:43:23 [error] 5267#5267: *65 FastCGI sent in stderr: "PHP message: No connection information in your runtime configuration file for datasource [propel]" while reading response header from upstream, client: 192.168.0.1, server: _, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php7.4-fpm.atom.sock:", host: "192.168.0.14"
2023/10/16 10:43:26 [error] 5267#5267: *65 FastCGI sent in stderr: "PHP message: No connection information in your runtime configuration file for datasource [propel]" while reading response header from upstream, client: 192.168.0.1, server: _, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php7.4-fpm.atom.sock:", host: "192.168.0.14"
2023/10/16 13:45:45 [error] 935#935: *1 FastCGI sent in stderr: "PHP message: No connection information in your runtime configuration file for datasource [propel]" while reading response header from upstream, client: 192.168.0.1, server: _, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php7.4-fpm.atom.sock:", host: "192.168.0.14"
2023/10/16 13:45:50 [error] 937#937: *4 FastCGI sent in stderr: "PHP message: No connection information in your runtime configuration file for datasource [propel]" while reading response header from upstream, client: 192.168.0.1, server: _, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php7.4-fpm.atom.sock:", host: "192.168.0.14"
Also, when I checked the status of atom-worker, I saw this error:
atom-worker.service - AtoM worker
Loaded: loaded (/lib/systemd/system/atom-worker.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2023-10-16 14:02:09 EAT; 3s ago
Process: 1475 ExecStart=/usr/bin/php7.4 -d memory_limit=-1 -d error_reporting=E_ALL symfony jobs:worker (code=exited, status=1/FAILURE)
Main PID: 1475 (code=exited, status=1/FAILURE)
The installation device meets the required specifications outlined in the system requirement section.
I have also tried tweaking the php resource limits to troubleshoot the error in vain.
I will be available should you require additional information from my side and thank you in advance for your support.