Cannot correct php.ini error in Magento 2.1.6
I was going to use the latest magento 2.1.6 source files from magento website and have been trying deeply the same problems like me for around a week among other website include this website too but, I couldn't find out the answer anywhere. so I am obliged to ask you.
First of all, My problem is the below..
with these messages
Your PHP Version is 5.6.29, 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 realized that I have to re-set always_populate_raw_post_data to into -1.
But, I downloaded php.ini file from magento website. Because it has totally different text in it. Like the below.
php installation magento2.1.6 setup
add a comment |
I was going to use the latest magento 2.1.6 source files from magento website and have been trying deeply the same problems like me for around a week among other website include this website too but, I couldn't find out the answer anywhere. so I am obliged to ask you.
First of all, My problem is the below..
with these messages
Your PHP Version is 5.6.29, 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 realized that I have to re-set always_populate_raw_post_data to into -1.
But, I downloaded php.ini file from magento website. Because it has totally different text in it. Like the below.
php installation magento2.1.6 setup
add a comment |
I was going to use the latest magento 2.1.6 source files from magento website and have been trying deeply the same problems like me for around a week among other website include this website too but, I couldn't find out the answer anywhere. so I am obliged to ask you.
First of all, My problem is the below..
with these messages
Your PHP Version is 5.6.29, 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 realized that I have to re-set always_populate_raw_post_data to into -1.
But, I downloaded php.ini file from magento website. Because it has totally different text in it. Like the below.
php installation magento2.1.6 setup
I was going to use the latest magento 2.1.6 source files from magento website and have been trying deeply the same problems like me for around a week among other website include this website too but, I couldn't find out the answer anywhere. so I am obliged to ask you.
First of all, My problem is the below..
with these messages
Your PHP Version is 5.6.29, 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 realized that I have to re-set always_populate_raw_post_data to into -1.
But, I downloaded php.ini file from magento website. Because it has totally different text in it. Like the below.
php installation magento2.1.6 setup
php installation magento2.1.6 setup
edited 13 mins ago
Teja Bhagavan Kollepara
3,01241949
3,01241949
asked May 6 '17 at 23:49
Sean KimSean Kim
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Edit php.ini file
find
always_populate_raw_post_data = On
change to
always_populate_raw_post_data = -1
close web page.restart xampp or wamp
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f173327%2fcannot-correct-php-ini-error-in-magento-2-1-6%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Edit php.ini file
find
always_populate_raw_post_data = On
change to
always_populate_raw_post_data = -1
close web page.restart xampp or wamp
add a comment |
Edit php.ini file
find
always_populate_raw_post_data = On
change to
always_populate_raw_post_data = -1
close web page.restart xampp or wamp
add a comment |
Edit php.ini file
find
always_populate_raw_post_data = On
change to
always_populate_raw_post_data = -1
close web page.restart xampp or wamp
Edit php.ini file
find
always_populate_raw_post_data = On
change to
always_populate_raw_post_data = -1
close web page.restart xampp or wamp
answered Jun 2 '17 at 10:18
Sanjay GohilSanjay Gohil
468214
468214
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f173327%2fcannot-correct-php-ini-error-in-magento-2-1-6%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown