묻고답하기

제홈페이지는 http://coolsoft2.com 인데

1.3 설치 이후 아래와 같은 오류가 발생됩니다.










포넌트 코드를 변환 **/ function _fixQuotation($matches) { $key = $matches[1]; $val = $matches[2]; if(substr($val,0,1)!='"') $val = '"'.$val.'"'; return sprintf('%s=%s', $key, $val); } function transEditorComponent($matches) { // IE에서는 태그의 특성중에서 " 를 빼어 버리는 경우가 있기에 정규표현식으로 추가해줌 $buff = $matches[0]; $buff = preg_replace_callback('/([^=^"^ ]*)=([^ ^>]*)/i', array($this, _fixQuotation), $buff); $buff = str_replace("&","&",$buff); // 에디터 컴포넌트에서 생성된 코드 $oXmlParser = new XmlParser(); $xml_doc = $oXmlParser->parse($buff); if($xml_doc->div) $xml_doc = $xml_doc->div; else if($xml_doc->img) $xml_doc = $xml_doc->img; $xml_doc->body = $matches[3]; // attribute가 없으면 return $editor_component = $xml_doc->attrs->editor_component; if(!$editor_component) return $matches[0]; // component::transHTML() 을 이용하여 변환된 코드를 받음 $oEditorModel = &getModel('editor'); $oComponent = &$oEditorModel->getComponentObject($editor_component, 0); if(!is_object($oComponent)||!method_exists($oComponent, 'transHTML')) return $matches[0]; return $oComponent->transHTML($xml_doc); } /** * @brief gzip encoding 여부 체크 **/ function isGzEnabled() { if( (defined('__OB_GZHANDLER_ENABLE__') && __OB_GZHANDLER_ENABLE__ == 1) && strpos($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')!==false && function_exists('ob_gzhandler') && extension_loaded('zlib') ) return true; return false; } } ?> method = $item->called_method; $oModule = null; $oModule = &getModule($module, $type); if(!$oModule || !method_exists($oModule, $called_method)) continue; $output = $oModule->{$called_method}($obj); if(!$output->toBool()) return $output; } return new Object(); } } ?> /i", $email_address) ) return $email_address; else return ''; } } ?>
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/hosting_users/hun8902/www/classes/context/Context.class.php:985) in /home/hosting_users/hun8902/www/config/config.inc.php on line 99
로만 입력해주셔야 합니다'; $lang->filter->invalid_number = '%s의 형식이 잘못되었습니다. 숫자로만 입력해주셔야 합니다'; ?> $oDB = &DB::getInstance(); $oModuleController = &getController('module'); // act 추가 $oModuleController->insertActionForward('member', 'view', 'dispMemberOwnDocument'); $oModuleController->insertActionForward('member', 'view', 'dispMemberScrappedDocument'); $oModuleController->insertActionForward('member', 'view', 'dispMemberSavedDocument'); $oModuleController->insertActionForward('member', 'view', 'dispMemberOpenIDLeave'); $oModuleController->insertActionForward('member', 'view', 'dispMemberFindAccount'); $oModuleController->insertActionForward('member', 'controller', 'procMemberInsertProfileImage'); $oModuleController->insertActionForward('member', 'controller', 'procMemberDeleteProfileImage'); // member 디렉토리 체크 FileHandler::makeDir('./files/member_extra_info/image_name'); FileHandler::makeDir('./files/member_extra_info/image_mark'); FileHandler::makeDir('./files/member_extra_info/signature'); FileHandler::makeDir('./files/member_extra_info/new_message_flags'); FileHandler::makeDir('./files/member_extra_info/profile_image'); // DB 필드 추가 if (!$oDB->isColumnExists("member_auth_mail", "is_register")) { $oDB->addColumn("member_auth_mail", "is_register", "char", 1, "N", true); } return new Object(0, 'success_updated'); } /** * @brief 캐시 파일 재생성 **/ function recompileCache() { } } ?> nid = '오픈아이디로 가입시 아이디와 메일등의 기본 정보는 이 사이트에 저장이 되지만 비밀번호와 인증을 위한 처리는 해당 오픈아이디 제공서비스에서 이루어집니다.'; $lang->about_openid_leave = '오픈아이디의 탈퇴는 현 사이트에서의 회원 정보를 삭제하는 것입니다.
탈퇴 후 로그인하시면 새로 가입하시는 것으로 되어 작성한 글에 대한 권한을 가질 수 없게 됩니다'; $lang->about_find_member_account = '아이디/ 비밀번호는 가입시 등록한 메일 주소로 알려드립니다
가입할때 등록하신 메일 주소를 입력하시고 "아이디/ 비밀번호 찾기" 버튼을 클릭해주세요.
'; $lang->about_member = "회원을 생성/수정/삭제 할 수 있고 그룹관리나 가입폼 관리등을 할 수 있는 회원 관리 모듈입니다.\n기본으로 생성된 그룹외의 그룹을 생성하여 회원 관리가 가능하고 가입폼관리를 통한 기본 정보외의 추가 정보를 요구받을 수도 있습니다."; ?> $menu_list .= sprintf("\n%s,%s,popopen('%s','addFriend')", Context::getRequestUri().'+ '+ '/modules/member/tpl/images/icon_add_friend.gif', $menu_str, $menu_link); } } // 템플릿에 적용되게 하기 위해 module의 variables에 재등록 $this->add('menu_list', $menu_list); } ?> up_list || !is_array($group_list) || !count($group_list)) return false; // 직접 관리자로 선택하였을 경우 확인 if(is_array($module_info->admin_id) && in_array($user_id, $module_info->admin_id)) return true; // 관리자 그룹으로 등록되어 있을 경우 확인 $manager_group = $module_info->grants['manager']; return count(array_intersect(array_keys($group_list), $manager_group)); } } ?> $menu_list .= sprintf("\n%s,%s,popopen('%s','addFriend')", Context::getRequestUri().'/modules/member/tpl/images/icon_add_friend.gif', $menu_str, $menu_link); } } // 템플릿에 적용되게 하기 위해 module의 variables에 재등록 $this->add('menu_list', $menu_list); } ?> $menu_list .= sprintf("\n%s,%s,popopen('%s','addFriend')", Context::getRequestUri().'/modules/member/tpl/images/icon_add_friend.gif', $menu_str, $menu_link); } } // 템플릿에 적용되게 하기 위해 module의 variables에 재등록 $this->add('menu_list', $menu_list); } ?> g('layout'); $header_script = trim($layout_config->header_script[$layout_srl]); if($header_script) $buff .= sprintf(' $layout_info->header_script = "%s"; ', str_replace('"','\\"',$header_script)); $buff = ''; FileHandler::writeFile($cache_file, $buff); if(file_exists($cache_file)) @include($cache_file); return $layout_info; } } ?>
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hun8902/www/classes/context/Context.class.php:985) in /home/hosting_users/hun8902/www/classes/display/DisplayHandler.class.php on line 200

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hun8902/www/classes/context/Context.class.php:985) in /home/hosting_users/hun8902/www/classes/display/DisplayHandler.class.php on line 221

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hun8902/www/classes/context/Context.class.php:985) in /home/hosting_users/hun8902/www/classes/display/DisplayHandler.class.php on line 222

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hun8902/www/classes/context/Context.class.php:985) in /home/hosting_users/hun8902/www/classes/display/DisplayHandler.class.php on line 223

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hun8902/www/classes/context/Context.class.php:985) in /home/hosting_users/hun8902/www/classes/display/DisplayHandler.class.php on line 224

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hun8902/www/classes/context/Context.class.php:985) in /home/hosting_users/hun8902/www/classes/display/DisplayHandler.class.php on line 225

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hun8902/www/classes/context/Context.class.php:985) in /home/hosting_users/hun8902/www/classes/display/DisplayHandler.class.php on line 226
$buff .= sprintf('$widget_info->extra_var->%s->options["%s"] = "%s";', $id, $options[$j]->value->body, $options[$j]->name->body); } } } } $buff = ''; FileHandler::writeFile($cache_file, $buff); if(file_exists($cache_file)) @include($cache_file); return $widget_info; } } ?> 'Y'+ ') { if(preg_match('/^https:\/\//i',Context::getRequestUri())) $ssl_mode = true; } Context::set('ssl_mode',$ssl_mode); // 템플릿 컴파일 $oTemplate = &TemplateHandler::getInstance(); return $oTemplate->compile($tpl_path, $tpl_file); } } ?> g_replace('/src=(["\']?)files/i','src=$1'.Context::getRequestUri().'files', $matches[0]); } } ?> if($args->target_module) { $oModuleModel = &getModel('module'); $module_info = $oModuleModel->getModuleInfoByModuleSrl($args->target_module); if(!$module_info) return false; if($oModuleModel->isModuleAdmin($module_info, $logged_info)) return true; } break; // 삭제일 경우는 세션에 저장된 글이 있으면 return true case 'delete' : $flag_list = $_SESSION['document_management']; if(count($flag_list)) return true; break; } break; } return false; } } ?> } ?> $title; $xml_info->extra_vars->{$key}->description = $description; $buff .= sprintf('$xml_info->extra_vars->%s->%s = "%s";', $key, 'title', $title); $buff .= sprintf('$xml_info->extra_vars->%s->%s = "%s";', $key, 'description', $description); } } $buff .= ' ?>'; FileHandler::writeFile($cache_file, $buff, "w"); return $xml_info; } } ?> 시면 상세한 컴포넌트 설정이 가능합니다'; ?> $menu_list .= sprintf("\n%s,%s,popopen('%s','addFriend')", Context::getRequestUri().'/modules/member/tpl/images/icon_add_friend.gif', $menu_str, $menu_link); } } // 템플릿에 적용되게 하기 위해 module의 variables에 재등록 $this->add('menu_list', $menu_list); } ?> $new_group_args->member_srl = $member_srl; $new_group_args->group_srl = $current_group_srl; $new_group_output = executeQuery('member.addMemberToGroup', $new_group_args); } } // 캐시 설정 $cache_path = sprintf('./files/member_extra_info/point/%s/', getNumberingPath($member_srl)); FileHandler::makedir($cache_path); $cache_filename = sprintf('%s%d.cache.txt', $cache_path, $member_srl); FileHandler::writeFile($cache_filename, $point); return $output; } } ?>
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hun8902/www/classes/context/Context.class.php:985) in /home/hosting_users/hun8902/www/classes/display/DisplayHandler.class.php on line 92

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hun8902/www/classes/context/Context.class.php:985) in /home/hosting_users/hun8902/www/classes/display/DisplayHandler.class.php on line 92
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
비밀얌 게시판 글 클릭 못하게 할수 있나요? [2] 2008.05.17 by 비밀얌
망했어요 데이터 마이그레이션 하다 사이트가 날라갔어요.. ㅜㅜ  
winter548 네이버 통합검색 API 소스없나요? [1] 2008.05.17 by 민수
youngminpark 헤더에서 HTML 추가 하면 테이블이 아래로 처집니다. [2] 2008.05.17 by 민수
김수경 파란계정에는 스킨올라가지만 미리내는 올라가질않아요 [1] 2008.05.17 by 민수
영환 회원가입폼수정  
overimim 애드센스 본문 섹션 타겟팅 지정은 어떻게 하나요?  
조도명 로그인창 질문점요  
박영주님 IE와 FF 글씨 줄 간격이 틀립니다. file  
토니박스 급]!! 1.03으로 업그레이드 후 에러 [4] file 2008.05.16 by 토니박스
쿨키드 1.3업데이트 이후 에러  
흑묘백묘 JavaScript 슬라이드 메뉴가 FF에서 않열립니다. file  
초보 회원 탈퇴 설정은? [1] 2008.05.16 by 老姜君
이가우 회원가입시 에러 내용 문의  
황인성705 이런 경우엔 어떻게 해야 되나요?  
탑심 <UL> <LI> 태그가 안 나옵니다 [2] 2008.05.16 by 탑심
earthian 이메일 인증 사용시... [2] 2008.05.16 by earthian
congtae 댓글 허용 자동으로 하려면? [3] 2008.05.16 by 백성찬
루루 zbxe 파일을 업로드 하는데요 [3] file 2008.05.16 by 초보자
earthian 1.03 업그레이드 후 에러 [1] 2008.05.16 by earthian
XEXE XE 중요한 한가지+2 꼭 개선돼야 할 사항입니다. [3] 2008.05.16 by skylark.idtail.com
특특 zb4에서 xe로 이동하고 싶은데요, 지우려고 하니까 [2] 2008.05.16 by 老姜君
남명 홈피 게시판 아이디 비밀번호 해킹??? [1] 2008.05.16 by 백성찬
박영권846 도와 주세요! [1] 2008.05.16 by 백성찬
amd짱 1.0.3 출시 언제합니까? [1] 2008.05.16 by 백성찬
잡힐손 Need Help 자유 게시판 만드는거 좀 도와 주세요 - 왕 초보 [1] 2008.05.16 by 호남삼육
박영권 도와주세요!  
gary 게시판에서 파일첨부가 2개있던데 10개 첨부하려면 어떻게 해야되나요..  
KaKao 해당 나라 언어선택시 전체 페이지 변경 방법 문의 드립니다. [4] 2008.05.16 by KaKao
신승태 1.0.2업그레이드 후 댓글있는 문서만 읽기 에러 발생 [1] 2008.05.16 by 신승태