묻고답하기

Parse error: parse error, unexpected '{' in /free/home/mk1go/html/xe/xe/index.php on line 56

 

xe 설치가 않되네요 ㅠㅠ

 

두번이나 다운 받아서 업로드 해보았는데 위에 에러메세지만 뜨네요 ㅠㅠ

 

무엇이 잘못 된것일까요?

 

<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
 * @file  index.php
 * @author NAVER (developers@xpressengine.com)
 * @brief Start page
 *
 * @mainpage XpressEngine
 * @section intro introduction
 *
 * "XpressEngine (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
 * - Offcial Repository: https://github.com/xpressengine/xe-core
 * \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 software 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())
  {
   $oModuleHandler->displayContent($oModuleHandler->procModule());
  }
 }
 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 남기남
마니 테이블생성을 어떻게 하는거예요?? [3] 2007.08.10
Reise 노프레임이요 [3] 2007.08.10
-G.W- [질문 수정]이건 어떤 방법으로 하나여? [1] 2007.08.10
김한새결 MY-SQL 쿼리문작성법.. [자료검색기능] [1] 2007.08.10
sunghya 윈XP에서 전원이 안꺼져요 ㅠ_ㅠ (장난치지말구요..) [3] 2007.08.10
haram 계산된 숫자를 알맞게 자를려고 하는데요.... [1] 2007.08.10
재로 알ftp쓰는데요, 다른 파일들은 다 잘 올라가지는데 폴더 속에 폴더는 업로드가 안되요  
Hahen 수의 값에서 [1] 2007.08.10
긍그미~ 포토샵 7.0 에서 전경색 흰색이 갑자기 연한 녹색이 되었어요..분명 ffffff인데.. [2] 2007.08.10
BoA 기존 아이콘을 다른 아이콘으로 바꾸고 싶어요.  
퓨링 질문이요...  
이재민 드림위버익스텐션중에 롤오버 ..프레시버튼처럼 부드럽게 넘어가는 익스텐션이 있나여? [3] 2007.08.10
박두식 혹시 아시면 알려주세요(mysql에서 데이터 수정)???? [1] 2007.08.10
우연주 약간 불투명한 투명한-_-;; 그런 테이블 만들고파요... [5] 2007.08.10
요한™ 값 입력 받아서 PHP 파일 내부를 고칠 수 있을까요 ? [2] 2007.08.10
깜보 로그인창을 레이어로 만들게 되면...  
신상훈 [도와주세요] 분당대진고 영화부 홈페이지만드는데... ㅠㅠ  
박혜영 첫페이지에 cgi게시판 약간 보이게 하는 법요. [2] 2007.08.10
티모시 포샵7.0 질문..-0-2가지!! [2] 2007.08.10
김정근 쇼핑몰의 카드결제는 어떤 방식으로 다는건가요? [1] 2007.08.10
김정현 아파치 로그파일이 너무 커요 -ㅁ-; [1] 2007.08.10
퓨링 질문이요~~~  
새우깡 동영상을 버퍼링해서 어느 부분부터 보려면 어떻게 해야 하나요.? [3] 2007.08.10
Edokun 제로보드 게시판에서 말이죠...  
써니 라디오버튼을.. 선택못하게 하고 싶은데요.. [1] 2007.08.10
정준기 웹마스터 5개월코스 170만원이던데....  
김정현 nzeo 배껴도 되나요 ? ㅡㅡ; [3] 2007.08.10
강신오 리눅스 8.0이나 레드햇 8.0 나왔나요? [1] 2007.08.10
이태운 사이트 관련 질문! [1] 2007.08.10
굿샷♬ 일러스트가 실행이 안되요; [1] 2007.08.10