묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
admin에 parse error
2013.07.14 12:34
수고하십니다. 게시판이 뜨지않고 다음과 같은 메시지가 뜹니다.
Parse error: syntax error, unexpected '{' in /home/hosting_users/kangssine/www/xe/index.php on line 57
해결 좀 해 주십시오.
나이가 있다보니 뭐가 뭔지를 모르겠네요.
Forbidden
You don't have permission to access / on this server. 가 뜨는데 ... 그것 때문이 아닌가요 ?
index.php 에서 syntax error 가 날 부분이 없어 보입니다.
<?php
define('__XE__', TRUE);
require dirname(__FILE__) . '/config/config.inc.php';
$oContext = &Context::getInstance();
$oContext->init();
if($oContext->checkSSO())
{
$oModuleHandler = new ModuleHandler();
try
{
if($oModuleHandler->init())
{
$oModule = &$oModuleHandler->procModule();
$oModuleHandler->displayContent($oModule);
}
}
catch(Exception $e)
{
htmlHeader();
echo Context::getLang($e->getMessage());
htmlFooter();
}
}
$oContext->close();
라이센스 기타 만든이 참고사항등을 빼면 핵심이 위에 꺼이 전부입니다.