How to change manufacturer dataSQLSTATE[42S02]: Base table or view not found: 1146 Table error but table existsDeleted products still showing on my websiteManufacturer tree structureDelete rows from database - SQL - PHPdisplay product failedError Upgrade Magento 1.6 to 1.9What is the Best Practices to remove product listing Magento V1.9.3Magento Catalosearch not working properlyCustom non-editable product attributes not visible on backend gridHow to add product specification table in long description field in magento 1.9
Is there a hypothetical scenario that would make Earth uninhabitable for humans, but not for (the majority of) other animals?
Is it true that good novels will automatically sell themselves on Amazon (and so on) and there is no need for one to waste time promoting?
Why do tuner card drivers fail to build after kernel update to 4.4.0-143-generic?
Bacteria contamination inside a thermos bottle
Examples of transfinite towers
Is it insecure to send a password in a `curl` command?
How to get the n-th line after a grepped one?
Do I need life insurance if I can cover my own funeral costs?
How to explain that I do not want to visit a country due to personal safety concern?
Why do newer 737s use two different styles of split winglets?
Why does overlay work only on the first tcolorbox?
Math equation in non italic font
What is the relationship between relativity and the Doppler effect?
Is a party consisting of only a bard, a cleric, and a warlock functional long-term?
What is the significance behind "40 days" that often appears in the Bible?
Bach's Toccata and Fugue in D minor breaks the "no parallel octaves" rule?
Does multi-classing into Fighter give you heavy armor proficiency?
Could the Saturn V actually have launched astronauts around Venus?
I got the following comment from a reputed math journal. What does it mean?
Can I use USB data pins as a power source?
Brexit - No Deal Rejection
Are ETF trackers fundamentally better than individual stocks?
Is "upgrade" the right word to use in this context?
et qui - how do you really understand that kind of phraseology?
How to change manufacturer data
SQLSTATE[42S02]: Base table or view not found: 1146 Table error but table existsDeleted products still showing on my websiteManufacturer tree structureDelete rows from database - SQL - PHPdisplay product failedError Upgrade Magento 1.6 to 1.9What is the Best Practices to remove product listing Magento V1.9.3Magento Catalosearch not working properlyCustom non-editable product attributes not visible on backend gridHow to add product specification table in long description field in magento 1.9
I'm using Magento V1.9.3 and I have a question about manufacturer field.
I have inserted a lot of manufacturers, but some of them are wrong and I need to change some words or delete it and create a new one
example: from > MICROSOFT SPAIN to > Microsoft-Spain
I tried doing this, direct from admin panel but I can't save this changes :
Magento Admin > Catalog > Attributes > Manufacturer
How can I fix that?
magento-1.9 manufacturer
add a comment |
I'm using Magento V1.9.3 and I have a question about manufacturer field.
I have inserted a lot of manufacturers, but some of them are wrong and I need to change some words or delete it and create a new one
example: from > MICROSOFT SPAIN to > Microsoft-Spain
I tried doing this, direct from admin panel but I can't save this changes :
Magento Admin > Catalog > Attributes > Manufacturer
How can I fix that?
magento-1.9 manufacturer
1
Why can't you save the changes? Do you get an error? What is the problem?
– Bare Feet
May 3 '18 at 16:16
@Gustavo Did you increase the value formax_input_vars
?
– MagentoAaron
May 4 '18 at 14:47
add a comment |
I'm using Magento V1.9.3 and I have a question about manufacturer field.
I have inserted a lot of manufacturers, but some of them are wrong and I need to change some words or delete it and create a new one
example: from > MICROSOFT SPAIN to > Microsoft-Spain
I tried doing this, direct from admin panel but I can't save this changes :
Magento Admin > Catalog > Attributes > Manufacturer
How can I fix that?
magento-1.9 manufacturer
I'm using Magento V1.9.3 and I have a question about manufacturer field.
I have inserted a lot of manufacturers, but some of them are wrong and I need to change some words or delete it and create a new one
example: from > MICROSOFT SPAIN to > Microsoft-Spain
I tried doing this, direct from admin panel but I can't save this changes :
Magento Admin > Catalog > Attributes > Manufacturer
How can I fix that?
magento-1.9 manufacturer
magento-1.9 manufacturer
edited 13 mins ago
Shoaib Munir
2,0271728
2,0271728
asked May 3 '18 at 15:24
GustavoGustavo
1
1
1
Why can't you save the changes? Do you get an error? What is the problem?
– Bare Feet
May 3 '18 at 16:16
@Gustavo Did you increase the value formax_input_vars
?
– MagentoAaron
May 4 '18 at 14:47
add a comment |
1
Why can't you save the changes? Do you get an error? What is the problem?
– Bare Feet
May 3 '18 at 16:16
@Gustavo Did you increase the value formax_input_vars
?
– MagentoAaron
May 4 '18 at 14:47
1
1
Why can't you save the changes? Do you get an error? What is the problem?
– Bare Feet
May 3 '18 at 16:16
Why can't you save the changes? Do you get an error? What is the problem?
– Bare Feet
May 3 '18 at 16:16
@Gustavo Did you increase the value for
max_input_vars
?– MagentoAaron
May 4 '18 at 14:47
@Gustavo Did you increase the value for
max_input_vars
?– MagentoAaron
May 4 '18 at 14:47
add a comment |
1 Answer
1
active
oldest
votes
If you are unable to save your updates to the values of an attribute, you likely need to increase the value for max_input_vars
. Take a look at your exception log in var/log/ to see if there are any errors pointing to this issue.
If so, increase the value for max_input_vars
in php.ini configuration file and see if that helps.
Aaron, thanks for your prompt answer. I will check and return
– Gustavo
May 4 '18 at 16:44
@Gustavo Did increasing the value for max_input_vars resolve your issue?
– MagentoAaron
May 7 '18 at 14:24
Dear Aaron, i looked for php.ini file and a cannot find that. It's inside php folder and I have no access to that folder, I'm asking my agency to take care of this asap. Thanks for your help
– Gustavo
May 8 '18 at 15:18
@Gustavo, was your host able to resolve the issue by increasing the value formax_input_vars
?
– MagentoAaron
May 10 '18 at 19:42
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%2f224651%2fhow-to-change-manufacturer-data%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
If you are unable to save your updates to the values of an attribute, you likely need to increase the value for max_input_vars
. Take a look at your exception log in var/log/ to see if there are any errors pointing to this issue.
If so, increase the value for max_input_vars
in php.ini configuration file and see if that helps.
Aaron, thanks for your prompt answer. I will check and return
– Gustavo
May 4 '18 at 16:44
@Gustavo Did increasing the value for max_input_vars resolve your issue?
– MagentoAaron
May 7 '18 at 14:24
Dear Aaron, i looked for php.ini file and a cannot find that. It's inside php folder and I have no access to that folder, I'm asking my agency to take care of this asap. Thanks for your help
– Gustavo
May 8 '18 at 15:18
@Gustavo, was your host able to resolve the issue by increasing the value formax_input_vars
?
– MagentoAaron
May 10 '18 at 19:42
add a comment |
If you are unable to save your updates to the values of an attribute, you likely need to increase the value for max_input_vars
. Take a look at your exception log in var/log/ to see if there are any errors pointing to this issue.
If so, increase the value for max_input_vars
in php.ini configuration file and see if that helps.
Aaron, thanks for your prompt answer. I will check and return
– Gustavo
May 4 '18 at 16:44
@Gustavo Did increasing the value for max_input_vars resolve your issue?
– MagentoAaron
May 7 '18 at 14:24
Dear Aaron, i looked for php.ini file and a cannot find that. It's inside php folder and I have no access to that folder, I'm asking my agency to take care of this asap. Thanks for your help
– Gustavo
May 8 '18 at 15:18
@Gustavo, was your host able to resolve the issue by increasing the value formax_input_vars
?
– MagentoAaron
May 10 '18 at 19:42
add a comment |
If you are unable to save your updates to the values of an attribute, you likely need to increase the value for max_input_vars
. Take a look at your exception log in var/log/ to see if there are any errors pointing to this issue.
If so, increase the value for max_input_vars
in php.ini configuration file and see if that helps.
If you are unable to save your updates to the values of an attribute, you likely need to increase the value for max_input_vars
. Take a look at your exception log in var/log/ to see if there are any errors pointing to this issue.
If so, increase the value for max_input_vars
in php.ini configuration file and see if that helps.
answered May 3 '18 at 20:12
MagentoAaronMagentoAaron
363115
363115
Aaron, thanks for your prompt answer. I will check and return
– Gustavo
May 4 '18 at 16:44
@Gustavo Did increasing the value for max_input_vars resolve your issue?
– MagentoAaron
May 7 '18 at 14:24
Dear Aaron, i looked for php.ini file and a cannot find that. It's inside php folder and I have no access to that folder, I'm asking my agency to take care of this asap. Thanks for your help
– Gustavo
May 8 '18 at 15:18
@Gustavo, was your host able to resolve the issue by increasing the value formax_input_vars
?
– MagentoAaron
May 10 '18 at 19:42
add a comment |
Aaron, thanks for your prompt answer. I will check and return
– Gustavo
May 4 '18 at 16:44
@Gustavo Did increasing the value for max_input_vars resolve your issue?
– MagentoAaron
May 7 '18 at 14:24
Dear Aaron, i looked for php.ini file and a cannot find that. It's inside php folder and I have no access to that folder, I'm asking my agency to take care of this asap. Thanks for your help
– Gustavo
May 8 '18 at 15:18
@Gustavo, was your host able to resolve the issue by increasing the value formax_input_vars
?
– MagentoAaron
May 10 '18 at 19:42
Aaron, thanks for your prompt answer. I will check and return
– Gustavo
May 4 '18 at 16:44
Aaron, thanks for your prompt answer. I will check and return
– Gustavo
May 4 '18 at 16:44
@Gustavo Did increasing the value for max_input_vars resolve your issue?
– MagentoAaron
May 7 '18 at 14:24
@Gustavo Did increasing the value for max_input_vars resolve your issue?
– MagentoAaron
May 7 '18 at 14:24
Dear Aaron, i looked for php.ini file and a cannot find that. It's inside php folder and I have no access to that folder, I'm asking my agency to take care of this asap. Thanks for your help
– Gustavo
May 8 '18 at 15:18
Dear Aaron, i looked for php.ini file and a cannot find that. It's inside php folder and I have no access to that folder, I'm asking my agency to take care of this asap. Thanks for your help
– Gustavo
May 8 '18 at 15:18
@Gustavo, was your host able to resolve the issue by increasing the value for
max_input_vars
?– MagentoAaron
May 10 '18 at 19:42
@Gustavo, was your host able to resolve the issue by increasing the value for
max_input_vars
?– MagentoAaron
May 10 '18 at 19:42
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%2f224651%2fhow-to-change-manufacturer-data%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
1
Why can't you save the changes? Do you get an error? What is the problem?
– Bare Feet
May 3 '18 at 16:16
@Gustavo Did you increase the value for
max_input_vars
?– MagentoAaron
May 4 '18 at 14:47