|
WebError.log里的内容如下。请老大们帮忙解决。
<html>
<head>
<title>提示信息</title>
<meta http-equiv="Content-Type" c />
<base target='_self'/>
</head>
<body leftmargin='0' topmargin='0'>
<center>
<script>
var pgo=0;
function JumpUrl(){
if(pgo==0){ location='javascript:history.go(-1);'; pgo=1; }
}
document.write("<br/><div style='width:400px;padding-top:4px;height:24;font-size:10pt;border-left:1px solid #b9df92;border-top:1px solid #b9df92;border-right:1px solid #b9df92;background-color:#def5c2;'>DEDECMS 提示信息!</div>");
document.write("<div style='width:400px;height:100;font-size:10pt;border:1px solid #b9df92;background-color:#f9fcf3'><br/><br/>");
document.write("把数据保存到数据库archives表时出错,请检查!");
document.write("<br/><br/><a href='javascript:history.go(-1);'>如果你的浏览器没反应,请点击这里...</a><br/><br/></div>");
setTimeout('JumpUrl()',5000);</script>
</center>
</body>
</html> |
|