After updating to the latest version, I get this error
Composer detected issues in your platform: Your Composer dependencies require a PHP version “>= 8.2.0”.
I know that I might be a minority by using the current Ubuntu LTS version of PHP.
Still, a warning in the release notes would have been good. I thankfully have snapshots.
Might not be a bad idea. After I confirmed my version via cli and it was correct, I knew it was probably just a quick update to nginx (hopefully). Worked for me so I figured I’d throw it out there for others.
I agree. I have had it in place for quite a while and may have old set up/troubleshooting info from when v5 first came out. I’d like to nuke it and do it again from scratch on Ubuntu 24.04 to clean it up
I have encountered the same issue after upgrading to version 5.11.62 through the web UI running on a Ubuntu 22.04 LTS LXC with Apache. I installed php8.3 and set it with update-alternatives --set php /usr/bin/php8.3 and also a2enmod proxy_fcgi setenvifand a2enconf php8.3-fpm as suggested after running apt upgrade. Now when I visit the InvoiceNinja page I get a black screen with a blue rotating circle in the center.