Your software
My PHP version is : PHP 8.1.7 (cli) (built: Jun 25 2022 08:13:46) (NTS)
*My MariaDB version is: mariadb Ver 15.1 Distrib 10.6.7-MariaDB
Updating/Installing Errors
I am :Updating
Upgrading/installing via (delete as applicable) : Command Line
The scenario is as follows, as I wanted to test out getting Mautic running on the latest LTS 22.04 of ubuntu so I did the following:
- On the original server went ahead and upgraded Mautic to 4.4.0 - everything worked great.
- Spun up a server of 22.04 running php8.1
- Copied over the Mautic files (I am using a separate server for the DB)
- Updated the server config files to use 8.1 instead of 7.4
- Received the following message:
Mautic does not support PHP version 8.1.7 at this time. To use Mautic, you will need to downgrade to an earlier version.
Am I missing something in local.php that maybe needs to be changed ? Or something else ?