Magento2: Magento 2.2 Upgrade PHP Version Issue

Created on 28 Sep 2017  路  5Comments  路  Source: magento/magento2


Preconditions


  1. Magento 2.2
  2. Php 7.0.10
  3. Appache 2.4.23
  4. Wampserver 3.0.6
  5. MySQL 5.7.14

Steps to reproduce

  1. composer require magento/product-community-edition 2.2 --no-update
  2. composer update

Expected result

  1. Upgrade Process should continue.

Actual result


  1. version

Format is valid

Most helpful comment

@vishalpatel14 not a magento issue but your environments.

The cli PHP under windows is 5.6 but Wampserver is running php 7 .. Run composer update with
--ignore-platform-reqs or run composer with the right php in the cli also.

All 5 comments

@vishalpatel14 not a magento issue but your environments.

The cli PHP under windows is 5.6 but Wampserver is running php 7 .. Run composer update with
--ignore-platform-reqs or run composer with the right php in the cli also.

@FinBoWa

Thank you for the quick support. Issue was my CLI version and its resolved now. You can close the ticket,

After completion of update still its showing same version 2.1.9 not the 2.2.0. Please have a look.

@vishalpatel14 please refer to the Community Forums or the Magento Stack Exchange site for advice or general discussion about this issue. The GitHub issue tracker is intended for Magento Core technical issues only.
Your problem seems to be related to the platform you are using.

After Solving my environment problem this new error have came. Please have a look.

error

Was this page helpful?
0 / 5 - 0 ratings

Related issues

denis-g picture denis-g  路  3Comments

andreaskoch picture andreaskoch  路  3Comments

salelsol picture salelsol  路  3Comments

PascalBrouwers picture PascalBrouwers  路  3Comments

xi-ao picture xi-ao  路  3Comments