묻고답하기

init(); /** * @brief If default_url is set and it is different from the current url, attempt to redirect for SSO authentication and then process the module **/ if($oContext->checkSSO()) { $oModuleHandler = new ModuleHandler(); try { if($oModuleHandler->init()) { $oModule = &$oModuleHandler->procModule(); $oModuleHandler->displayContent($oModule); } } catch(Exception $e) { htmlHeader(); echo Context::getLang($e->getMessage()); htmlFooter(); } } $oContext->close(); /* End of file index.php */ /* Location: ./index.php */


홈페이지 접속시 이런 에러가 뜹니다..


홈페이지 주소는 http://reminis.cnu.ac.kr/COMe/입니다.. 

왜 이런지 모르겠습니다


COMe 페이지의 인덱스는 


<?php
/**
 * @file  index.php
 * @author NHN (developers@xpressengine.com)
 * @brief Start page
 *
 * Find and create module object by mif, act in Request Argument \n
 * Set module information
 *
 * @mainpage XpressEngine
 * @section intro introduction
 * XE is an opensource and being developed in the opensource project. \N
 * For more information, please see the link below.
 * - Official website: http://www.xpressengine.com(korean), http://www.xpressengine.org(english)
 * - SVN Repository: http://xe-core.googlecode.com/svn/
 * \n
 * "XpressEngine (XE)" is free software; you can redistribute it and/or \n
 * modify it under the terms of the GNU Lesser General Public \n
 * License as published by the Free Software Foundation; either \n
 * version 2.1 of the License, or (at your option) any later version. \n
 * \n
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 * \n
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 *
 **/

/**
 * @brief Declare constants for generic use and for checking to avoid a direct call from the Web
 **/
define('__XE__',   TRUE);
/**
 * @brief Include the necessary configuration files
 **/
require dirname(__FILE__) . '/config/config.inc.php';

/**
 * @brief Initialize by creating Context object
 * Set all Request Argument/Environment variables
 **/
$oContext = &Context::getInstance();
$oContext->init();

/**
 * @brief If default_url is set and it is different from the current url, attempt to redirect for SSO authentication and then process the module
 **/
if($oContext->checkSSO())
{
    $oModuleHandler = new ModuleHandler();

    try
    {
        if($oModuleHandler->init())
        {
            $oModule = &$oModuleHandler->procModule();
            $oModuleHandler->displayContent($oModule);
        }
    }
    catch(Exception $e)
    {
        htmlHeader();
        echo Context::getLang($e->getMessage());
        htmlFooter();
    }
}

$oContext->close();

/* End of file index.php */
/* Location: ./index.php */


다음과 같습니다.. 어디서 문제가 있는 것 일까요 .ㅠㅠ

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
mr33 이런현상 보신적 있으신분..."index.php_p" <-- 이게 경로에 삽입이 됩니다.. file  
안엉어웅넌223 관리자그룹 아이콘 [2] 2014.08.17 by 안엉어웅넌223
안엉어웅넌223 해킹에 대해 [4] 2014.08.17 by 안엉어웅넌223
shinming 회원목록과 포인트 목록 연동이 안 됩니다 [2] 2014.08.17 by 모해
가그린쿠 혹시 이 게시판 어떤건지 알수 있을까요 file  
설리크리스탈 관리자 홈페이지로 로그인했더니 이런 오류가 뜨네요 ㅠㅠ file  
덕둥 글에 파일올리면 404에러가 뜹니다. [2] file 2014.08.17 by 덕둥
댕댕이2 제로보드 설치중 db 테이블 생성 실패 오류 ㅠㅠ [1] file 2014.08.16 by 퍼니엑스이
droid 브라우저 상에서 서버경로 접근하는것 어떻게 막나요? [4] 2014.08.16 by droid
こさき! 스케치북5 게시판스킨 업로드 오류관련 질문 [11] 2014.08.16 by こさき!
마이꿈이 위젯에서 메뉴 선택할때 img src 가 붙어있는것들은 선택이 안됩니다 [2] file 2014.08.16 by 마이꿈이
moonsoo XE 알림센터 Lite 사용중에 관리자페이지 warning메세지가 나옵니다. file  
릭키님 사이트 오류 문의좀 드립니다. [1] file 2014.08.16 by GG
릭키님 xe 업그레이드 문의 [1] 2014.08.16 by DoorWeb
선택과집중 관리자페이지 모든링크누르면 메인으로 연결문제 ㅜㅜ  
Ragok xe 관리자 어디로 가야 위젯을 수정할수 있는건가요~? [4] 2014.08.16 by Ragok
Whitedemon iptables로 접근차단한다고 해서 홈페이지 접근이 안되지는 않죠?.. [6] 2014.08.16 by XESniper
여유와함께 회원가입 후 이름 변경 막기 [2] 2014.08.16 by XESniper
putty 사이트메뉴편집에서요 바로가기를 만들었는데요.... [6] 2014.08.16 by putty
designare0 인증메일에 날아오는 가입 주소가 어디서 생성, 저장되나요?ㅠㅠ  
향유고래 가입폼에서 유효성검사(validate) 시 필드 포커스 스타일은 어디서 확인해야 하나요? file  
다이스키♥ xe 2010 gallery는 이제 다운 못받나요?ㅠㅠㅠ [1] 2014.08.16 by sejin7940
도로테비 최근갤러리 마지막 이미지의 여백을 없애고 싶은데요 [9] 2014.08.16 by DoorWeb
모몽 csv...요녀석은 대체 어떻게 사용해야 하는걸까요..; file  
DJKain Rest Bootstrap 게시판 스킨 ver. 1.2.1 카드형에서 유투브 팝업으로 안뜨는 문제 [4] 2014.08.16 by DJKain
코엘 위젯의 내용 정렬이 안되는데 좀 봐주세요 file  
웅돌 포인트 페이지에서 오류가 뜹니다. file  
Totoro 좋은 밤입니다 :) 질문 ! 모바일웹만 운영할 수 있나요? [1] 2014.08.15 by sejin7940
멧  글 수정후 브라우저마다 따로 보이는 현상 [5] file 2014.08.15 by 멧 
오락실주인 스케치북 링크게시판 질문