묻고답하기

제홈페이지는 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 남기남
레몬시 게시판 스킨 찾고싶어서 문의드립니다. [1] file 2012.09.09
루띠92 에드온에서 변수값을 모듈로 넘기는 방법  
zartin 이거요...? [1] file 2012.09.09 by 아직없는닉
croc 지식인 모듈에서 이것 [1] file 2012.09.09 by 송동우
루트엘 위젯 높이를 0px로 해버렸는데 [1] 2012.09.09 by 송동우
kacao 관리자 페이지가 갑자기 접속이 안되요 file  
croc 지식인 모듈 하나더 질문입니다.. [1] file 2012.09.09 by 송동우
꾸링 신디케이션 GZIP 사용하면 안되나요? [1] 2012.09.09 by 데미갓
고이풀 포인트값 캐쉬 리프래쉬 가능한 방법 있나요? [1] 2012.09.09 by 송동우
천랑시리우스 확장변수 중 단일선택 게시글 수정 문제.. [4] 2012.09.10 by 천랑시리우스
러블리NA 레이아웃 펼침 메뉴가 작동이 안돼네요  
croc 쪽지 관련 문의 2번째 문의입니다 [1] 2012.09.10 by 송동우
메루 게시판이 전부 하나의 게시판으로 열립니다.  
루띠92 모듈이 소속된 메뉴를 지정하여 메뉴출력  
asdfsa 모바일 게시판에서 html태그 적용  
오니기리죠 쉬운설치 기능을 사용하려면?  
파표 contact us 질문합니다. [1] 2012.09.10 by 송동우
뭘더99 오늘자 게시물 수를 표시하고싶습니다.  
송song 스케치북5 스킨 글쓰기.. [1] 2012.09.10 by 송동우
mnetv 쪽지함 보기 메뉴가 안 보여요. [1] 2012.09.10 by 송동우
마랴 XE쉬운설치 이용하다가 홈피 접속이 안됩니다 ㅠㅠ [1] 2012.09.10 by 송동우
WongooN 홈페이지 서브메뉴를 클릭하면, 새창으로 떠요~같은 창에 뜨게하려면? [1] 2012.09.10 by 송동우
레오마드 제로보드 설치와 사용법 [1] 2012.09.10 by 송동우
pclove 게시판 리스트 자동 삭제 가능한가요? [2] 2012.09.10 by 송동우
루트엘 호스팅서버에 메일서버가 없을시에는 [1] 2012.09.10 by 송동우
캔슈 업데이트 했는데..... [1] 2012.09.10 by 송동우
루트엘 XE에서  
San. 지식인모듈 여러문제가 있네요. 포인트지급이 제대로 되는지..? file  
신비의불 xe 설치과정 오류 입니다. [1] 2012.09.10 by juossin
nonserial 목록게시판에 카테고리 목록 축력은 안나오게 하려면 어떻게 하나요? [2] 2012.09.10 by nonserial