Magento2 PHP Settings Check Error Fix
Magento2 PHP Settings Check Error Fix : While installing the magento 2 checks the Readiness Check which sometimes gives you the above error if it is disabled. If you are facing this problem on server contact your service provider.
Magento2 PHP Settings Check Error Fix
Go to php.ini file and uncomment the below line and set it to ‘-1’ as below –
Magento2 PHP Settings Check Error Fix:
;always_populate_raw_post_data = On // change this to always_populate_raw_post_data = -1 |
This will solve the above problem. If this is coming on sever please contact your service provider.
Make Sure to restart the apache after making the above settings.
Advertisements