글쓰기에러좀 정보
글쓰기에러좀관련링크
본문
utf-8를 쓰고있습니다.
게시판에서 글을쓰기하면은
select count(*) as cnt from g4_point where mb_id = 'kybcis' and po_rel_table = 'shopingmall' and po_rel_id = '3' and po_rel_action = '?곌린'
1267 : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
error file : /bbs/write_update.php
위 같은 에러가뜨고 안넘갑니다
특히 파일첨부를 하면 안되고 목록에서 쓴글을선택해서 수정으로 다시 첨부하면
파일이 추가된것으로 나옵니다..
왜그럴까요??
게시판에서 글을쓰기하면은
select count(*) as cnt from g4_point where mb_id = 'kybcis' and po_rel_table = 'shopingmall' and po_rel_id = '3' and po_rel_action = '?곌린'
1267 : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
error file : /bbs/write_update.php
위 같은 에러가뜨고 안넘갑니다
특히 파일첨부를 하면 안되고 목록에서 쓴글을선택해서 수정으로 다시 첨부하면
파일이 추가된것으로 나옵니다..
왜그럴까요??
댓글 전체
해당 게시판 테이블의 필드들의 인코딩 설정이 모두 utf8_general_ci인지 확인해보세요