묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
게시판 분류관리 문제
2016.10.15 17:42
안녕하세요
XE를 써본지 얼마 안된 초짜입니다.
이번에 회사에서 홈페이지를 수정하라고 해서 수정 중입니다만
게시판의 분류를 변경할 수 없어서 이렇게 글을 올립니다.
현상은 아래와 같습니다.
1. 게시판에 들어가면 탭으로 분류가 보여입니다.
2. 로그인을 해서 게시판관리의 분류관리에 가보면 분류리스트가 보이지 않습니다(캐시파일 재생성을 해봐도 마찬가지).
3. 크롬으로 디버깅을 해보면 jQuery.get()에서 받아오는 Data가 null입니다.
4. ftp로 확인결과 해당 경로에 파일이 있는 것을 확인했습니다.
5. 794.xml.php파일의 소스
<?php define('__ZBXE__', true); define('__XE__', true); require_once('/home/hosting_users/tksct/www/tksct/config/config.inc.php'); $oContext = &Context::getInstance(); $oContext->init(); header("Content-Type: text/xml; charset=UTF-8"); header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); $lang_type = Context::getLangType(); $is_logged = Context::get('is_logged'); $logged_info = Context::get('logged_info'); if ($is_logged) { if ($logged_info->is_admin == "Y") $is_admin = true; else $is_admin = false; $group_srls = array_keys($logged_info->group_list); } else { $is_admin = false; $group_srsl = array(); } $_titles[73325]["en"] = "Quality System Certifications"; $_titles[73325]["ko"] = "Quality System Certifications"; $_descriptions[73325]["en"] = ""; $_descriptions[73325]["ko"] = ""; $_titles[73326]["en"] = "Product Certifications"; $_titles[73326]["ko"] = "Product Certifications"; $_descriptions[73326]["en"] = ""; $_descriptions[73326]["ko"] = ""; $_titles[73327]["en"] = "ETC Certifications"; $_titles[73327]["ko"] = "ETC Certifications"; $_descriptions[73327]["en"] = ""; $_descriptions[73327]["ko"] = ""; $_titles[79741]["en"] = "CNG Certifications"; $_titles[79741]["ko"] = "CNG Certifications"; $_descriptions[79741]["en"] = ""; $_descriptions[79741]["ko"] = ""; $oContext->close();?> <root> <node mid="cert" module_srl="794" node_srl="73325" parent_srl="0" category_srl="73325" text="<?php echo(true ? ($_titles[73325][$lang_type]) : "") ?>" url="/tksct/index.php?mid=cert&category=73325" expand="N" color="" description="<?php echo(true ? ($_descriptions[73325][$lang_type]) : "") ?>" document_count="12" /> <node mid="cert" module_srl="794" node_srl="73326" parent_srl="0" category_srl="73326" text="<?php echo(true ? ($_titles[73326][$lang_type]) : "") ?>" url="/tksct/index.php?mid=cert&category=73326" expand="N" color="" description="<?php echo(true ? ($_descriptions[73326][$lang_type]) : "") ?>" document_count="11" /> <node mid="cert" module_srl="794" node_srl="73327" parent_srl="0" category_srl="73327" text="<?php echo(true ? ($_titles[73327][$lang_type]) : "") ?>" url="/tksct/index.php?mid=cert&category=73327" expand="N" color="" description="<?php echo(true ? ($_descriptions[73327][$lang_type]) : "") ?>" document_count="3" /> <node mid="cert" module_srl="794" node_srl="79741" parent_srl="0" category_srl="79741" text="<?php echo(($is_admin == true || (is_array($group_srls) && count(array_intersect($group_srls, array(2))))) ? ($_titles[79741][$lang_type]) : "") ?>" url="/tksct/index.php?mid=cert&category=79741" expand="Y" color="#000000" description="<?php echo(($is_admin == true || (is_array($group_srls) && count(array_intersect($group_srls, array(2))))) ? ($_descriptions[79741][$lang_type]) : "") ?>" document_count="3" /> </root>
현재까지 확인된 사항은 위와 같습니다.
아... files/cache/document_category/하위파일 <-- 요 경로상의 폴더와 파일에는 777권한을 준 상태입니다.
왜 저런 현상이 발생하는지 정말 도무지 모르겠습니다. 제발 도와주십쇼 ㅠㅠ
댓글 4
-
sejin7940
2016.10.15 18:28
-
해달별
2016.10.15 18:29
눌러봤습니다만 여전히 안보였습니다.
-
해달별
2016.10.17 09:20
xe 버전은 1.5.3.1.hotfix1 입니다
-
자유의꿈
2017.01.16 01:53
저도 동일한 현상으로 고생하고 있습니다. 혹시 해결하셨나요?ㅠㅠ
분류관리 탭에서, 우측하단의 '캐시파일재생성'을 한번 눌러보세요