닉네임변경 팁적용 후 접속이 안됩니다 > 그누4 질문답변

그누4 질문답변

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

닉네임변경 팁적용 후 접속이 안됩니다 정보

닉네임변경 팁적용 후 접속이 안됩니다

본문

그누 4.36.22 에 배추빌드를 사용 중입니다.

글 작성자의 닉네임을 변경하는 팁을 적용 후 접속이 안됩니다.
이 팁 적용 후 화면 리프래시되면서 바로 에러가 났는데 혹시 뭐가 잘못 되었을까요?

적용한 팁은 아래와 같습니다.

<?
include_once("./_common.php");

$member_id = "medikid"; //변경할 글등록자의 회원아이디
$member_nick ="홍인"; //변경되는 닉네임

 $sql = " select bo_table from $g4[board_table] ";
 $sn = sql_query($sql);
 for($i=0;$row=sql_fetch_array($sn);$i++) {

  sql_query(" update {$g4['write_prefix']}{$row['bo_table']} set wr_name = '$member_nick' where mb_id = '$member_id' ", FALSE);
  }

  alert("닉네임 일괄 변경완료", $g4[path]);
?>
  • 복사

( 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 = '268916' 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