▨ 写于2012年05月的文章:
日期:2012-5-24  |  作者: paul  |  分类:php  |  围观群众3848  |  参与讨论0

FastCGI Error

The FastCGI Handler was unable to process the request.

Error Details:

The FastCGI process exceeded configured activity timeout

Error Number: 258 (0x80070102).

阅读全文>>

日期:2012-5-15  |  作者: paul  |  分类:php  |  围观群众3356  |  参与讨论0

点击查看原图


解决方案:


打开include/js/common.js文件,查找:
$(ajaxframeid).contentWindow.document.documentElement.firstChild.nodeValue;
改成
$(ajaxframeid).contentWindow.document.documentElement.firstChild.wholeText;
然后保存文件,上传覆盖,更新缓存!

Copyright © 2010 - 2025 工作日志 | QQ:285582676 | | 京ICP备15035559号-3

返回顶部