Magento – PHP Version Check Failed Magento 2

magento-2.0magento2PHP

I'm using magento 2 , and I just synced my store with magento marketplace , so now If I want to enable or disable a module from Web Setup Wizard page , I get this error from the readiness check :
PHP Version Check
Your PHP version is . The required PHP version is . Hide detail

Download and install PHP from www.php.net using this PHP Documentation.

For additional assistance, contact your hosting provider.

My php version is 5.6 , I have tryed to use also 7 but still get the error and I have also set always_populate_raw_post_data to -1 , but still getting the error.. Does anyone has any ideea how to fix this ?

Best Answer

To me the problem does not come from your install but from the module you're trying to install.

I'm pretty sure the module provider did not specify the right PHP versions and that's why the PHP check is failing.

Try to contact the module provider to check what versions did they specify when submitting their module to the Magento Marketplace.

Related Topic