
앱 설치 안내
리빌더 공식 홈페이지 바로가기를 PC에 설치해보세요!
바탕화면에서 앱으로 실행할 수 있어요.
질문과 답변
마켓 초기화면에서 모듈설정을 rb.latest.thumb_right 선택하니 아래와 같이 출력됩니다
마켓 초기화면에서 모듈설정을 rb.latest.thumb_right 선택하니 아래와 같이 출력됩니다
아마도 값이 없으면 화면에서 깨져서 설정버튼도 없어서 삭제도 안되고 있습니다
버그인듯 합니다
Warning: Trying to access array offset on value of type null in /home1/sarangappa/public_html/theme/rb.basic/skin/latest/rb.latest.thumb_right/latest.skin.php
Warning: Trying to access array offset on value of type null in /home1/sarangappa/public_html/theme/rb.basic/skin/latest/rb.latest.thumb_right/latest.skin.php on line 137
Warning: Trying to access array offset on value of type null in /home1/sarangappa/public_html/theme/rb.basic/skin/latest/rb.latest.thumb_right/latest.skin.php on line 145
style="padding-right:0px; min-height:auto !important;">
Warning: Trying to access array offset on value of type null in /home1/sarangappa/public_html/theme/rb.basic/skin/latest/rb.latest.thumb_right/latest.skin.php on line 147
- 이전글사이드 메뉴 위젯 문의 합니다.2024.10.29
- 다음글레이아웃 사이즈 비율 조절 문의2024.10.29
댓글목록






rb.latest.thumb_right 폴더내 latest.skin.php 파일의 5라인
$rb_skin = sql_fetch (" select * from rb_module where md_id = '{$options}' "); 부분을
$rb_skin = sql_fetch (" select * from {$rb_module_table} where md_id = '{$options}' ");
이렇게 변경해주세요.
마켓에서는 마켓용 테이블을 조회해야하는데
테이블명이 잘못되어 있었습니다.
상기내용은 2.1에서 추가하겠습니다.
감사합니다.
2024-10-30 13:42
