As the title says, I am trying to install Magento 2 but the Readiness Check keeps displaying the error:
- "PHP Settings Check: Your PHP Version is 5.6.30, but always_populate_raw_post_data = 0. $HTTP_RAW_POST_DATA is deprecated from PHP 5.6 onwards and will be removed in PHP 7.0. This will stop the installer from running. Please open your php.ini file and set always_populate_raw_post_data to -1. If you need more help please call your hosting provider."
I set "always_populate_raw_post_data = -1" in my php.ini and double checked with a phpinfo inside the same directory that I have the Magento files which says that "always_populate_raw_post_data" has both local and master value "-1".
Help would be greatly appreciated. Thanks!