|
刚开始用火车头,现在提升采集成功了。发布老是失败。下面是WebError.log 里面的内容。里面显示的是指定栏目。但是栏目我已经指定过了,依然是发布失败。请教各位问题出在哪里, 用的是火车头默认的织梦5.5发布模块。- <html>
- <head>
- <title>DEDECMS提示信息</title>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
- <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>
复制代码 |
|