I can not update inventory in Magento 1.9.2.3

1

Good afternoon,

When you try to update the stock by entering the product and changing the value at the specified location, the screen becomes frozen and nothing happens.

The only thing I did was clear the cache folder and sessions, just by disengagement. Other than that, I did nothing. I searched Google for some information, without success.

Has anyone seen anything like this? How to proceed?

I've noticed that some updates are harming tasks in Magento. This store has no updates.

    
asked by anonymous 06.05.2016 / 19:31

1 answer

0

Is the screen frozen with the Gif do you wait? ... Take a look at the browser console. This is probably some JavaScript error! I had this error with one of the stores that I developed. In my case it was conflicting with a module installed. I discovered by disabling the module in app / etc / modules / nomedomodulo.xml

You can rename the newly installed module to nomedomodulo.xml.disabled for example. Whenever you install something in your store and give some kind of error, test to see if the features are back to normal.

I also indicate that you work in your store using GIT for versioning. If you do not know, it's worth taking a little time to learn. Because with version control, you can simply return to the moment that something worked in your store, and thus find out between versions what was the change that caused such an error.

Embrace

    
09.06.2016 / 19:40