There are 2 solution to change the value
1) change in php.ini
In Php.ini file
always_populate_raw_post_data = -1
2) change in .htaccess file
Solution to change in .htaccess file
php_value always_populate_raw_post_data -1
There are 2 solution to change the value
1) change in php.ini
In Php.ini file
always_populate_raw_post_data = -1
2) change in .htaccess file
Solution to change in .htaccess file
php_value always_populate_raw_post_data -1
Comments are closed.
In xampp and in wampp it works fine by following the solution. But in Bluehost server its not working.
How to achieve this.
Hello Lohith,
As it work on xampp and wampp it should work on any server.
But if you have specially problem on Bluehost server then you have to contact to support team. As not all hosting provider support Magento 2.