묻고답하기

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 남기남
도레도레 게시판 질문 [5] 2014.08.15 by KrteamENT
169..5cm 모바일버전에서 최근인기글 위젯다는방법 [1] 2014.08.15 by KrteamENT
ㅇ승민 제발 해결해주세요!! 주소 엘리먼트 [1] file 2014.08.15 by KrteamENT
Sinion 메일 인증 [1] file 2014.08.15 by KrteamENT
poltwo 기존 운영하던 사이트와 완전히 같은 더미사이트를 하나 만드려합니다. [1] 2014.08.15 by KrteamENT
뀰귤 룰셋의 number형은 왜 0으로 시작하면 안되죠?? [2] 2014.08.15 by 뀰귤
Whitedemon init(); /** * @brief If default_url is set and it is 으로 시작하는 에러가 뜨네요// [2] 2014.08.15 by XESniper
dskurrkdfdr74 이런 스타일은 어떤 게시판을 사용해야 구현가능할까요? [2] file 2014.08.15 by XESniper
putty 회원가입 폼에 몇가지 더 추가를 하려고 하는데요.. [3] 2014.08.14 by XESniper
jkx08q 푸시윙 서버점검 [3] file 2014.08.14 by jkx08q
gounbit 요건 어떻게 해야하나요? [7] file 2014.08.14 by DoorWeb
심영수782 드림위버로 만든 레이아웃에서 플래시가 비활성화 됩니다. [1] 2014.08.14 by DoorWeb
DJKain 메인 화면에 섬네일 안뜨는문제... [5] file 2014.08.14 by DoorWeb
withzestmn lang_type을 URL의 파라미터로 줄 수 있나요 [1] 2014.08.14 by GG
putty 이것좀 도와주세요... [2] file 2014.08.14 by putty
최윤한 다들 모바일 레이아웃 어떤거 쓰시나요? [7] 2014.08.14 by 최윤한
duding 게시판 분류를 레이아웃에서 활성화 시키기  
nado0124 라이선스 문의입니다.  
사랑해요XE xe 레이아웃이나 스킨 그리고 모바일을 개발하고 직접 만드려면 어떤거를 공부해야 하나요? [20] 2014.08.14 by DoorWeb
최윤한 모바일 레이아웃 사이드 메뉴 하단으로 옮길려면 어떻게 하나요? [4] file 2014.08.14 by 최윤한
JUNG 홈페이지를 만드는 업체에서 상업용으로 사용 가능한가요? [1] 2014.08.14 by 애니즌
뮤다 [질문] 코어 1.2.4-> 현재 버전 업 [6] 2014.08.14 by 뮤다
사랑해요XE xe 접속 로그는 어떻게 보나요? ftp나 db에 접속한 로그.. [6] 2014.08.14 by Double'U'
Ragok 사이트 매인에 소스를 수정하고 싶은데 경로를 모르겠습니다. [4] 2014.08.14 by Ragok
간즁 폼에 한글을 입력받아 전송 - 한글 깨져서 나옴 문제 [4] 2014.08.14 by 간즁
lilian 쉬운설치시 에러; msg_make_directory_failed 메시지 [5] file 2014.08.14 by pyong
pyong 에러가 나요. 고수니믈 도움 부탁해요. [3] 2014.08.14 by pyong
DJKain 이거 무슨 스킨인가요? [3] 2014.08.14 by XESniper
송돌 가입 할 때 나이 제한 가능 한가요? [3] 2014.08.14 by XESniper
투갓 모바일에서 댓글을 볼 수가 없습니다 스킨을 바꿔봐도 똑같네요 [2] file 2014.08.14 by 투갓