묻고답하기

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 남기남
sqlreport 게시판 다섯개를 하나로 합치려 합니다. [1] 2009.01.11 by Habile
안보미460 이런 에러가 왜 나오는건가요? [1] 2009.01.11 by Habile
시아685 사진첨부가 안되요 [6] 2009.01.11 by 시아685
아리용 게시판이 잘려서 나와요~ [1] file 2009.01.11 by 백성찬
꿀과메기 로그인이 안됩니다. [1] 2009.01.11 by 백성찬
최광운836 메뉴와 페이지 관련....모르겠습니다. [1] file 2009.01.11 by 백성찬
비나무 메뉴의 mid값 읽어오기 관련입니다. [11] 2009.01.11 by 비나무
테사카 파폭에서 업로드가 안되네요. [1] 2009.01.11 by BlueGATE
플래닛사용자 플래닛을 2차 도메인에서 사용할 수 있도록 하려면  
가가 아,어렵네요,xeㅠㅠㅠㅠㅠ [1] 2009.01.10 by 팔복
가을풍경 win2008+ie8 + FASTcgi 에서의 대용량 업로드시 404 에러 잡아주세요!! file  
geba 게시판에 분류를 넣고 싶습니다. [1] 2009.01.10 by 대암지기
부우우 설치 후 질문 [4] 2009.01.10 by 부우우
김경훈229 최근게시물에서 more 버튼 사라지는 현상 [5] 2009.01.10 by 비나무
해커다 질문입니다,~~~ 봐주세요~~~~~ [2] 2009.01.10 by 해커다
젤라존 그 전 용 게 시 판 에 자 동 으 로 글 을 나 오 게 하 고 싶 은 데 요 [1] 2009.01.11 by 애치티
제리 제로보드 카운터 증가 관련 문의 [2] 2009.01.10 by 제리
선우파파 홈페이지분양 관련 질문드립니다.  
부우우 Xpress Engine 홈페이지 모듈 관련 질문 [6] 2009.01.10 by 백성찬
박용주 제로보드xe 부분적으로 복구설치 가능한가요?? [2] 2009.01.10 by 박용주
geba 게시판에서 공지사항을 보이게 하고 싶습니다. [1] 2009.01.10 by 백성찬
MazeHz 메인에서 공지사항 글을 더 많이 보게하려고 합니다만..... [2] file 2009.01.10 by MazeHz
skein 댓글을 쓸 때 이메일주소, 홈페이지 란이 안보이게 할 수 있나요? [1] file 2009.01.10 by 한새03
꿀과메기 갑자기 로그인이 안됩니다. [2] 2009.01.10 by 글쓴이
낙낙 DB & 관리자 정보 입력 오류 ㅠㅠ...  
애치티 송혜교남편님의 사이트맵 [2] file 2009.01.10 by 애치티
M*K XE 메뉴모듈 알려주세요 [9] file 2009.01.10 by M*K
히야 비누님 Mixup애드온 어디있나요?  
삼일 플래너와 게시판 연동가능한지요? [2] 2009.01.10 by Habile
geba 분류를 보이게 하고 싶어요... [1] file 2009.01.10 by Habile