lliu 发表于 2010-9-13 10:18:28

火车头发布失败,前几天还好好的,突然发布失败,麻烦高手帮帮忙

错误报告
<br />
<b>Parse error</b>:syntax error, unexpected T_STRING in <b>D:\freehost\ttklttkl\web\liu\article_add.php</b> on line <b>98</b><br />


源码
if(empty($channelid))
        {
                ShowMsg("文档为非指定的类型,请检查你发布内容的表单是否合法!","-1");
                exit();
        }
        if(!CheckChannel($typeid,$channelid))
        {
                ShowMsg("你所选择的栏目与当前模型不相符,请选择白色的选项!","-1");
                exit();
        }
        if(!TestPurview('a_New'))
       
        //对保存的内容进行处理
        if(empty($writer))$writer='$cuserLogin->getUserName();                   98行
        if(empty($source))$source='未知';
        $pubdate = GetMkTime($pubdate);
        $senddate = time();
        $sortrank = AddDay($pubdate,$sortup);
        $ismake = $ishtml==0 ? -1 : 0;
        $title = ereg_replace('"', '"', $title);
        $title = htmlspecialchars(cn_substrR($title,$cfg_title_maxlen));
        $shorttitle = cn_substrR($shorttitle,36);
        $color =cn_substrR($color,7);
        $writer =cn_substrR($writer,20);
        $source = cn_substrR($source,30);
        $description = cn_substrR($description,$cfg_auot_description);
        $keywords = cn_substrR($keywords,60);
        $filename = trim(cn_substrR($filename,40));
        $userip = GetIP();
        $isremote= (empty($isremote)? 0: $isremote);
        $serviterm=empty($serviterm)? "" : $serviterm;
页: [1]
查看完整版本: 火车头发布失败,前几天还好好的,突然发布失败,麻烦高手帮帮忙