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

The meaning of 振り in 無茶振り

Different outputs for `w`, `who`, `whoami` and `id`

Non-trivial topology where only open sets are closed

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?

PTIJ: Halachic Status of Breadboards on Pesach

How could a scammer know the apps on my phone / iTunes account?

When to use a slotted vs. solid turner?

Four married couples attend a party. Each person shakes hands with every other person, except their own spouse, exactly once. How many handshakes?

Do the common programs (for example: "ls", "cat") in Linux and BSD come from the same source code?

PTIJ: Who should I vote for? (21st Knesset Edition)

Violin - Can double stops be played when the strings are not next to each other?

Is it normal that my co-workers at a fitness company criticize my food choices?

Relationship between sampajanna definitions in SN 47.2 and SN 47.35

If I can solve Sudoku, can I solve the Travelling Salesman Problem (TSP)? If so, how?

How to pronounce "I ♥ Huckabees"?

A single argument pattern definition applies to multiple-argument patterns?

Can I use USB data pins as a power source?

Why Choose Less Effective Armour Types?

Is a party consisting of only a bard, a cleric, and a warlock functional long-term?

ERC721: How to get the owned tokens of an address

World War I as a war of liberals against authoritarians?

Why is there is so much iron?

Aluminum electrolytic or ceramic capacitors for linear regulator input and output?

Why does overlay work only on the first tcolorbox?



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













0















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?










share|improve this question



















  • 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















0















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?










share|improve this question



















  • 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













0












0








0








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?










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 37 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 for max_input_vars?

    – MagentoAaron
    May 4 '18 at 14:47












  • 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







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










1 Answer
1






active

oldest

votes


















0














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.






share|improve this answer























  • 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 for max_input_vars?

    – MagentoAaron
    May 10 '18 at 19:42










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
);



);













draft saved

draft discarded


















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









0














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.






share|improve this answer























  • 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 for max_input_vars?

    – MagentoAaron
    May 10 '18 at 19:42















0














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.






share|improve this answer























  • 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 for max_input_vars?

    – MagentoAaron
    May 10 '18 at 19:42













0












0








0







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.






share|improve this answer













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.







share|improve this answer












share|improve this answer



share|improve this answer










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 for max_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












  • @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 for max_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

















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

Magento 2 disable Secret Key on URL's from terminal The Next CEO of Stack OverflowMagento 2 Shortcut/GUI tool to perform commandline tasks for windowsIn menu add configuration linkMagento oAuth : Generating access token and access secretMagento 2 security key issue in Third-Party API redirect URIPublic actions in admin controllersHow to Disable Cache in Custom WidgetURL Key not changing in Magento 2Product URL Key gets deleted when importing custom options - Magento 2Problem with reindex terminalMagento 2 - bin/magento Commands not working in Cpanel Terminal

Aasi (pallopeli) Navigointivalikko