묻고답하기

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 남기남
진민규128 xe 설치 오류 도와주세요 [2] 2015.03.05 by 진민규128
bog 사이트 개설 이후 방문자 모으기.. [2] 2015.03.05 by 숭숭군
mychoi7 게시판 sketchbook5 목록 폰트 관련 문의 [1] file 2015.03.05 by 숭숭군
마나카타 PG설치 관련 질문입니다... (누리고, 전자결제)  
kjmedi626 XE파일을 경로에 업로드 후.. [2] 2015.03.05 by kjmedi626
잘생긴모범생 기본url 설정문제 [1] 2015.03.05 by bluedream
CEO송선생 XE 1.7.11버전에서 공지글도 카운팅 되는문제 [1] 2015.03.05 by 닉이
winning52101 xedefault 레이아웃에서 2차 메뉴드롭다운 질문드립니다. [8] 2015.03.05 by winning52101
WLIKR 1.8.0에 추가된 CKEDITOR 스킨 실제경로? [2] 2015.03.05 by WLIKR
bog 방문자 많은 사이트는.. [3] 2022.07.20 by 숭숭군
1Bit XE설치후 대시보드에서 모듈업데이트 문제점 [2] file 2015.03.04 by 1Bit
몽실아빠 로그인 페이지 변경 [10] 2015.03.04 by 꾸링
아린아빠 이런 형식의 문의게시판을 만들고 싶습니다. [5] file 2015.03.04 by 아린아빠
택피 모듈에서 DB쿼리 날릴시 Unknown column 이란 에러 .,. [2] 2015.03.04 by joowonx
maximkanu 호스팅 이전을 하니 MySQL 구문에서 오류가 납니다. [1] 2015.03.04 by joowonx
꾸링 로그인 페이지 연결 [3] 2015.03.04 by 꾸링
putty PHP게시판 XE로 이전하기 질문입니다.  
현철이꺼 최신글 추출 문의드립니다.... [1] file 2015.03.04 by 반걸
winning52101 contentextended 위젯에서 추천수 '+'기호 어떻게 지우나요? [2] 2015.03.04 by winning52101
마키치노 호스팅과 개인 서버의 차이점이 궁금합니다. [3] 2015.03.04 by 닉이
반걸 if문 질문드립니다 [3] 2015.03.04 by 반걸
웹디Bella 글쓰기에서 파일첨부가 되지 않습니다.  
돈돈수수 관리자 페이지가 들어가지지 않아요ㅠㅠㅠ 도와주세요  
강댕 질문입니다 ㅠㅠ [1] 2015.03.04 by DoorWeb
고래유리12 모바일에서 글이 안써지네요 무엇이 문제일까요? file  
KeSPA php 문구에 DB 암호가 고스란이 있습니다. 변경방법 부탁드리겟습니다. [3] 2015.03.04 by 노에르
너구리우동면 링크페이지에 ftp 주소 링크거는법 [2] 2015.03.04 by Ansi™
너구리우동면 content 높이 자동조절  
Brav0 요청한 기능을 실행할.. 이 문구를 바꿀 수 있나요? [5] 2015.03.04 by 노에르
newi cloudflare 에서 2차 도메인 설정 문의요 [1] 2022.07.20 by 노에르