cancel
Showing results for 
Search instead for 
Did you mean: 

PHP compatibility issue >7.2 version

PHP compatibility issue >7.2 version

I already have php 7.2.19 

 

But its shows Magento supports PHP 7.1.3 or later. Please read Magento System Requirements. error. 

 

Screenshot from 2019-07-24 15-51-28.png

5 REPLIES 5

Re: PHP compatibility issue >7.2 version

@Rajan Vijayan 

 

Can you clear below points.

  1. Which Magento version are you trying to install 2.2.x or 2.3.x?
  2. Are you install Magento in a local or live server?
  3. You have a PHP version 7.2.19 but have you checked which version currently active in your server? (You can check the version using php -v in your terminal)

I hope it helps!

If Issue Solved, Click Kudos/Accept As solutions.

Re: PHP compatibility issue >7.2 version

@Patel_Chirag 

 

Thanks for your reply

 

1. Its Magento CE 2.3.2

2. Localhost

3. Yes, its PHP 7.2.19 

Re: PHP compatibility issue >7.2 version

Are you upgrade Magento version or install new Magento.

 

If you upgrade Magento from 2.2 so you will need to use php7.1 after you have updated to 2.3 then you can switch to PHP 7.2.

 

Follow this link to resolve your error Magento 2.3 installation PHP requirement

 

I hope it helps!

If Issue Solved, Click Kudos/Accept As solutions.

Re: PHP compatibility issue >7.2 version

No, Its fresh install 

Re: PHP compatibility issue >7.2 version

@Rajan VijayanYour PHP version looks good on command line.

 

Can you create a php file in root directory of Magento and call phpinfo() to find out your web browser also shows that you have 7.2.x?

 

Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.

- Tarandeep
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.