이런 에러 뜨면 어떻게,,, > 그누4 플러그인

그누4 플러그인

그누보드에는 여러가지 기능 추가가 쉽도록 제작 되었습니다.
플러그인의 저작권은 해당 플러그인 제작자님께 있으며, 그누보드의 저작권과 다를 수 있습니다.
플러그인 다운로드시 좋아요와 감사의 코멘트를 남기시면 제작자에게 큰 힘이됩니다. ^^y

이런 에러 뜨면 어떻게,,, 정보

이런 에러 뜨면 어떻게,,,

본문

수고많으십니다.
이런 에러가 뜨면 어떻게 조치 해야 되는지여,,,

^^
추천
0
  • 복사

댓글 전체

쪽지4 설정파일에서 나오는 오류 입니다.
쪽지4 설정 db 테이블이 없어서 나오는 오류에요.

// 설정 - $config 테이블로 통합
if (function_exists('sql_fetch')) {
    $memo_config_select = " cf_memo_page_rows, cf_memo_del_unread, cf_memo_del_trash, cf_memo_delete_datetime, cf_memo_user_dhtml, cf_memo_use_file, cf_memo_file_size, cf_max_memo_file_size, cf_friend_management, cf_memo_no_reply, cf_memo_notice_board, cf_memo_notice_memo, cf_memo_before_after, cf_memo_print, cf_memo_b4_resize, cf_memo_realtime, cf_memo_mb_name ";
    $memo_config = sql_fetch(" select $memo_config_select from $g4[memo_config_table] ", FALSE);
    if ($memo_config)
        $config = array_merge($config, $memo_config);
    else
    {
        $memo_config = sql_fetch(" select * from $g4[memo_config_table] ", FALSE);
        $config = array_merge($config, $memo_config);
        $config[cf_memo_notice_memo] = "쪽지4 설정 db 오류 - 설정db를 업그레이드 하라고 관리자에게 전해주세요. 관리자는 쪽지설정에서 저장을 한번 하면 됩니다. 물론 공지메모를 삭제한 다음에 저장해 주세요.";
    }
}
쪽지 보내기하면 이렇게 에러가 납니다. 자세하게 설명좀 해주세요 부탁드립니다.
insert into g4_memo_recv ( me_recv_mb_id, me_send_mb_id, me_send_datetime, me_memo, me_subject, memo_type, memo_owner, me_file_local, me_file_server, me_option ) values ('l341', 'kr23', '2010-10-27 15:20:51', 'ss', 'ss', 'recv', 'l3411', '', '', ',,' )

1054 : Unknown column 'me_option' in 'field list'

error file : /db/bbs/memo2_form_update.php
© SIRSOFT
현재 페이지 제일 처음으로