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

Disable / Remove link to Product Items in Cart 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?How can I limit products that can be bought / added to cart?Remove item from cartHide “Add to Cart” button if specific products are already in cart“Prettifying” the custom options in cart pageCreate link in cart sidebar to view all added items After limit reachedLink products together in checkout/cartHow to Get product from cart and add it againHide action-edit on cart page if simple productRemoving Cart items - ObserverRemove wishlist items when added to cart

Helsingin valtaus Sisällysluettelo Taustaa | Yleistä sotatoimista | Osapuolet | Taistelut Helsingin ympäristössä | Punaisten antautumissuunnitelma | Taistelujen kulku Helsingissä | Valtauksen jälkeen | Tappiot | Muistaminen | Kirjallisuutta | Lähteet | Aiheesta muualla | NavigointivalikkoTeoksen verkkoversioTeoksen verkkoversioGoogle BooksSisällissota Helsingissä päättyi tasan 95 vuotta sittenSaksalaisten ylivoima jyräsi punaisen HelsinginSuomalaiset kuvaavat sotien jälkiä kaupungeissa – katso kuvat ja tarinat tutuilta kulmiltaHelsingin valtaus 90 vuotta sittenSaksalaiset valtasivat HelsinginHyökkäys HelsinkiinHelsingin valtaus 12.–13.4. 1918Saksalaiset käyttivät ihmiskilpiä Helsingin valtauksessa 1918Teoksen verkkoversioTeoksen verkkoversioSaksalaiset hyökkäävät Etelä-SuomeenTaistelut LeppävaarassaSotilaat ja taistelutLeppävaara 1918 huhtikuussa. KapinatarinaHelsingin taistelut 1918Saksalaisten voitonparaati HelsingissäHelsingin valtausta juhlittiinSaksalaisten Helsinki vuonna 1918Helsingin taistelussa kaatuneet valkokaartilaisetHelsinkiin haudatut taisteluissa kaatuneet punaiset12.4.1918 Helsingin valtauksessa saksalaiset apujoukot vapauttavat kaupunginVapaussodan muistomerkkejä Helsingissä ja pääkaupunkiseudullaCrescendo / Vuoden 1918 Kansalaissodan uhrien muistomerkkim

Adjektiivitarina Tarinan tekeminen | Esimerkki: ennen | Esimerkki: jälkeen | Navigointivalikko