The installation process seems unable to initialize my database tables, and it cannot create the administrator user.
Oh, I overlooked the warning in README.Install.md. Thanks.
server { listen 80; server_name 192.168.136.132; root /var/www/seeddms60x/www; index index.php; location / { try_files $uri $uri/ /index.php?$query_string; } location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/run/php/php8.4-fpm.sock; } location ~ /\.(ht|conf|xml) { deny all; } }
server { listen 80; server_name 192.168.136.132; root /var/www/seeddms60x/www; index index.php; location / { try_files $uri $uri/ /index.php?$query_string; } location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/run/php/php8.4-fpm.sock; } location ~ /\.(ht|conf|xml) { deny all; } }
Thanks. But I encountered other problems, and I need to take another look.
root@:/var/www/seeddms60x/sgrep -R "class PDO" /var/www/seeddms60x/vendorx/vendor grep: /var/www/seeddms60x/vendor/seeddms/core/vendor/phpstan/phpstan/phpstan.phar: binary file matches grep: /var/www/seeddms60x/vendor/vendor: warning: recursive directory loop /var/www/seeddms60x/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/PDO.php:class PDO extends AbstractBackend implements CreatePrincipalSupport /var/www/seeddms60x/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/PDO.php:class PDO implements BackendInterface...