简体   繁体   English

在自动保存模块中还原内容时-发生Ajax HTTP错误。 HTTP结果代码:404

[英]while restoring content in auto save module - An Ajax HTTP error occurred. HTTP Result Code : 404

When I edit my drupal node form, that get autosaved in 10 sec. 当我编辑drupal节点表单时,它将在10秒内自动保存。 While Again I want to restore my edited contents I got error : An Ajax HTTP error occurred. 再次,我想恢复编辑的内容时,出现错误:发生Ajax HTTP错误。 HTTP Result Code : 404 . HTTP结果代码:404。

Debugging information as follows: 调试信息如下:

path: /testsite/autosave/restore/article-node-form/1404710992/7C7GQMqnDoadeuUvzhmk_4iWh8P4hgAcosf9ekAvRaIc/seven
StatusText: Not Found
ResponseText: 
404 Not Found
Not Found
The requested URL /testsite/autosave/restore/article-node-form/1404710992/7C7GQMqnDoadeUvzhmk_4iWh8P4hgAcosf9ekAvRaIc/seven was not found on this server.
Apache/2.4.6 (Ubuntu) Server at localhost Port 80

in the browser console I'm getting log message: 在浏览器控制台中,我收到日志消息:

Failed to load resource: the server responded with a status of 500 (Service unavailable (with message)) 加载资源失败:服务器响应状态为500(服务不可用(带有消息))

and path is given below that: 在下面给出路径:

/testsite/autosave/restore/article-node-form/1404710992/7C7GQMqnDoadeuUvzhmk_4iWh8P4hgAcosf9ekAvRaIc/seven / testsite / autosave / restore / article-node-form / 1404710992 / 7C7GQMqnDoadeuUvzhmk_4iWh8P4hgAcosf9ekAvRaIc /七个

The 500 message might be seen in any number of ways because each website is allowed to customize the message. 由于允许每个网站自定义消息,因此可以用多种方式查看500条消息。

and as you have told that the node is autosaved in 10 sec...and you are getting this message while again restoring yours edited content. 就像您已经告知节点在10秒内自动保存...一样,您将收到此消息,同时又恢复了您编辑的内容。

So i think this might be a case of nested iterations of autosave and restoring the same entity. 所以我认为这可能是自动保存和恢复同一实体的嵌套迭代的一种情况。 You should debug your node on submit. 您应该在提交时调试节点。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM