|
发布失败,错误信息:
标题不能为空
网页源代码:
1、绝对不是没采集到标题
2、网站编码 gb2312
3、发布模块里也绝对有 title 标题的标签
4、到底问题出在哪了,真心不知道了,特地安装了一个全新的dede5.7 测试也是这样,无语了
5、试验了 火车版本 v7.6 V9 都出现 标题不能为空 的错误
所以请高手解决,QQ 925121258 预计中午12点左右在线 加我备注 标题不能为空,上线后会通过的。
没实力的别来扯淡,基本功我也有!
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>增加文章</title>
<style type="text/css">
<!--
body { background-image: url(img/allbg.gif); }
-->
</style>
<link href="img/base.css" rel="stylesheet" type="text/css">
<script language="javascript" src="../include/dedeajax2.js"></script>
<script language='javascript' src='js/main.js'></script>
<script language="javascript">
<!--
function checkSubmit()
{
if(document.form1.title.value=='')
{
alert('文章标题不能为空!');
return false;
}
if(document.form1.typeid.value==0)
{
alert('请选择档案的主类别!');
return false;
}
}
-->
</script>
</head>
<body topmargin="8">
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="4%" height="30"><IMG height=14 src="img/book1.gif" width=20> </td>
<td width="60%"><a href="catalog_do.php?cid=0&channelid=1&dopost=listArchives"><u>文章列表</u></a> >> 发布文章</td>
<td width="30%" align='right'> <a href="catalog_main.php">[<u>栏目管理</u>]</a> </td>
<td width="1%"> </td>
</tr>
</table>
<table width="97%" border="0" align="center" cellpadding="0" cellspacing="0" id="head1" style="border-bottom:1px solid #CCCCCC">
<tr>
<td colspan="2">
<table width="800" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="84" height="24" align="center" background="img/itemnote1.gif"> 常规信息 </td>
<td><a href="#"> ●输入网址采集单个网页>></a></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" id="getone" style="display:none">
<form name="getonepage" action="article_add.php" method="get">
<input type="hidden" name="channelid" value="1" />
<input type="hidden" name="cid" value="0" />
<tr>
<td colspan="2">
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ECF9B7">
<tr>
<td width="150" height="31"><strong><a name="downurl"></a> 采集单个网页-URL:</strong></td>
<td width="320" align="center"><input name="geturl" type="text" id="geturl" style="width:290px" value="" /></td>
<td>
<input type="submit" class='nbt' name="Submit3" value="抓取" />
<input type="button" class='nbt' name="setrule" value="规则管理" /></td>
</tr>
</table>
</td>
</tr>
</form>
</table>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr><td height="2"></td></tr>
</table>
<form name="form1" action="article_add.php" enctype="multipart/form-data" method="post">
<input type="hidden" name="channelid" value="1" />
<input type="hidden" name="dopost" value="save" />
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="needset">
<tr>
<td height="24" colspan="4" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> 文章标题:</td>
<td width='408'>
<input name="title" type="text" id="title" value="" style="width:388px" />
</td>
<td width="90"> 简略标题:</td>
<td>
<input name="shorttitle" type="text" id="shorttitle" style="width:150px" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="24" colspan="4" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="105"> 自定义属性:</td>
<td width="526">
<input class='np' type='checkbox' name='flags[]' id='flagsh' value='h'>头条[h]<input class='np' type='checkbox' name='flags[]' id='flagsc' value='c'>推荐[c]<input class='np' type='checkbox' name='flags[]' id='flagsf' value='f'>幻灯[f]<input class='np' type='checkbox' name='flags[]' id='flagsa' value='a'>特荐[a]<input class='np' type='checkbox' name='flags[]' id='flagss' value='s'>滚动<input class='np' type='checkbox' name='flags[]' id='flagsb' value='b'>加粗<input class='np' type='checkbox' name='flags[]' id='flagsp' value='p'>图片[p]<input class='np' type='checkbox' name='flags[]' id='flagsj' value='j' onclick='ShowUrlTr()'>跳转[j] </td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="24" colspan="4" class="bline" id="redirecturltr" style="display:none">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> 跳转网址:</td>
<td>
<input name="redirecturl" type="text" id="redirecturl" style="width:300px" value="" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="400%" height="24" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> TAG标签:</td>
<td><input name="tags" type="text" id="tags" value="" style="width:300px" />(','号分开,单个标签小于12字节)</td>
<td width="47">权重:</td>
<td width="122"><input name="weight" type="text" id="weight" style="width:50px" value="15" />(越小越靠前)</td>
</tr>
</table>
</td>
</tr>
<tr id="pictable">
<td height="24" colspan="4" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> 缩 略 图:</td>
<td width="560">
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td height="30">
<input name="picname" type="text" id="picname" style="width:240px" />
<input type="button" value="本地上传" style="width:70px;cursor:pointer;" />
<iframe name='uplitpicfra' id='uplitpicfra' src='' width='200' height='200' style='display:none'></iframe>
<span class="litpic_span"><input name="litpic" type="file" id="litpic" onChange="SeePicNew(this, 'divpicview', 'uplitpicfra', 165, 'article_add.php');" size="1" class='np coolbg'/></span>
<input type="button" name="Submit2" value="站内选择" style="margin-left:8px;" class='np coolbg'/>
<input type="button" name="Submit2" value="裁剪" style="margin-left:8px;" class='np coolbg'/>
<input type='checkbox' class='np' name='ddisremote' value='1' id='ddisremote'/>远程
</td>
</tr>
</table>
</td>
<td width="150" align="center">
<div id='divpicview' class='divpre'></div>
</select></span>
<img src='img/menusearch.gif' style='cursor:pointer;' alt='快捷选择' title='快捷选择' />
<a href='javascript:AddTypeid2();'>【<u>选择副栏目</u>】</a> </td>
</tr>
</table></td>
</tr>
<tr id='typeid2tr' style='display:none'>
<td height="24" colspan="4" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> 文章副栏目:</td>
<td>
<span id='typeid2ct'></span><input type='text' name='typeid2' id='typeid2' value='' style='width:200px;' />
<img src='img/menusearch2.gif' style='cursor:pointer;' alt='选择副栏目' title='选择副栏目' />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="24" colspan="4" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> 关键字:</td>
<td width="448"><input type='text' name="keywords" id="keywords" style="width:80%" value="" /></td>
<td width="262"><input name="autokey" type="checkbox"; class="np" id="autokey" value="1" checked="1" />
自动获取,手动填写用","分开<br/>
<input type="button" name="Submit" value="浏览..." style="width:56;height:20" /></td>
</tr>
</table></td>
</tr>
<tr>
<td height="24" colspan="4" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> 内容摘要:</td>
<td width="449"><textarea name="description" rows="5" id="description" style="width:80%;height:50px"></textarea></td>
<td width="261"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td><input type='hidden' name='dede_addonfields' value="">
</td>
</tr>
<tr>
<td height="28" bgcolor="#F1F5F2" class="bline2">
<div style='float:left;line-height:28px;'> <strong>文章内容:</strong></div>
<div style='float:right;;padding-right:8px'>
<img src="img/button_reset.gif" width="60" height="22" border="0" style="cursor:pointer; "/>
</div>
<div style='float:right;padding-right:8px'>
<input name="imageField" type="image" src="img/button_save.gif" width="60" height="22" class="np" border="0" style="cursor:pointer;"/>
</div>
</td>
</tr>
<tr>
<td width="100%" height="24" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> 附加选项:</td>
<td>
<input name="remote" type="checkbox" class="np" id="remote" value="1" checked="1" />
下载远程图片和资源
<input name="dellink" type="checkbox" class="np" id="dellink" value="1" />
删除非站内链接
<input name="autolitpic" type="checkbox" class="np" id="autolitpic" value="1" checked="1" />
提取第一个图片为缩略图
<input type='checkbox' name='needwatermark' value='1' class='np' checked />
图片是否加水印
</td>
</tr>
</table></td>
</tr>
<tr>
<td width="100%" height="24" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> 分页方式:</td>
<td>
<input name="sptype" type="radio" class="np" value="hand" checked='1' />
手动
<input type="radio" name="sptype" value="auto" class="np"/>
自动 大小:
<input name="spsize" type="text" id="spsize" value="5" size="6" /> K
(分页符为: <font color="#FF0000">#p#分页标题#e# </font>)
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<input type="hidden" id="body" name="body" value="" style="display:none" /><input type="hidden" id="body___Config" value="FullPage=false" style="display:none" /><iframe id="body___Frame" src="/include/FCKeditor/editor/fckeditor.html?InstanceName=body&Toolbar=Basic" width="100%" height="450" frameborder="0" scrolling="no"></iframe> </td>
</tr>
</table>
<!-- //高级参数 -->
<table width="97%" border="0" align="center" cellpadding="0" cellspacing="0" id="head1" style="border-bottom:1px solid #CCCCCC">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="84" height="24" align="center" background="img/itemnote1.gif"> <a href='javascript:ShowHideT("adset")'><u>高级参数↑</u></a></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="adset">
<tr>
<td height="24" colspan="4" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90" height="22"> 评论选项:</td>
<td width="240">
<input type='radio' name='notpost' class='np' value='0' checked='1' />允许评论
<input type='radio' name='notpost' class='np' value='1' />禁止评论
</td>
<td width="90">浏览次数:</td>
<td>
<input type='text' name='click' value='178' style='width:100px;' />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="24" colspan="4" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90" height="22"> 文章排序:</td>
<td width="240">
<select name="sortup" id="sortup" style="width:150px">
<option value="0" selected>默认排序</option>
<option value="7">置顶一周</option>
<option value="30">置顶一个月</option>
<option value="90">置顶三个月</option>
<option value="180">置顶半年</option>
<option value="360">置顶一年</option>
</select> </td>
<td width="90">标题颜色:</td>
<td>
<input name="color" type="text" id="color" style="width:120px"/>
<input name="modcolor" type="button" id="modcolor" value="选取" />
</td>
</tr>
</table></td>
</tr>
<tr>
<td height="24" colspan="4" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> 阅读权限:</td>
<td width="240"> <select name="arcrank" id="arcrank" style="width:150px">
<option value='0'>开放浏览</option>
<option value='-1'>待审核稿件</option>
<option value='10'>注册会员</option>
<option value='50'>中级会员</option>
<option value='100'>高级会员</option>
</select> </td>
<td width="90">消费金币:</td>
<td>
<input name="money" type="text" id="money" value="0" size="10"/> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="24" colspan="4" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90"> 发布时间:</td>
<td width="241">
<input name="pubdate" value="2016-11-01 06:17:13" type="text" id="pubdate" style="width:200px"> </td>
<td width="90">发布选项:</td>
<td width="379"><input name="ishtml" type="radio" class="np" value="1" checked="1" />
生成HTML
<input type="radio" name="ishtml" class="np" value="0"/>
仅动态浏览 </td>
</tr>
</table></td>
</tr>
<tr>
<td height="24" colspan="4" class="bline">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="109"> 自定义文件名:</td>
<td width="351"><input type="text" name="filename" id="filename" />(不包括后缀名如.html等)</td>
<td width="340">
<input type='hidden' name='templet' value='' /> </td>
</tr>
</table>
</td>
</tr>
</table>
<table width="214" border="0" cellspacing="0" cellpadding="0" align="center">
<tr height="50">
<td width="115">
<input name="imageField" type="image" src="img/button_save.gif" width="60" height="22" class="np" border="0" style="cursor:pointer;"/>
</td>
<td width="99">
<img src="img/button_reset.gif" width="60" height="22" border="0" style="cursor:pointer; "/>
</td>
</tr>
</table>
</form>
<script language='javascript'>InitPage();</script>
</body>
</html>
返回的Header:
HTTP/1.1 200 OK
Connection:close
Date:Mon, 31 Oct 2016 22:17:13 GMT
Server:Microsoft-IIS/6.0
X-Powered-By:ASP.NET,PHP/5.2.17
Content-Type:text/html; charset=gb2312
Expires:Thu, 19 Nov 1981 08:52:00 GMT
Pragma:no-cache
Cache-Control:private
Content-Length:18839
|
|