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













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

Magento 2 duplicate PHPSESSID cookie when using session_start() in custom php scriptMagento 2: User cant logged in into to account page, no error showing!Magento duplicate on subdomainGrabbing storeview from cookie (after using language selector)How do I run php custom script on magento2Magento 2: Include PHP script in headerSession lock after using Cm_RedisSessionscript php to update stockMagento set cookie popupMagento 2 session id cookie - where to find it?How to import Configurable product from csv with custom attributes using php scriptMagento 2 run custom PHP script

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

How to solve knockout JS error in Magento 2 Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?(Magento2) knockout.js:3012 Uncaught ReferenceError: Unable to process bindingUnable to process binding Knockout.js magento 2Cannot read property `scopeLabel` of undefined on Product Detail PageCan't get Customer Data on frontend in Magento 2Magento2 Order Summary - unable to process bindingKO templates are not loading in Magento 2.1 applicationgetting knockout js error magento 2Product grid not load -— Unable to process binding Knockout.js magento 2Product form not loaded in magento2Uncaught ReferenceError: Unable to process binding “if: function()return (isShowLegend()) ” magento 2