그누보드에는 여러가지 기능 추가가 쉽도록 제작 되었습니다. 플러그인의 저작권은 해당 플러그인 제작자님께 있으며, 그누보드의 저작권과 다를 수 있습니다. 플러그인 다운로드시 좋아요와 감사의 코멘트를 남기시면 제작자에게 큰 힘이됩니다. ^^y
댓글 3개
어떠한 설정도 원상태로 돌아옵니다.
무엇을 손봐야 될지여,,,에궁,,,
쪽지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