묻고답하기
홈페이지로 사용되는 welcome page가 안뜨네요
2015.02.24 23:52
xe 1.7.10 버전으로 다운로드하고,
xe admin 에 들어와서 이제 막 사이트 메뉴 편집에 들어가려고 합니다.
그런데 홈페이지로 설정된 welcome page 가 뜨지 않고, 대신에 에러 메지지만 뜹니다.
Fatal error: Call to a member function transComponent() on a non-object in /home/k2wan2015/public_html/xe/modules/widget/widget.controller.php on line 514
그래서 매크로미디어 프로그램으로 widget.controller.php 을 들어가봤더니, 라인 514가 이렇게 되어있었습니다.
다음은 510- 518 까지입니다.
$body = base64_decode($args->body);
}
// Change the editor component
$oEditorController = getController('editor');
$body = $oEditorController->transComponent($body);
$widget_content_header = sprintf('<div class="xe_content xe-widget-wrapper ' . $args->css_class . '" %sstyle="%s"><div style="%s">', $args->id, $style, $inner_style);
$widget_content_body = $body;
$widget_content_footer = '</div></div>';
어떻게 해야 오류가 풀리는지 도움을 바랍니다.
하하. 간단히 문제해결 되었네요.
xe engine 1. 7. 10 이었는데, 새로 나온 1.7.11 로 업데이트하였더니.
문제가 해결되었습니다.^^