to be honest , i'm not sure if i did understood correctly , that SOMO can installed as standalone server from using the docker Container you published on docker Hub.
I Just installed the Container as you described there. It is currently running but when accessing the web page i get white page.
[Fri Feb 03 20:56:01.945313 2023] [php7:warn] [pid 55] [client 127.0.0.1:47780] PHP Warning: file_get_contents(assets/data/version.txt): failed to open stream: No such file or directory in /var/www/html/assets/php/database.php on line 50
[Fri Feb 03 20:56:01.947833 2023] [php7:warn] [pid 55] [client 127.0.0.1:47780] PHP Warning: SQLite3::query(): Unable to prepare statement: 1, no such table: settings in /var/www/html/assets/php/database.php on line 55
Hello Phillip ,
to be honest , i'm not sure if i did understood correctly , that SOMO can installed as standalone server from using the docker Container you published on docker Hub.
I Just installed the Container as you described there. It is currently running but when accessing the web page i get white page.
Logs from container:
172.16.178.2 - - [03/Feb/2023:20:55:21 +0000] "GET / HTTP/1.1" 500 211 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/109.0"
[Fri Feb 03 20:56:01.945313 2023] [php7:warn] [pid 55] [client 127.0.0.1:47780] PHP Warning: file_get_contents(assets/data/version.txt): failed to open stream: No such file or directory in /var/www/html/assets/php/database.php on line 50
[Fri Feb 03 20:56:01.947833 2023] [php7:warn] [pid 55] [client 127.0.0.1:47780] PHP Warning: SQLite3::query(): Unable to prepare statement: 1, no such table: settings in /var/www/html/assets/php/database.php on line 55
The .db file does exist already in the container.
What do i miss here?