流浪者 发表于 2014-2-20 08:47:09

测试可以发布文章,但采集的无法上传

本帖最后由 流浪者 于 2014-2-20 08:55 编辑

请问是什么原因呢?
环境:1、虚拟空间
          2、官方博客下的DZ3.1采集规则一切按照官方的教程来操作的

结果:我在本地做发布测试的时候 可以发布成功

      但是我用采集到的数据自动发布却失败 这是为何?


leejunji 发表于 2014-2-20 09:15:14

你的第一张图 不就是告诉你为什么不能发布成功吗 看下

流浪者 发表于 2014-2-20 09:17:21

leejunji 发表于 2014-2-20 09:15 static/image/common/back.gif
你的第一张图 不就是告诉你为什么不能发布成功吗 看下

***************开始测试Web发布配置******************
测试Web发布配置:
发布失败,错误信息:

网页源代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
        <title>www.wsqiao.com - System Error</title>
        <meta http-equiv="Content-Type" content="text/html; charset=gbk" />
        <meta name="ROBOTS" content="NOINDEX,NOFOLLOW,NOARCHIVE" />
        <style type="text/css">
        <!--
        body { background-color: white; color: black; font: 9pt/11pt verdana, arial, sans-serif;}
        #container { width: 1024px; }
        #message   { width: 1024px; color: black; }

        .red{color: red;}
        a:link   { font: 9pt/11pt verdana, arial, sans-serif; color: red; }
        a:visited{ font: 9pt/11pt verdana, arial, sans-serif; color: #4e4e4e; }
        h1 { color: #FF0000; font: 18pt "Verdana"; margin-bottom: 0.5em;}
        .bg1{ background-color: #FFFFCC;}
        .bg2{ background-color: #EEEEEE;}
        .table {background: #AAAAAA; font: 11pt Menlo,Consolas,"Lucida Console"}
        .info {
          background: none repeat scroll 0 0 #F3F3F3;
          border: 0px solid #aaaaaa;
          border-radius: 10px 10px 10px 10px;
          color: #000000;
          font-size: 11pt;
          line-height: 160%;
          margin-bottom: 1em;
          padding: 1em;
        }

        .help {
          background: #F3F3F3;
          border-radius: 10px 10px 10px 10px;
          font: 12px verdana, arial, sans-serif;
          text-align: center;
          line-height: 160%;
          padding: 1em;
        }

        .sql {
          background: none repeat scroll 0 0 #FFFFCC;
          border: 1px solid #aaaaaa;
          color: #000000;
          font: arial, sans-serif;
          font-size: 9pt;
          line-height: 160%;
          margin-top: 1em;
          padding: 4px;
        }
        -->
        </style>
</head>
<body>
<div id="container">
<h1>Discuz! System Error</h1>
<div class='info'><li>您当前的访问请求当中含有非法字符,已经被系统拒绝</li></div>

<div class="info"><p><strong>PHP Debug</strong></p><table cellpadding="5" cellspacing="1" width="100%" class="table"><tr><td><ul><li>jiekou.php(discuz_application->init)</li><li>source\class\discuz\discuz_application.php(discuz_application->_init_misc)</li><li>source\class\discuz\discuz_application.php(discuz_application->_xss_check)</li><li>source\class\discuz\discuz_application.php(system_error)</li><li>source\function\function_core.php(discuz_error::system_error)</li><li>source\class\discuz\discuz_error.php(discuz_error::debug_backtrace)</li></ul></td></tr></table></div><div class="help"><a >www.wsqiao.com</a> 已经将此出错信息详细记录, 由此给您带来的访问不便我们深感歉意. </div>
</div>
</body>
</html>
返回的Header:
HTTP/1.1 200 OK
Connection:close
Date:Thu, 20 Feb 2014 01:10:15 GMT
Content-Type:text/html; charset=gbk
Server:Microsoft-IIS/6.0
X-Powered-By:ASP.NET,PHP/5.2.6
Content-Encoding:gzip
Vary:Accept-Encoding
Transfer-Encoding:chunked
Content-Length:2592这是整个代码了 希望给看一下我是新手 看不懂

流浪者 发表于 2014-2-20 10:00:44

没人知道吗??:(:(:(

kuhabe 发表于 2014-2-20 13:36:01

应该是你采集到的内容有非法字符 或者格式不正确

流浪者 发表于 2014-2-20 14:13:47

kuhabe 发表于 2014-2-20 13:36 static/image/common/back.gif
应该是你采集到的内容有非法字符 或者格式不正确

第一,非法字符,我试过了,我手动发布到论坛,没提示我任何问题,
第二,我这个规则是安装官方博客里面的DZ3.0那个来操作的,只是我的论坛是3.1的那么就不行吗?

303718 发表于 2014-2-20 14:33:24

那只能说是操作问题了。因为模块都是大多数人使用了没有问题的。
页: [1]
查看完整版本: 测试可以发布文章,但采集的无法上传