- Original Poster
- #1
I'm VERY new to the world of web development but I have an application, written in PHP that is being used by a number of clients with no issues.
A recent new feature requires the use of a third party component and required PHP 8.1 to be installed. All is working fine on my test, localhost system which has PHP 8.2. I've come to deploy the changes live and at a point in the code where the PHP version is checked, I get the following message:
Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0". Installed Version: 7.4.33
Which, of course, suggests that the wrong version of PHP is installed. However, if I log in to cPanel on my website which has a facility called MultiPHP Manager, it reports the following:
It does offer the option to change the version but I've tried setting it 7.3 and then back to 8.2 but it makes no difference.
Any suggestions as to where to look next?
John
A recent new feature requires the use of a third party component and required PHP 8.1 to be installed. All is working fine on my test, localhost system which has PHP 8.2. I've come to deploy the changes live and at a point in the code where the PHP version is checked, I get the following message:
Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0". Installed Version: 7.4.33
Which, of course, suggests that the wrong version of PHP is installed. However, if I log in to cPanel on my website which has a facility called MultiPHP Manager, it reports the following:
It does offer the option to change the version but I've tried setting it 7.3 and then back to 8.2 but it makes no difference.
Any suggestions as to where to look next?
John
