묻고답하기

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 남기남
putty 이것좀 도와주세요... [2] file 2014.08.14 by putty
withzestmn lang_type을 URL의 파라미터로 줄 수 있나요 [1] 2014.08.14 by GG
DJKain 메인 화면에 섬네일 안뜨는문제... [5] file 2014.08.14 by DoorWeb
심영수782 드림위버로 만든 레이아웃에서 플래시가 비활성화 됩니다. [1] 2014.08.14 by DoorWeb
gounbit 요건 어떻게 해야하나요? [7] file 2014.08.14 by DoorWeb
jkx08q 푸시윙 서버점검 [3] file 2014.08.14 by jkx08q
putty 회원가입 폼에 몇가지 더 추가를 하려고 하는데요.. [3] 2014.08.14 by XESniper
dskurrkdfdr74 이런 스타일은 어떤 게시판을 사용해야 구현가능할까요? [2] file 2014.08.15 by XESniper
Whitedemon init(); /** * @brief If default_url is set and it is 으로 시작하는 에러가 뜨네요// [2] 2014.08.15 by XESniper
뀰귤 룰셋의 number형은 왜 0으로 시작하면 안되죠?? [2] 2014.08.15 by 뀰귤
poltwo 기존 운영하던 사이트와 완전히 같은 더미사이트를 하나 만드려합니다. [1] 2014.08.15 by KrteamENT
Sinion 메일 인증 [1] file 2014.08.15 by KrteamENT
ㅇ승민 제발 해결해주세요!! 주소 엘리먼트 [1] file 2014.08.15 by KrteamENT
169..5cm 모바일버전에서 최근인기글 위젯다는방법 [1] 2014.08.15 by KrteamENT
도레도레 게시판 질문 [5] 2014.08.15 by KrteamENT
이승규귝규귝규 글 작성시 오류 [1] 2014.08.15 by KrteamENT
상준이아빠 플래시 게시판 등록관련 [1] 2014.08.15 by KrteamENT
현성아빠 회원가입 스킨 개별 적용 [1] 2014.08.15 by KrteamENT
Harry 파일첨부시 Error Code가 나와요 [12] 2014.08.15 by Harry
완전초보임 도와주세요~ [8] 2014.08.15 by 완전초보임
김 기 상 모바일에서는 관리자 접근할 수 있나요? [2] 2014.08.15 by 김 기 상
오락실주인 스케치북 링크게시판 질문  
멧  글 수정후 브라우저마다 따로 보이는 현상 [5] file 2014.08.15 by 멧 
Totoro 좋은 밤입니다 :) 질문 ! 모바일웹만 운영할 수 있나요? [1] 2014.08.15 by sejin7940
웅돌 포인트 페이지에서 오류가 뜹니다. file  
코엘 위젯의 내용 정렬이 안되는데 좀 봐주세요 file  
DJKain Rest Bootstrap 게시판 스킨 ver. 1.2.1 카드형에서 유투브 팝업으로 안뜨는 문제 [4] 2014.08.16 by DJKain
모몽 csv...요녀석은 대체 어떻게 사용해야 하는걸까요..; file  
도로테비 최근갤러리 마지막 이미지의 여백을 없애고 싶은데요 [9] 2014.08.16 by DoorWeb
다이스키♥ xe 2010 gallery는 이제 다운 못받나요?ㅠㅠㅠ [1] 2014.08.16 by sejin7940