묻고답하기
php 5.4.23 과 xe 1.7.4 호환
2014.02.11 16:42
테스트 서버(php 5.2)에서 사이트 만들어서 Godaddy site로 포팅을 했더니, 문제가 있어서 php version 을 확인해 보니 5.4.23입니다.
xe core 는 최신버전 1.7.4를 설치 했습니다. 난감한 상황인데 해결할 방법이 없군요. ㅠ.ㅠ
아래 팁 적용해서 일단 사이트는 뜨는데 Warning message 와 함께 editor 가 정상 작동을 하지 않습니다.
./config/config.inc.php 에서
if(!defined('__OB_GZHANDLER_ENABLE__')) define('__OB_GZHANDLER_ENABLE__', 0);
xe 가 php 5.4 를 지원하지 않나요? 아니면 해결방법이 있는지요?
[사이트 홈페이지 Warning 메세지]
Warning: Creating default object from empty value in /home/host22/public_html/xe/modules/editor/editor.controller.php on line 211
Warning: Creating default object from empty value in /home/host22/public_html/xe/modules/editor/editor.controller.php on line 211
Warning: Creating default object from empty value in /home/host22/public_html/xe/modules/editor/editor.controller.php on line 211
Warning: Creating default object from empty value in /home/host22/public_html/xe/modules/editor/editor.controller.php on line 211
Warning: Creating default object from empty value in /home/host22/public_html/xe/modules/editor/editor.controller.php on line 211
Warning: Creating default object from empty value in /home/host22/public_html/xe/modules/editor/editor.controller.php on line 211
Warning: Cannot modify header information - headers already sent by (output started at /home/ericparkvan/public_html/xe/modules/editor/editor.controller.php:211) in /home/host22/public_html/xe/classes/display/DisplayHandler.class.php on line 330
Warning: Cannot modify header information - headers already sent by (output started at /home/ericparkvan/public_html/xe/modules/editor/editor.controller.php:211) in /home/host22/public_html/xe/classes/display/DisplayHandler.class.php on line 331
Warning: Cannot modify header information - headers already sent by (output started at /home/ericparkvan/public_html/xe/modules/editor/editor.controller.php:211) in /home/host22/public_html/xe/classes/display/DisplayHandler.class.php on line 332
Warning: Cannot modify header information - headers already sent by (output started at /home/ericparkvan/public_html/xe/modules/editor/editor.controller.php:211) in /home/host22/public_html/xe/classes/display/DisplayHandler.class.php on line 333
Warning: Cannot modify header information - headers already sent by (output started at /home/ericparkvan/public_html/xe/modules/editor/editor.controller.php:211) in /home/host22/public_html/xe/classes/display/DisplayHandler.class.php on line 334
Warning: Cannot modify header information - headers already sent by (output started at /home/ericparkvan/public_html/xe/modules/editor/editor.controller.php:211) in /home/host22/public_html/xe/classes/display/DisplayHandler.class.php on line 335
댓글 2
-
seangogo
2014.02.24 11:22
-
에릭박
2014.03.31 12:18
감사합니다.
Godaddy에 php버전을 바꾸는것을 몰라서 오늘에야 서버를 다른 곳에서 이전했네요.. ㅠ.ㅠ
php버전을 5.3으로 바꾸니까 문제가 없습니다.
저도 동일한 문제가 있어서 godaddy에서 php버전을 5.3으로 바꾸었더니 잘 동작 하더군요.