묻고답하기

안녕하세요

 

XE를 써본지 얼마 안된 초짜입니다.

이번에 회사에서 홈페이지를 수정하라고 해서 수정 중입니다만

게시판의 분류를 변경할 수 없어서 이렇게 글을 올립니다.

 

현상은 아래와 같습니다.

1. 게시판에 들어가면 탭으로 분류가 보여입니다.

게시판분류.png

 

2. 로그인을 해서 게시판관리의 분류관리에 가보면 분류리스트가 보이지 않습니다(캐시파일 재생성을 해봐도 마찬가지).

게시판관리_분류관리.png

 

3. 크롬으로 디버깅을 해보면 jQuery.get()에서 받아오는 Data가 null입니다.

크롬_디버깅.png

 

4. ftp로 확인결과 해당 경로에 파일이 있는 것을 확인했습니다.

ftp_파일확인.png

 

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권한을 준 상태입니다.

왜 저런 현상이 발생하는지 정말 도무지 모르겠습니다. 제발 도와주십쇼 ㅠㅠ

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
이쩡2 도움 요청드립니다[사례합니다] [6] 2017.02.03 by BRANDYK
김범진 누리고 쇼핑몰에서 마일리지랑 적립금 부분입니다. 꼭 읽어주십쇼 [1] 2017.02.03 by sejin7940
하시아 회원가입이 안됩니다 [1] 2017.02.03 by sejin7940
자유비행 홈피 로그인이 갑자기 되지않습니다. [6] file 2017.02.02 by 자유비행
j0yrid3 업로드기능이 활성화가 아예 안됩니다 ㅠㅠ file  
대박필승 공지사항 상세화면 한글깨짐. [1] file 2017.02.02 by 펭구
국민거풍박풍기 관리자페이지 쉬운설치 메뉴항목 삭제 할수있을까요? [4] 2017.02.02 by 국민거풍박풍기
PLS (xedition 수정 레이아웃) 메뉴 클릭시 같은 페이지내로 이동하는 방법 [3] 2017.02.02 by PLS
마꼬꼬 Nginx에서 특정 url만 https 적용을 안시킬 수 있나요?  
haupt XEDITION 레이아웃에 welcome_main.html 추가하는 방법이 궁금합니다. [1] 2017.02.02 by HowtoXE
홍찬 hover 했을시 다른 class 동작 하는 css [3] 2017.02.02 by HowtoXE
지랭 영문홈페이지 제작할 때 문의점 [2] 2017.02.02 by 지랭
아이에스 최초 설치후 관리자 로그인이 안됩니다. [1] 2017.02.02 by 아이에스
DJ.RDM 다국어 페이지 URL분리 관련 질문입니다 [2] file 2017.02.02 by DJ.RDM
하시아 메뉴 클릭 및 마우스선택시 변경되는 색상 수정하는법 좀 알려주세요 [1] file 2017.02.02 by 제이와이엔소프트
카스터 사이트맵 추가가 안되며 기존 메뉴도 안뜹니다. - 완료 file  
핫센 최근 버전에서 사이트맵(메뉴)를 클릭하면 하얀 공백만 나옵니다. [3] 2017.02.02 by 카스터
쵸코우유 FTP상의 admin계정 DB 생성 방법이 있나요? [1] 2017.02.02 by sejin7940
비둘기 제발 도와주세여ㅠㅠ 게시판 분류ㅠㅠㅠ [1] file 2017.02.02 by 제이와이엔소프트
h2y_07 홈페이지 탭 바꾸기 [1] file 2017.02.02 by 제이와이엔소프트
해피니스 백그라운드에 이미지가 모니터 중앙에 나오게 하려먼 어떻게 해야 하나요? [4] 2017.02.02 by 해피니스
서기에요 게시물 밀림현상 file  
차티스트 XE설치후 게시판만 나오게 해놨는데.. [2] 2017.02.01 by 차티스트
비둘기 추천시 베스트 게시판으로 이동 기능 관련... [1] 2017.02.01 by sejin7940
캐스퍼 게시판에 자바스크립트 사용법.. [1] 2017.02.01 by ksdflc,mei
mee cubrid에서 mysql로 디비이전 [10] 2017.02.01 by mee
지랭 모바일에서 메인은 PC화면, 서브는 모바일 페이지로 나오게 하는 방법 [3] file 2017.02.01 by 펭구
QnAjoaa xe 1.8.29 사진은 잘 표기가 되는 hwp, exe 파일을 다운로드시 사이즈가 작게 나옴  
소소양 xe 초보, 모바일을 pc버전으로만 나오게 도와주세요ㅜ [2] 2017.01.31 by 소소양
왕소심 xe 게시판 img 세로 길이 제한??