묻고답하기
업그레이드후 에러 해결방법이없나요?
2011.08.24 00:59
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
이상과같이 관리자 페이지에 들어가면 에러가 나옵니다 이전버전 다시 깔아봤으나 잡히지 않습니다.
해결 방법좀 일러주시면 감사하겠습니다.
댓글 1
글쓴이 | 제목 | 최종 글 |
---|---|---|
XE | 공지 글 쓰기,삭제 운영방식 변경 공지 [16] | 2019.03.05 by 남기남 |
달의소년 | 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에러 ㅜㅜ | |
enzoy | 다국어로 제작시, 컨텐츠도 다국어 입력이 가능한지요? [1] | 2011.08.23 by 백성찬 |
mychul5 | 잘못해서 특정보드를 지워버렸습니다. 복구가능한가요? [1] | 2011.08.23 by 송동우 |
초급이 | 모르고 위젯에/로그인_인포/스킨스에 xe_official파일을 지웟어요,. [1] | 2011.08.23 by 송동우 |
초급이 | 로그인위젯에서 [1] | 2011.08.23 by 송동우 |
Community | 익스6과 다른부라우저의 각기다른 위젯 출력 [1] | 2011.08.23 by enzoy |
여행객 | 게시판 1.3에서의 확장변수 문의 [2] | 2011.08.23 by 송동우 |
준돌이 | 회원가입시 인증메일 오류 | |
롱코트ew | 이번에 윈도우7로 바꾸었는데요. | |
제제876 | 메인에 제로보드 게시판 보여주기 | |
심심군 | WPI로 설치후 최신버전을 덮어씌우면... | |
모빌로스 | 연관글출력 애드온을 실행하면 백지현상이 나타납니다. [1] | 2011.08.23 by mychul5 |