묻고답하기

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 남기남
정아 제로보드 게시판설치시 에러가 나서요.. [1] 2007.08.10
조승현 웹 호스팅 업체 선택 기준은 무엇인가요 [5] 2007.08.10
박상현 제로보드 게시물뜨면..링크앞에..new뜨는 방법 갈켜주세용.. [1] 2007.08.10
ZipShin php if에서 이페이지가 없다면 다른데로 이동;하라? [7] 2007.08.10
김선길 자작프로그램에있는 설문조사 질문_2 [3] 2007.08.10
미자 xxx.php?a=b&c=d 이런거중에 a랑 c의 값이 다른페이지로 안넘어갑니다 [2] 2007.08.10
우리나라 노프레임에 관해서... [1] 2007.08.10
굿샷♬ 테이블에서 <TD>에 관한 질문2개요.. [2] 2007.08.10
가인 여기 도메인 포워딩을 사용하고 있는데요. [3] 2007.08.10
鍾烈 mysql 쿼리문에서 [2] 2007.08.10
asprien 자료실이 안돼요 누가좀 도와주세요~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [5] 2007.08.10
asprien 자료실이 안돼요 누가좀 도와조여~~~~~~~~~~~~~~~~~~~~~  
이태운 새창띄우는거 7일째 소스찾는데요 냉유 필독! [1] 2007.08.10
鍾烈 음.. 게시판 한참 만들고 있는데요 여기다 어떤기능을 넣는게 좋을까요 [1] 2007.08.10
강혜인 링크걸었을때 생기는 점선 없애는 방법 질문이요- [2] file 2007.08.10
조성진 흠.. 회원가입할때 운영자가 특정한 질문을 내놓고 체크하는 기능은 없나요?// [1] 2007.08.10
   꽁    php 에서 사설ip확인이 가능한지? [3] 2007.08.10
튀는아이 익스플로어로 볼때만 색상이 이상하게 나와요. [1] 2007.08.10
한일도 세션변수에 관하여...(2번째) [1] 2007.08.10
요한™ 질문 많당.. =_=a PHP 함수사용할때 or [3] 2007.08.10
요한™ 마우스 오버시 텍스트 뜨는 것 좀 가르쳐주세요 [2] 2007.08.10
김형태 iframe관련 질문입니다. [1] 2007.08.10
요한™ 스크립트 소스 안에 PHP 변수를 사용할 수 있나요 ?? [2] 2007.08.10
찌코2 체크박스 숨기기  
김진아 클릭할때 ~ [1] 2007.08.10
최수호 제로보드 포인트에 관한 질문입니다.  
박선옥 도메인을 샀는데요....... [1] 2007.08.10
박선옥 개인컴퓨터를 서버로 만든후.. [7] 2007.08.10
조대경 제로카운터 번호를 000001,000002 이렇게 출력되게 하는 방법이 있을까요? [1] 2007.08.10
Kard Cellspacing [1] 2007.08.10