카테고리 항목 클릭시 카테고리 타이틀에 스크립이 먹히지 않습니다. 혹 해결방법을 문의드립니다. > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

카테고리 항목 클릭시 카테고리 타이틀에 스크립이 먹히지 않습니다. 혹 해결방법을 문의드립니다. 정보

카테고리 항목 클릭시 카테고리 타이틀에 스크립이 먹히지 않습니다. 혹 해결방법을 문의드립니다.

본문

카테고리 중 방향제 카테고리의 제목만 먹히구 다른 카테고리 제목은 먹히지가 않아서 문의드립니다.
http://에코라이프.com/comm/bbs/board.php?bo_table=sub11
http://에코라이프.com/comm/bbs/board.php?bo_table=sub11&sca=방향제&sfl=wr_10&stx=&nca=
list.skin.php 의 해당 스크립입니다. 정상인것 같은데 먹히지를 않아 이렇게 문의드립니다

 for ($i=0; $i<count($arr); $i++)
        if (trim($arr[$i])){
            if($arr[$i]==$sca){
    $key    = array_search($sca, $arr);
    $cate  = explode("^", $arr1[$key]);
    $subca1 = $cate[0];
$str .= "
<td width='3'><img src='$board_skin_path/img/cat_tap_on_01.gif'></td>
<td background='$board_skin_path/img/cat_tap_on_02.gif' style='padding:4 2 0 2' nowrap>
<a href='$category_location$arr[$i]&sfl=wr_10&stx=$subca1&nca=$subca1'><b><font color=#1B57B3>$arr[$i]</font></b></a></td>
<td width='3'><img src='$board_skin_path/img/cat_tap_on_03.gif'></td>
";
}else{
    $key    = array_search($arr[$i], $arr);
    $cate  = explode("^", $arr1[$key]);
    $subca1=$cate[0];
$str .= "
<td width='3'><img src='$board_skin_path/img/cat_tap_off_01.gif'></td>
<td background='$board_skin_path/img/cat_tap_off_02.gif' style='padding:4 2 0 2' nowrap>
<a href='$category_location$arr[$i]&sfl=wr_10&stx=$subca1&nca=$subca1'><b><font color=#000000>$arr[$i]</font></b></a></td>
<td width='3'><img src='$board_skin_path/img/cat_tap_off_03.gif'></td>
";
}
}
echo $str;
echo "<td width='100%'></td>";
  • 복사

( select a.* , ( select sum(co_count) as co_count from g4_qa_choose where mb_id=a.mb_id and bo_table = 'g4_qa' ) as q_co_count from `g4_write_g4_qa` a where wr_parent = '171782' and wr_8 != '' and wr_is_comment = 1 and CONVERT(wr_7, UNSIGNED) >= 5 group by wr_content having max(wr_7) order by CONVERT(wr_7, UNSIGNED) desc limit 3 )

1055 : Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sir.a.wr_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

error file : /15sir/bbs/board.php