쪽지보네기창에서 chedit 상단의 아이콘들이 경로가 잘못 되었는데, 어디서 수정을...
좋은 작업물 공유해 주셔서 감사드립니다.
설치 후 테스트 하다보니,쪽지보네기창에서 chedit 상단의 아이콘들이 경로가 잘못 되었는데,
어디서 경로수정을 해야 하는지 문의 드립니다.
그리고, 주소록 기능을 선택하면, 아래와 같은 에러 창이 뜨는데요.
select 'recv' as type, a.me_send_mb_id as mb_id, count(*) as cnt, b.mb_nick, b.mb_email, b.mb_homepage from g4_memo_recv a left join g4_member b on a.me_send_mb_id = b.mb_id where a.me_recv_mb_id = 'admin' group by a.me_send_mb_id union all select 'send' as type, a.me_recv_mb_id as mb_id, count(*) as cnt, b.mb_nick, b.mb_email, b.mb_homepage from g4_memo_send a left join g4_member b on a.me_recv_mb_id = b.mb_id where a.me_send_mb_id = 'admin' group by a.me_recv_mb_id union all select 'save_send' as type, a.me_recv_mb_id as mb_id, count(*) as cnt, b.mb_nick, b.mb_email, b.mb_homepage from g4_memo_save a left join g4_member b on a.me_recv_mb_id = b.mb_id where a.memo_owner = 'admin' and memo_type='send' group by a.me_recv_mb_id union all select 'save_recv' as type, a.me_send_mb_id as mb_id, count(*) as cnt, b.mb_nick, b.mb_email, b.mb_homepage from g4_memo_save a left join g4_member b on a.me_send_mb_id = b.mb_id where a.memo_owner = 'admin' and memo_type='recv' group by a.me_send_mb_id
1064 : You have an error in your SQL syntax near 'union all select 'send' as type, a.me_recv_mb_id as mb_id, count(*' at line 3
error file : /bbs/memo.php
제가 무었을 잘못 하였을까 고민해도모르겠는데, 조언 부탁드립니다.
그리고, 혹시 가능 하시다면, 쪽지그룹에서 그누보드 맴버 레벨을 선택하여 일괄추가 할 수 있도록 하거나,
글쓰기 창에서 관리자 이상이라면, 수신자 를 그누보드 멤버레벨로 지정 하여 쪽지를 보넬 수 있는 기능의 작업은 어려우신지요? ^^!
하여간 잘 사용하겠습니다.
감사합니다.
꾸뻑!
설치 후 테스트 하다보니,쪽지보네기창에서 chedit 상단의 아이콘들이 경로가 잘못 되었는데,
어디서 경로수정을 해야 하는지 문의 드립니다.
그리고, 주소록 기능을 선택하면, 아래와 같은 에러 창이 뜨는데요.
select 'recv' as type, a.me_send_mb_id as mb_id, count(*) as cnt, b.mb_nick, b.mb_email, b.mb_homepage from g4_memo_recv a left join g4_member b on a.me_send_mb_id = b.mb_id where a.me_recv_mb_id = 'admin' group by a.me_send_mb_id union all select 'send' as type, a.me_recv_mb_id as mb_id, count(*) as cnt, b.mb_nick, b.mb_email, b.mb_homepage from g4_memo_send a left join g4_member b on a.me_recv_mb_id = b.mb_id where a.me_send_mb_id = 'admin' group by a.me_recv_mb_id union all select 'save_send' as type, a.me_recv_mb_id as mb_id, count(*) as cnt, b.mb_nick, b.mb_email, b.mb_homepage from g4_memo_save a left join g4_member b on a.me_recv_mb_id = b.mb_id where a.memo_owner = 'admin' and memo_type='send' group by a.me_recv_mb_id union all select 'save_recv' as type, a.me_send_mb_id as mb_id, count(*) as cnt, b.mb_nick, b.mb_email, b.mb_homepage from g4_memo_save a left join g4_member b on a.me_send_mb_id = b.mb_id where a.memo_owner = 'admin' and memo_type='recv' group by a.me_send_mb_id
1064 : You have an error in your SQL syntax near 'union all select 'send' as type, a.me_recv_mb_id as mb_id, count(*' at line 3
error file : /bbs/memo.php
제가 무었을 잘못 하였을까 고민해도모르겠는데, 조언 부탁드립니다.
그리고, 혹시 가능 하시다면, 쪽지그룹에서 그누보드 맴버 레벨을 선택하여 일괄추가 할 수 있도록 하거나,
글쓰기 창에서 관리자 이상이라면, 수신자 를 그누보드 멤버레벨로 지정 하여 쪽지를 보넬 수 있는 기능의 작업은 어려우신지요? ^^!
하여간 잘 사용하겠습니다.
감사합니다.
꾸뻑!
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기
댓글 1개
그누 최신버젼에서 cheditor4 디렉토리의 아이콘을 가져다 넣으면 됩니다.
union all이 안되는 것은 mysql이 너무 구버젼이라서 그런거 같네요.
전체레벨 발신은...글쎄요...