开发者

Magento - Product details don't update

When I try and update a product via admin, the update fails and there is no error message:

Catalogue -> Manage Products -> Edit I change the name o开发者_运维百科f a product for example

I click save. A pop up states 'Please wait" after a couple of seconds it disappears and then the browser waits for the domain for about 60 seconds (I assume an ajax call?) and then does nothing.

Thats it. There's nothing in the server error log. Version: Magento ver. 1.5.0.1 Running on cPanel server.


Open the Net tab in Firebug and look what response do you recive from the server. Looks like you forgot something like echo 123; die; somwhere in yor code. Anyway, the response you'll see will help you to find where the problem is located.


The solution was simple once I had correctly diagnosed the problem -PHP post_max_size was too low and needed increasing. And error that would have been spotted sooner if error reporting was enabled in admin area of Magneto and if the post wasn't done by AJAX.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜