@royho and @kristinaplauche Hi y’all! I am seeing this too so it’s possible to get into this situation. I was working on my c9 instance and it does come preinstalled with php5.5. So I used phpbrew to switch to PHP7. In the command line php -v
reports that I am running version 7.0.22`
helgatheviking:~/workspace $ phpbrew list
* php-7.0.22
7.0-dev
helgatheviking:~/workspace $ php -v
PHP 7.0.22 (cli) (built: Aug 3 2017 18:15:05) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
However in the WP admin the stripe plugin and the WC status report don’t seem to recognize that.
PHP version: 5.5.9-1ubuntu4.21 - We recommend a minimum PHP version of 5.6. See
My research so far is saying that things like phpbrew don’t automatically update your apache configuration and that’s what phpinfo()
is reading from. So @greenie3 I don’t have the full solution, but check your apache configuration. I hope that helps.