묻고답하기

array(); $Data = $output->data; // 검색이 쉽게 파일번호를 키값으로 셋팅 foreach($Data as $val){ $re[$val->file_srl] = $val->download_count; } return $re; } function getSplitFileList($buffs) { if(!is_array($buffs)||!count($buffs)) return; $re = array(); foreach($buffs as $key => $file){ if($file->direct_download=='Y'){ if(preg_match("/\.(swf|flv|mp[1234]|as[fx]|wm[av]|mpg|mpeg|avi|wav|mid|midi|mov|moov|qt|rm|ram|ra|rmm|m4v)$/i", $file->source_filename)){ $re['media'][]=$file; }else{ $re['image'][]=$file; } }else{ $re['binary'][]=$file; } } return $re; } function printExtraImages($buffs) { if(!is_array($buffs)) return; // 아이콘 디렉토리 구함 $path = sprintf('%s%s',getUrl(), 'modules/document/tpl/icons/'); if(!count($buffs)) return; $buff = null; foreach($buffs as $key => $val) { if(isset($this->display_extra_images['none']) && !$this->display_extra_images[$val]) continue; $lang_str = Context::getLang($val); $buff .= sprintf('', $path, $val, $lang_str, $lang_str); } return $buff; } function getWith($obj, $arr) { if(!$obj || !is_array($obj->variables) || !is_array($arr)) return $obj; foreach($arr as $val){ $obj->{$val} = $obj->variables[$val]; } return $obj; } function cutStrEx($value, $cut_size = 0) { if(!$cut_size || $cut_size<1) return $value; if(preg_match('/()(http:\/\/)?(.+?)(<\/a>)/e', $value, $match)) { $value = $match[1].cut_str($match[3], $cut_size).$match[4]; }else{ $value = cut_str(strip_tags($value), $cut_size); } return $value; } function inArrayEx($needle, $haystack, $strict = false) { if(!is_array($needle) || !is_array($haystack)) return false; foreach($needle as $val){ if(in_array($val, $haystack, $strict)) return true; } return false; } function getTrackbackUrlEx($document_srl = 0) { if(!$document_srl) $document_srl = Context::get('document_srl'); if(!$document_srl) return; // 스팸을 막기 위한 key 생성 $oTrackbackModel = &getModel('trackback'); $url = Context::getRequestUri(); if(substr($url,-1) != '/') $url .= '/'; if(Context::isAllowRewrite()) return $url.$document_srl.'/'.$oTrackbackModel->getTrackbackKey($document_srl).'/trackback'; else return $oTrackbackModel->getTrackbackUrl($document_srl); } } ?>
Warning: Cannot modify header information - headers already sent by (output started at /home/htdocs/xe/modules/bodex/bodex.item.php:14) in /home/htdocs/xe/classes/display/DisplayHandler.class.php on line 67

Warning: Cannot modify header information - headers already sent by (output started at /home/htdocs/xe/modules/bodex/bodex.item.php:14) in /home/htdocs/xe/classes/display/DisplayHandler.class.php on line 253

Warning: Cannot modify header information - headers already sent by (output started at /home/htdocs/xe/modules/bodex/bodex.item.php:14) in /home/htdocs/xe/classes/display/DisplayHandler.class.php on line 254

Warning: Cannot modify header information - headers already sent by (output started at /home/htdocs/xe/modules/bodex/bodex.item.php:14) in /home/htdocs/xe/classes/display/DisplayHandler.class.php on line 255

Warning: Cannot modify header information - headers already sent by (output started at /home/htdocs/xe/modules/bodex/bodex.item.php:14) in /home/htdocs/xe/classes/display/DisplayHandler.class.php on line 256

Warning: Cannot modify header information - headers already sent by (output started at /home/htdocs/xe/modules/bodex/bodex.item.php:14) in /home/htdocs/xe/classes/display/DisplayHandler.class.php on line 257

Warning: Cannot modify header information - headers already sent by (output started at /home/htdocs/xe/modules/bodex/bodex.item.php:14) in /home/htdocs/xe/classes/display/DisplayHandler.class.php on line 258

Warning: Cannot modify header information - headers already sent by (output started at /home/htdocs/xe/modules/bodex/bodex.item.php:14) in /home/htdocs/xe/classes/display/DisplayHandler.class.php on line 77

Warning: Cannot modify header information - headers already sent by (output started at /home/htdocs/xe/modules/bodex/bodex.item.php:14) in /home/htdocs/xe/classes/display/DisplayHandler.class.php on line 77




이상과같이 관리자 페이지에 들어가면 에러가 나옵니다 이전버전 다시 깔아봤으나 잡히지 않습니다.

해결 방법좀 일러주시면 감사하겠습니다.

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
php_seeker 로그인 정보 공유 방법 좀...  
김중식 관리자 페이지에서 한국우편번호 사용법 좀 알려주세요... [2] 2009.05.07 by 김중식
김선생™ 페이지만들때 CSS나 JS 가 제대로 안들어가네요... file  
김선생™ 메뉴수정,메뉴변경,메뉴삭제 안돼는 문제 ,, 게시글에 첨부파일 추가 안돼던것 해결했습니다. file  
노야 첫화면을 이렇게 변경 할수 있는 방법이 있나요? [1] file 2009.05.07 by miso777
매니아 위 아래 글 간격 줄일 수 없을까요? [1] 2009.05.07 by miso777
유후훗 1.2.2버전에서는 관리자 페이지에서 rewrite mod를 변경할 수 없나요? [1] 2009.05.07 by 마후
왕초보408 첨부파일 업로드시 사라지는 현상 [1] 2009.05.07 by 백성찬
sahara 업그레이드후 메뉴 밀림현상 [1] file 2009.05.07 by 비나무
별사탕FS 로그인 위젯의 링크 주소가 이상합니다. [2] 2009.05.07 by 별사탕FS
안전 1.1.4버번 홈페이지로 ...선배님들꼭 보아주세요. [1] 2009.05.07 by 비나무
유후훗 URL 주소가 고정되어있어 이것을 해제하려고 합니다. [1] 2009.05.07 by 비나무
흠흠 티스토리 초대장 갖고계시는분? [2] 2009.05.07 by 비나무
별사탕FS 최근글 위젯에 제목이 없어졌나요? [1] 2009.05.07 by 비나무
왕초보408 이미지 클릭시 주변에 작은 점선들.. [1] 2009.05.07 by 궁금이2
굽신이 갤러리 게시판 리스트 출력 질문입니다. [1] 2009.05.07 by 비나무
이민식225 최근 게시물 위젯 사용시... [2] 2009.05.07 by 이민식225
산으로 간 사람 xe의 데이터베이스 구조에 관하여 [4] 2009.05.07 by 장우성
장우성 disBoardWrite는 어디에 있나요? [4] 2009.05.07 by 장우성
tamdeog 업데이트 후에 cafe menu에서 페이지 추가가 안 되요... [2] file 2009.05.07 by tamdeog