Always_populate_raw_post_data setting in PHP 5.6 & Magento 2.0

1. If you are using CGI/FCGI

Refer to your phpinfo(), find the value for 'user_ini.filename'. It should be sth like .user.ini or php.ini

In your web root create a file with the filename you found above, (e.g. .user.ini). If it's already there open it with a text editor.

In it add the line

always_populate_raw_post_data = -1

2. If not

Open your .htaccess file with a text editor.

Add the following code

<IfModule mod_php5.c>
    php_flag always_populate_raw_post_data -1
</IfModule>
  • cms, Magento
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

วิธีแก้ไขเมื่อ Login เข้า Backoffice ไม่ได้ สำหรับ Magento2

เมื่อทำการ Login เข้า Backoffice ของ Magento2 และพบ Error ดังนี้ วิธีแก้ไขคือ ให้ไปที่...

How do I fix Magento's "Error 503: Service Temporarily Unavailable"

Symptoms Magento shows Error 503: Service Temporarily Unavailable page after...

วิธีตั้งค่า cron job MAGENTO 2.X ใน DirectAdmin

วิธีตั้งค่า cron job MAGENTO 2.X ใน DirectAdmin6,22,30,46 * * * * /usr/local/bin/php...

วิธีปิด disable the Check Cron Scripts ใน Magento 2

วิธีปิด disable the Check Cron Scripts  ใน Magento 2แก้ไฟล์ Environment.php...