쪽지4 alpha3버전 설치시 sql구문 오류입니다. 정보
쪽지4 alpha3버전 설치시 sql구문 오류입니다.본문
memo4.sql 파일의 168번 라인이
CREATE TABLE `$g4[memo_trash_table]` (
로 되어 설치가 불가능합니다.
CREATE TABLE `$g4[memo_temp_table]` (
로 수정하셔야 할 것 같습니다.
그리고 아래는 이미지파일 누락입니다.
/cheditor4icons/toolbar_icon_3.gif
/cheditor4icons/toolbar_icon_8.gif
/cheditor4icons/toolbar_icon_7.gif
/cheditor4icons/toolbar_icon_10.gif
/cheditor4icons/edit_mode_rich_a.gif
/cheditor4icons/edit_mode_view_b.gif
/cheditor4icons/statusbar_resize.gif
/bbs/img/message_01.gif
/bbs/img/message_btn_01.gif
/bbs/img/message_btn_closs.gif
/bbs/img/message_03.gif
아래는 보낸쪽지함에서 삭제시 나오는 에러 문구입니다.
insert into g4_memo_trash select *, 'send' from g4_memo_send where me_id = '1' and memo_owner='admin' and me_send_mb_id='admin'
1062 : 중복된 입력 값 '1-html1': key 1
error file : /board/bbs/memo2_form_delete.php
CREATE TABLE `$g4[memo_trash_table]` (
로 되어 설치가 불가능합니다.
CREATE TABLE `$g4[memo_temp_table]` (
로 수정하셔야 할 것 같습니다.
그리고 아래는 이미지파일 누락입니다.
/cheditor4icons/toolbar_icon_3.gif
/cheditor4icons/toolbar_icon_8.gif
/cheditor4icons/toolbar_icon_7.gif
/cheditor4icons/toolbar_icon_10.gif
/cheditor4icons/edit_mode_rich_a.gif
/cheditor4icons/edit_mode_view_b.gif
/cheditor4icons/statusbar_resize.gif
/bbs/img/message_01.gif
/bbs/img/message_btn_01.gif
/bbs/img/message_btn_closs.gif
/bbs/img/message_03.gif
아래는 보낸쪽지함에서 삭제시 나오는 에러 문구입니다.
insert into g4_memo_trash select *, 'send' from g4_memo_send where me_id = '1' and memo_owner='admin' and me_send_mb_id='admin'
1062 : 중복된 입력 값 '1-html1': key 1
error file : /board/bbs/memo2_form_delete.php
추천
0
0
댓글 전체
/cheditor4icons/toolbar_icon_3.gif
/cheditor4icons/toolbar_icon_8.gif
/cheditor4icons/toolbar_icon_7.gif
/cheditor4icons/toolbar_icon_10.gif
/cheditor4icons/edit_mode_rich_a.gif
/cheditor4icons/edit_mode_view_b.gif
/cheditor4icons/statusbar_resize.gif
이부분은 cheditor 때문에 생기는 오류인데, 일단 구버젼 cheditor로 바꿔서 올리게습니다.
insert into g4_memo_trash select *, 'send' from g4_memo_send where me_id = '1' and memo_owner='admin' and me_send_mb_id='admin'
1062 : 중복된 입력 값 '1-html1': key 1
error file : /board/bbs/memo2_form_delete.php
이거는 trash의 db를 바꿔줬는데도 그런가요???
/cheditor4icons/toolbar_icon_8.gif
/cheditor4icons/toolbar_icon_7.gif
/cheditor4icons/toolbar_icon_10.gif
/cheditor4icons/edit_mode_rich_a.gif
/cheditor4icons/edit_mode_view_b.gif
/cheditor4icons/statusbar_resize.gif
이부분은 cheditor 때문에 생기는 오류인데, 일단 구버젼 cheditor로 바꿔서 올리게습니다.
insert into g4_memo_trash select *, 'send' from g4_memo_send where me_id = '1' and memo_owner='admin' and me_send_mb_id='admin'
1062 : 중복된 입력 값 '1-html1': key 1
error file : /board/bbs/memo2_form_delete.php
이거는 trash의 db를 바꿔줬는데도 그런가요???
trash db 수정 쿼리 후 정상적인 작동이 됩니다.
alpha3 게시물 본문에 해당 내용이 있어서 alpha2에서의 개선사항을 작성하신줄로 알았습니다.
alpha3 게시물 본문에 해당 내용이 있어서 alpha2에서의 개선사항을 작성하신줄로 알았습니다.