Ok, it looks promising. But still having problems The first screen shows up, asked me to "Click here" to automatically load the required libraries,
This fails. The offered wiki link : https://docs.collectiveaccess.org/wiki/Installing_Vendor_Libraries gives a "page not found"
This is what I get:
Automatic installation of the required vendor libraries failed: Library installation failed: Composer could not detect the root package (collectiveaccess/providence) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version; No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.; Loading composer repositories with package information; Updating dependencies; Your requirements could not be resolved to an installable set of packages.; ; Problem 1; - Root composer.json requires phpoffice/phpspreadsheet v1.29.7 -> satisfiable by phpoffice/phpspreadsheet[1.29.7].; - phpoffice/phpspreadsheet 1.29.7 requires ext-fileinfo * -> it is missing from your system. Install or enable PHP's fileinfo extension.; Problem 2; - Root composer.json requires phpoffice/phppresentation dev-master -> satisfiable by phpoffice/phppresentation[dev-master].; - phpoffice/phppresentation dev-master requires phpoffice/phpspreadsheet ^1.9 || ^2.0 || ^3.0 -> satisfiable by phpoffice/phpspreadsheet[1.29.7].; - phpoffice/phpspreadsheet 1.29.7 requires ext-fileinfo * -> it is missing from your system. Install or enable PHP's fileinfo extension.; ; To enable extensions, verify that they are enabled in your .ini files:; - /etc/php8/cli/php.ini; - /etc/php8/conf.d/00-opcache.ini; - /etc/php8/conf.d/10-ctype.ini; - /etc/php8/conf.d/10-curl.ini; - /etc/php8/conf.d/10-dom.ini; - /etc/php8/conf.d/10-gd.ini; - /etc/php8/conf.d/10-iconv.ini; - /etc/php8/conf.d/10-mbstring.ini; - /etc/php8/conf.d/10-mysqlnd.ini; - /etc/php8/conf.d/10-openssl.ini; - /etc/php8/conf.d/10-pdo.ini; - /etc/php8/conf.d/10-phar.ini; - /etc/php8/conf.d/10-sqlite3.ini; - /etc/php8/conf.d/10-tokenizer.ini; - /etc/php8/conf.d/10-xmlwriter.ini; - /etc/php8/conf.d/10-zip.ini; - /etc/php8/conf.d/10-zlib.ini; - /etc/php8/conf.d/20-mysqli.ini; - /etc/php8/conf.d/20-pdo_mysql.ini; - /etc/php8/conf.d/20-pdo_sqlite.ini; - /etc/php8/conf.d/20-xmlreader.ini; - /etc/php8/conf.d/imagick.ini; - /etc/php8/conf.d/redis.ini; You can also runphp --iniin a terminal to see which files are used by PHP in CLI mode.; Alternatively, you can run Composer with--ignore-platform-req=ext-fileinfoto temporarily ignore these required extensions.
Can you please help with the next step?