cancel
Showing results for 
Search instead for 
Did you mean: 

Vagrant + Apache2 + PHP 7.3 + Magento 2.3 - PHP version issue

Vagrant + Apache2 + PHP 7.3 + Magento 2.3 - PHP version issue

I have done composer install via SSH on my vagrant virtual box.

The browser is prompting this erro:

 

Magento supports PHP 7.1.3 or later. Please read Magento System Requirements.

 

I would like to know how we can get away with this message? I am obviously using later version of PHP.

 

 

1 REPLY 1

Re: Vagrant + Apache2 + PHP 7.3 + Magento 2.3 - PHP version issue

Hi @tvgarden 

 

Please create info.php where you have your magento setup with following code in it.

 

<?php

phpinfo();

?>

 

And run this file on browser and confirm your php version.

 

Thanks

---
If you've found my answer useful, please give"Kudos" and "Accept as Solution"