묻고답하기

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 남기남
윤병삼 미술협회 회원을 위한 갤러리를 만들고 싶어요  
정문목 홈페이지 제작시 폴더 분류 질문..  
눔곰 포토샵, 일러스트레이터, 플래시, 드림위버의 초기화 방법?  
이민호 eval 함수에 관해서 질문요 [2] 2007.08.10
이민호 이거 코드가 이상해서-_-; [1] 2007.08.10
램즈 홈피사이즈에 대한 겁니다.(빠른 답변부탁드립니다.) [4] 2007.08.10
이정원 이거 어떻게 그리는지 강좌 좀 부탁드립니다. file  
likemed 게시판에 글쓰기 할때 임의로 색상지정,,,  
미톨 [스타일 질문입니다.]style="word-break:break-all" [2] 2007.08.10
마톰 노프레임에서 게시판이. [1] 2007.08.10
강민성 Undefined variable 문제 ㅠ.ㅠ [3] 2007.08.10
leeyosoo 게시판내에 있는 로그인, 회원가입을 없앨수 있습니까? [5] 2007.08.10
이종진 백그라운드 에 좌표로 링크 지정하는 방법 없나요??  
이종진 테이블 만들면 백그라운드 이미지가.. 테이블부분이 하얗게 안보여요..그거 보이게 하는방법이 없나요? [1] 2007.08.10
Hyper[Md2]2003 동영상 캡쳐 [1] 2007.08.10
박보람 글자 세로쓰기, 한글,영문 혼합 사용가능하나요?  
leeyosoo 아이프레임에 최근게시물 출력하기..  
푸하하 왜 안되는지 도저히 알수가 없네요... [2] 2007.08.10
눔곰 플래시 버튼에는 드림위버의 앵커(책갈피) 기능이 안먹히나요?  
박보람 질문 하나 더요~~ 윈도우 창에 관한..  
백병한 저 위에 홈피를 들어가보시기바랍니다... 그리고 화면이 뜨면 ..F5 를 눌러보세요.. [2] 2007.08.10
whitefox asp.배울수 있는 사이트좀..  
한승진 onFocus했을때 tab키 누르게... [2] 2007.08.10
박평준 이 폰트 이름이 무얼까요? file  
민성식 php구문을 사용한문서인데요..링크를 걸면..  
Kwas 플래시로 메뉴를 만들시..  
이은복 즐겨찾기 누를때 프레임 짤리는 현상을 막으려면..//  
CityBoys-Life 회원가입시 데이터 필드의 필드값에 따라 링크거는 방법 좀?  
철의엉덩이 프로그래밍 독학이라도 해보려고 하는데요 ^ㅡ^a;;; [2] 2007.08.10
leehojong 입력폼을 이용하여 웹상의 그림을 불러오려고 합니다.