简体   繁体   English

无法从Magento管理面板保存/更新产品

[英]Product is not getting saved/updated from Magento admin panel

It was working and suddenly it stopped saving/updating the product data from Magento admin panel and it keep showing loading please find screenshot. 它正在工作,突然它停止了从Magento管理面板中保存/更新产品数据,并且一直显示加载状态,请找到屏幕截图。 While inspecting the cause of error it response in console is - 在检查错误原因时,控制台中的响应是-

{"error":false}
<style>
body {border:10px solid red;}
</style>

Not able to find what is the cause of error also saw this question in Stackoverflow but it does not able to solve my issue. 无法找到导致错误的原因是什么,在Stackoverflow中也看到了这个问题 ,但无法解决我的问题。 Any help will be appreciated, thanks in advance. 任何帮助将不胜感激,在此先感谢。

屏幕截图

I had a similar problem. 我有一个类似的问题。 I disabled mod_secure to resolve the problem. 我禁用了mod_secure以解决该问题。

This problem could be solved in one way: 此问题可以通过一种方式解决:

1. Try a different browser 1.尝试使用其他浏览器

This fixed the problem for me, as I was using Firefox 3.6 (OS X) to access the admin backend, and switching to Safari 5 (I'm guessing Safari 4 would work also) fixed the issue. 因为我使用Firefox 3.6(OS X)访问管理后端,并且切换到Safari 5(我猜想Safari 4也可以使用),所以这为我解决了该问题。 I tested this on IE7 (WinXP) and it also worked. 我在IE7(WinXP)上进行了测试,它也可以正常工作。

2. Disable mod_security and add whitelist 2.禁用mod_security并添加白名单

Check your mod_security audit log and if you see entries from the admin backend, have your host investigate and temporarily disable the module. 检查您的mod_security审核日志,如果您看到来自管理员后端的条目,请主机进行调查并暂时禁用该模块。 If your issues goes away, ask your host to whitelist your admin backend. 如果问题消失了,请让主机将您的管理员后端列入白名单。

3. Check your www vs. no www redirects 3.检查您的www与否www重定向

Make sure you're only using one form of redirection, either in cPanel, Magento, or .htaccess. 确保仅在cPanel,Magento或.htaccess中使用一种形式的重定向。 See this post for in-depth instructions. 请参阅此帖子以获取详细说明。

For more information please see the article http://maxrice.com/magento-fixing-please-wait-error-adding-editing-products-categories/ 有关更多信息,请参见文章http://maxrice.com/magento-fixing-please-wait-error-adding-editing-products-categories/

Hope these help! 希望这些帮助!

Please note, issue appear only when website works under https and when I used single html tags like <img /> . 请注意,仅当网站在https下工作并且使用诸如<img />类的单个html标签时,问题才会出现。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 magento管理面板中的Magento Cant Update产品属性 - Magento Cant Update product attribute from magento admin panel 无法访问magento中的管理面板 - Not getting access to admin panel in magento 导入产品映像后,从管理员保存该产品时,Magento 1.9 magmi会删除该映像 - Magento 1.9 magmi after product images import when that product saved from admin it removes the image WooCommerce - 在管理员中保存/更新产品时修改产品的价格 - WooCommerce - Modify product's price when product is saved/updated in admin magento:创建产品时未在管理面板中上传产品图片 - magento : product image is not uploading in admin panel while creating product 产品更新时,类别未显示在Magento管理控制台中 - Category not show in Magento admin panel at the time of product update 在Magento Admin面板的目录产品页面中动态设置选择选项 - Set select options dynamically in catalog product page in Magento Admin panel Magento 2 - 如何在产品页面的管理面板中添加新块? - Magento 2 - How to add new block to admin panel in product page? 从自定义表中获取数据并在 magento2 的管理面板中的 grin 中获取数据时出现 TypeError - Getting TypeError when fetching data from custom table and sho in grin in admin panel in magento2 如何从magento数据库的管理面板中删除https为403错误 - How to remove https from admin panel in magento database as getting 403 error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM