Cap 2017-04-07 00-13-29-163.png

 

제가 해본 조치는 캐시파일, 세션정리 전부 해보았고 분류는 생성이 되는데 관리페이지에서 뜨지 않습니다.

(홈 관리페이지말고 관리자페이지에서도 해봤습니다.)

위 이미지와 같이 68.xml.php 403에러가 뜹니다.

또한 /board/category/333 의 주소로 들어가면 404 에러가 뜹니다.

xe rewrite는 라이믹스 깃허브에 있는 파일로 사용했습니다.

 

혹시 저만의 문제일까요?

  • profile

    https://github.com/rhymix/rhymix/blob/master/common/manual/server_config/rhymix-nginx.conf

     

    이 파일 내용이 맞는지 다시 확인해 보세요. 가끔씩 업데이트됩니다.

  • profile ?

    네 그파일 갱신했는데도 그러네요 files/cache/document_category/68.xml.php  403에러가 그대로 뜹니다 orz..

    그리고 카테고리로 접속하면 404에러도 그대로 뜹니다 ㅠㅠ

  • profile ?

    기진곰님 카테고리 접속시 404에러는 해결됬습니다.
    다만 분류 목록이 안뜨는 files/cache/document_category/68.xml.php 403에러는 해결이 안되네요 ㅠㅠ

     

    Cap 2017-04-09 01-02-19-510.png

     

    files/cache/document_category/68.xml.php 파일을 열어보면 이렇게 나옵니다.

    <?php define('__XE__', true); require_once('/www/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[312]["ko"] = "정보"; $_descriptions[312]["ko"] = ""; $_titles[313]["ko"] = "정보"; $_descriptions[313]["ko"] = ""; $_titles[380]["ko"] = "일반"; $_descriptions[380]["ko"] = "일반"; $oContext->close();?><root><node mid="community" module_srl="68" node_srl="312" parent_srl="0" category_srl="312" text="<?php echo (true?($_titles[312][$lang_type]):"")?>" url="https://a.com/community/category/312" expand="N" color="" description="<?php echo (true?($_descriptions[312][$lang_type]):"")?>" document_count="0" /><node mid="community" module_srl="68" node_srl="313" parent_srl="0" category_srl="313" text="<?php echo (true?($_titles[313][$lang_type]):"")?>" url="https://a.com/community/category/313" expand="Y" color="#000000" description="<?php echo (true?($_descriptions[313][$lang_type]):"")?>" document_count="0" /><node mid="community" module_srl="68" node_srl="380" parent_srl="0" category_srl="380" text="<?php echo (true?($_titles[380][$lang_type]):"")?>" url="https://a.com/community/category/380" expand="N" color="#000000" description="<?php echo (true?($_descriptions[380][$lang_type]):"")?>" document_count="0" /></root>