묻고답하기

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 남기남
정동석744 도와주세요 [1] file 2011.08.24 by 하늘종
이효준862 메모 모듈 질문이요  
햄버거 답변좀 [2] 2011.08.24 by 송동우
Tbworld 관리자모드 접속통계가 안맞기 시작했습니다.~~  
테드 경로에 업로드 하려고 가면 해당 폴더가 없어요.(재질문) [2] 2011.08.24 by 송동우
양키센스 모듈이 없다고 나오고 관리자 아이디로도 접속이 안됩니다.  
코리스™ FTP 쉬운설치를 위해 FTP설정을 했는데 에러가 납니다.  
gyber 설치 완료 후 관리자 페이지로 갈 수 없습니다 [1] 2011.08.24
시지푼수 제로보드 xe 위젯 중 webzine 에 대한 질문입니다.  
오대영582 xe 게시판 설치는 되었는데 안보일경우  
쿵푸팬더 게시물안에 이미지 링크해서 카운트 올리기  
정동석744 1.2.4에서 [1] 2011.08.24 by 송동우
허윤녕 코어업데이트 후 windows live writer로 글 쓸때 이미지 깨지는 현상  
이효준862 닉네임클릭시 팝업메뉴에서 회원정보보기를 친구등록처럼? [1] 2011.08.24 by 송동우
노엔젤 회원정보보기 어디서 수정하나요? [1] 2011.08.24 by 노엔젤
은혜물가 최근 이미지 출력 위젯  
namsman 추천수에 따른 게시글 자동이동 질문드립니다. (송동우님) [1] 2011.08.24 by 송동우
노튼 자신이 쓴 댓글은 테이블 색깔 다르게 [1] 2011.08.24 by 송동우
강용길721 업그레이드후 에러 해결방법이없나요? [1] 2011.08.24
스위티레몬 포인트 지급의 제한을 두고싶습니다.  
yourgabi xe_analysys_log 테이블 용도?/ 지워도 되는지?  
달의소년 XE 작업후 도메인을 신청하면?! [1] 2011.08.23 by RoricTree
최태진814 생기초 질문입니다!!!  
달의소년 게시판 권한관리에서 가입한 사용자? [1] 2011.08.23 by RoricTree
왜만지냐 jquery 슬라이드로 이미지와 동영상 불러올때...? [1] 2011.08.23 by RoricTree
쿵푸팬더 프린트 누른 횟수 출력하려 합니다. 소스 첨부 [1] 2011.08.23 by RoricTree
김만홍 ㅁ...메뉴가 [1] 2011.08.23
sungil20 새글등록시... [1] 2011.08.23 by RoricTree
djaos 가입후 곧바로 탈퇴못하게 하려면 어떻게 해야하나요? [3] 2014.11.24 by RoricTree
smileadmin 더보기 메뉴 클릭시 404에러 ㅜㅜ