ericshin 发表于 2009-3-19 00:49:38

请教关于关联出错问题

在做关联时出错
Action.c(12): Error -26377: No match found for the requested parameter "userid". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size         

HTML代码:
<div class="l">
      <div class="l50_s"><a href="/home/?uid=4367219" title="毛毛"><img src="http://pic1.kaixin001.com/logo/36/72/50_4367219_3.jpg" width="50" height="50" /></a></div>
   </div>
   <div class="l" style="width:9em;">
      <p><span class="hy_dl"> </span><a href="/home/?uid=4367219" class="sl">毛毛</a></p>
      <pstyle="padding-top:2px;" title=""></p>
      <p><a href="javascript:editFriend(4367219);" class="c9" title="好友分组">属性</a> <span class="cd">┊</span> <a href="javascript:af_delfriend('4367219', '0');" class="c9" title="从好友列表中删除毛毛">删除</a></p>
      <p style="padding-top:3px;"></p>      
   </div>


关联
web_reg_save_param("userid",
"LB=<a href=\"/home/?uid=",
"RB=\" class=\"sl\">",
"Ord=1",
"Search=NoResource",
LAST);

请问是哪里出错了啊,录制的时候是(HTTP/HTML)协议

huoxingyinzi 发表于 2009-3-19 13:57:49

在脚本中找到 256 ,然后把这个值改大一点
如果没有,那么就加上web_set_max_html_param_len (“25600”);试试

云层 发表于 2009-3-19 14:01:09

检查一下关联函数的位置和web_set_max_html_param_len一点关系都没

ericshin 发表于 2009-3-19 15:44:22

真惭愧啊,原来是位置放错了,原来并不是放在代码的最上面,谢谢了
页: [1]
查看完整版本: 请教关于关联出错问题