묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
처음 설치하는데 php 오류가나요
2018.11.23 13:46
원래 1.5 버젼인가 깔았었다가 파일 날려버리고 다시 새버젼 복사했는데요
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /web/home/mathedu/html/xe/config/func.inc.php on line 888
Parse error: syntax error, unexpected T_FUNCTION in /web/home/mathedu/html/xe/config/func.inc.php on line 1230
라고 에러가 뜨네요.
찾아보니까 위에꺼는
$backtrace_args = defined('\DEBUG_BACKTRACE_IGNORE_ARGS') ? \DEBUG_BACKTRACE_IGNORE_ARGS : 0;
이런 줄이고
아래는
$val = preg_replace_callback('/&#(?:x([a-fA-F0-9]+)|0*(\d+));/', function($n) {return chr($n[1] ? ('0x00' . $n[1]) : ($n[2] + 0)); }, $m[3][$idx] . $m[4][$idx]);
이런 줄인데 뭐가 문제이고 어떻게 고쳐야 하나요?
혹시 php 버전을 확인해보시겠어요?
최신버전은 php 5.3 이상부터 지원됩니다.