|
今天我的电脑装了个东西,然后火车头里的程序都点不开了。我问客服要了个东西,压缩覆盖后可以采集了。。但是到发布的时候遇到了一下这种情况。其他的开源程序发着都没有事。并且我同事和我使用的相同模块,也没有事。而我的分别出现一下两种情况。
第一种:
<html>
<head>
<title>DEDECMS提示信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<base target='_self'/>
<style>div{line-height:160%;}</style></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:450px;padding:0px;border:1px solid #D1DDAA;'><div style='padding:6px;font-size:12px;border-bottom:1px solid #D1DDAA;background:#DBEEBD url(/plus/img/wbg.gif)';'><b>DEDECMS 提示信息!</b></div>");
document.write("<div style='height:130px;font-size:10pt;background:#ffffff'><br />");
document.write("无法获得主键,因此无法进行后续操作!");
document.write("<br /><a href='javascript:history.go(-1);'>如果你的浏览器没反应,请点击这里...</a><br/></div>");
setTimeout('JumpUrl()',5000);</script>
</center>
</body>
</html>
第二种:
<html>
<head>
<title>DEDECMS提示信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<base target='_self'/>
<style>div{line-height:160%;}</style></head>
<body leftmargin='0' topmargin='0'>
<center>
<script>
var pgo=0;
function JumpUrl(){
if(pgo==0){ location='javascript:;'; pgo=1; }
}
document.write("<br /><div style='width:450px;padding:0px;border:1px solid #D1DDAA;'><div style='padding:6px;font-size:12px;border-bottom:1px solid #D1DDAA;background:#DBEEBD url(/plus/img/wbg.gif)';'><b>DEDECMS 提示信息!</b></div>");
document.write("<div style='height:130px;font-size:10pt;background:#ffffff'><br />");
document.write("把数据保存到数据库附加表 `dede_addonarticle` 时出错,请把相关信息提交给DedeCms官方。Table '.\netook\dede_addonarticle' is marked as crashed and should be repaired");
document.write("<br/></div>");
</script>
</center>
</body>
</html>
希望官方能够有人出来给我解答。在这里谢谢了啊!~ |
|