묻고답하기
xe 설치 오류 도와주세요
2015.03.05 03:12
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 */
댓글 2
| 글쓴이 | 제목 | 최종 글 |
|---|---|---|
| XE | 공지 글 쓰기,삭제 운영방식 변경 공지 [16] | 2019.03.05 by 남기남 |
| 최태진814 | 간단한 html 테그 부탁드립니다. [4] | 2015.10.13 by 최태진814 |
| 최태진814 | php 버전 질문 드립니다. [2] | 2015.10.13 by 최태진814 |
| 최태진814 | 관리모드 질문 드립니다. | |
| 열혈개발 | xe 의 알수없는 오류 ㅡㅡ; (자문자답) | |
| 신성3014 | 회원 DB만 특정 호스팅에서 가져오는 방법 질문입니다 [6] | 2015.10.13 by 퍼니엑스이 |
| silhwang |
게시판 리스트 높이를 좀 줄일 수 있을까요??
| |
| 슈니슈니 | 게시판 아이프레임 레이아웃 질문입니다 | |
| 플라이나 | 썸네일 이미지를 출력하고 싶습니다 [4] | 2015.10.12 by silhwang |
| purecity |
쉬운설치에서 xe 182 로 업데이트하려는데 오류 메시지가 나옵니다.
[6]
| 2015.10.12 by treasurej |
| mcls**** | 게시판 글쓸때 파일첨부부분 질문이요. [1] | 2015.10.12 by sejin7940 |
| 꾸링 |
모듈 - 게시판에서 게시판들 목록이 사라졌습니다.
[2]
| 2015.10.12 by sejin7940 |
| 유아유아 | 사용자 정의 항목 관리자와 글쓴이만 볼 수 있게 하고싶어요ㅠㅠ [1] | 2015.10.12 by 유아유아 |
| hellojdy | 로그인문제 | |
| 손주사랑 |
궁금증좀 풀어주세요 접속국가가 다르게 나와요^^
[2]
| 2015.10.12 by 손주사랑 |
| likehaze | 메뉴 홈페이지로 사용중 기능을 사용안하고싶어요 ㅠ [1] | 2015.10.12 by YJSoft |
| FaCer | 바로가기 메뉴는 mailto 안먹히나요? | |
| hellojdy | 스케치북게시판 썸네일이요 ㅎㅎ [10] | 2015.10.12 by hellojdy |
| 키큰아이 | 게시판 스킨에다가... | |
| 안느 |
게시판 댓글 삭제시 you have an error in your SQL syntax 에러가 나요 ㅜㅜ
[1]
| 2015.10.12 by 안느 |
| zartin |
이런 최신글 위젯없나요?
|
서버에 ZIP 올린 후 UNZIP 으로 압축 해제 하셨나요?