cancel
Showing results for 
Search instead for 
Did you mean: 

PHP Settings Check magento 2 error

SOLVED

Re: PHP Settings Check magento 2 error

hi

magento 2.1.5

always_populate_raw_post_data on

to 

set always_populate_raw_post_data to -1

same server ad-on domain others script get 500 error

if i use php 7

same problem 

i cant install magento 2

Re: PHP Settings Check magento 2 error

I have same problem, This comment help me. Thanks


Ubuntu14  

/etc/php/5.6/apache2/php.ini

Line 702

Re: PHP Settings Check magento 2 error

How do I restart the web server via cPanel or command line? Thanks!

Re: PHP Settings Check magento 2 error

I have did something like I went to  root folder Magento\setup\src\Magento\Setup\Model and opened PhpReadinessCheck.php file and edited 

if (version_compare(PHP_VERSION, '7.0.0-beta') >= 0 || defined('HHVM_VERSION')) {
            return [];
        }
        return [];

I added  return[]; after closing bracket and it is working.

Re: PHP Settings Check magento 2 error

worked thanks

Re: PHP Settings Check magento 2 error

Worked like charm after long research, thanks 

Re: PHP Settings Check magento 2 error

Its already -1 but still showing error

Re: PHP Settings and version Check magento 2 error

Thanks for the post, i tried but i m still facing same issue on while installing extension.please let me know wot should i do, refer screenshot as well i am troubling also 48 Hours Smiley Happy error1.png

Re: PHP Settings and version Check magento 2 error

Hi, did you solve it?
I have the same problem.