묻고답하기

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 남기남
DJinside member 모듈 업데이트 오류, 설정 변경 오류 도와주세요 ㅠㅠㅠㅠ file  
lazyhope 로그인 및 메뉴 클릭시 오류페이지로...  
orangehome 글 수정과 댓글을 더이상 할 수 없도록 하고 싶을때 [2] 2015.03.06 by orangehome
orangehome 사이트에서 회원 검색하여 회원 정보를 일부 볼 수 있도록하려면?  
페이지위즈 XE 1.7.11 업그레이드 이후 메뉴 디자인설정 에러 [2] 2015.03.05 by 페이지위즈
bog XE로 만든 사이트가 있는데.. 페이지뷰가..이상하게.. [1] 2015.03.05 by WLIKR
aOa7233d 초보 제작 문의 드려요~ [1] 2015.03.05 by WLIKR
LaDEA html 관해서 질문드립니다 [1] 2015.03.05 by WLIKR
odenwar 송동우 님의 팁을 사용중에 - 자동 글 채우기 팁  
강댕 오래전에 뮤직바라는게 있었습니다 [1] 2015.03.05 by 닉이
홈런볼11 본문내 이미지 삽입시 마우스 상태 [4] 2015.03.05 by 홈런볼11
헌팅 썸네일이 0바이트로 나옵니다 ㅠ.ㅠ [3] 2015.03.05 by 헌팅
kjmedi626 초보에요..ㅠㅠ 질문할께 있어요 [1] file 2015.03.05 by 라이또정
winning52101 모바일 기본 보드 대댓글 새로고침 없이 어떻게 하나요 [2] 2015.03.05 by winning52101
adrian0125 페이스북 위젯&플러그인 사용이요~ [2] 2015.03.05 by adrian0125
라이또정 설치문제입니다. 제발 저 좀 살려주세요..ㅜ_ㅜ file  
스누피12 홈페이지가 사라졌어요.. [2] file 2015.03.05 by 돼지코구뇽
지밍그 혹시 한번에 여러개의 글을 올릴수있나요? [1] 2015.03.05 by 돼지코구뇽
조푸름 한글도메인, 영문도메인과 연결 [3] 2015.03.05 by 돼지코구뇽
귤까먹이 기본 url 변경법 좀요 [4] 2015.03.05 by 귤까먹이
너구리우동면 제로보드 가변크기 페이지.... file  
BIGDADDY 게시물의 글양이많을경우 500에러가납니다  
solsupungi 관리자 페이지 회원목록 에러 file  
고래유리12 로고인에러 답변 부탁 드립니다  
야야야료 메인 레이아웃 문의 [2] 2015.03.05 by 야야야료
큰성565 시험모듈의 정답 적는 text폼필드에 윗첨자, 수식기호 등을 넣고 싶습니다.  
forest535 해석좀 부탁드립니다 [6] 2015.03.05 by forest535
poltwo cache/lang이하에 파일이 생성될때 접속오류  
앤드류문 게시판 내용이 다른 게시판으로 옮겨지지가 않습니다.  
진민규128 xe 설치 오류 도와주세요 [2] 2015.03.05 by 진민규128