Hi, I am trying to install IP on a PHP 8.2 server (NearlyFreeSpeech). The server already has a working wordpress installation, so I’ve unzipped all the files in the /home/public/invoices sub directory, given chgrp web and chmod -R 775 to /invoices and also set up .htaccess and ipconfig.php accordingly to reflect the subdirectory settings.
I’ve also run composer update to make sure all modules are up to date
When I load /invoices/index.php/setup, I get a huge string of errors:
Any help would be much appreciated! I familiar with shell commands and have installed / updated / maintained wordpress sites from shell etc but not 100% confident / trained in PHP so not sure where to begin with unpacking. I’ve normally been able to overcome errors through google searches but haven’t managed to get anything to work so far!