묻고답하기

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 남기남
가을풍경 win2008+ie8 + FASTcgi 에서의 대용량 업로드시 404 에러 잡아주세요!! file  
가가 아,어렵네요,xeㅠㅠㅠㅠㅠ [1] 2009.01.10 by 팔복
플래닛사용자 플래닛을 2차 도메인에서 사용할 수 있도록 하려면  
테사카 파폭에서 업로드가 안되네요. [1] 2009.01.11 by BlueGATE
비나무 메뉴의 mid값 읽어오기 관련입니다. [11] 2009.01.11 by 비나무
최광운836 메뉴와 페이지 관련....모르겠습니다. [1] file 2009.01.11 by 백성찬
꿀과메기 로그인이 안됩니다. [1] 2009.01.11 by 백성찬
아리용 게시판이 잘려서 나와요~ [1] file 2009.01.11 by 백성찬
시아685 사진첨부가 안되요 [6] 2009.01.11 by 시아685
안보미460 이런 에러가 왜 나오는건가요? [1] 2009.01.11 by Habile
sqlreport 게시판 다섯개를 하나로 합치려 합니다. [1] 2009.01.11 by Habile
\"vusdo\" 메일 서버 설정.. [1] 2009.01.11 by Habile
이병진682 아아피차단법과 회원목록 비정상적(모니터링중) [1] 2009.01.11 by Habile
바이블인사이드 카운터 초기화 하려면 어떻게 하나요? (xe) -> sql 문으로 자체해결(모르시는 분 팁) [1] 2009.01.11 by 찰리
Crom 페이지 안에 페이지 모듈을 불러올 수 있나요? [1] 2009.01.11 by Habile
찰리 xe 이전 후 카운터 초기값(시작값)을 이전 홈페이지 숫자로 올리기 [1] file 2009.01.11 by Habile
bluesun 글작성시 아이피 안뜨게 할렴 어떻게하죠? [1] 2009.01.11 by Habile
맥돌이포토 사진 정보 볼 수 있는 스킨 구해주세요 [1] file 2009.01.11 by 심심한
함께해요! 위젯-웹진 방식 최근 게시물 첨부그림과 같이 바꿀려면.... [2] file 2009.01.11 by 함께해요!
김주년656 가장 안정적인 XE 버전은 어떤것일까요? [4] 2009.01.11 by Habile