게시판 글쓰기 후 1062 에러 메시지 정보
게시판 글쓰기 후 1062 에러 메시지본문
안녕하세요?
작은 홈페이지를 관리하고 있는데, 최근에 게시판에 글쓰기를 하면 다음과 같은 에러 메시지가 화면에 나오네요.
insert into g4_board_file set bo_table = 'tb21', wr_id = '87', bf_no = '0', bf_source = '', bf_file = '', bf_content = '', bf_download = 0, bf_filesize = '', bf_width = '', bf_height = '', bf_type = '', bf_datetime = '2011-05-03 04:58:46'
1062 : Duplicate entry '' for key 1
error file : /bbs/write_update.php
홈페이지 모든 게시판에서 이런식의 메시지가 나오고, 다시 게시판으로 들어가보면 글은 등록이 되어있습니다.
홈페이지 제작 완전 초보라서 상당히 당황하고 있는 중입니다. ^^;;
회원님들의 좋은 답변 기다리겠습니다. 감사합니다.
작은 홈페이지를 관리하고 있는데, 최근에 게시판에 글쓰기를 하면 다음과 같은 에러 메시지가 화면에 나오네요.
insert into g4_board_file set bo_table = 'tb21', wr_id = '87', bf_no = '0', bf_source = '', bf_file = '', bf_content = '', bf_download = 0, bf_filesize = '', bf_width = '', bf_height = '', bf_type = '', bf_datetime = '2011-05-03 04:58:46'
1062 : Duplicate entry '' for key 1
error file : /bbs/write_update.php
홈페이지 모든 게시판에서 이런식의 메시지가 나오고, 다시 게시판으로 들어가보면 글은 등록이 되어있습니다.
홈페이지 제작 완전 초보라서 상당히 당황하고 있는 중입니다. ^^;;
회원님들의 좋은 답변 기다리겠습니다. 감사합니다.
( 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 = '189538' 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