XE

XE 1.5.0.4 버전에서 Content 슬라이더 위젯 오류 해결 방법

by 보석 posted Oct 19, 2011
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 게시글 수정 내역 댓글로 가기 인쇄


대상 버전 : 


Content 슬라이더 위젯 2.1 또는 2.2 버전


오류 내용 :


XE 1.5.0.4 버전에서 목록이 출력되지 않거나, 페이지 출력 오류등...


해결 방법 :


XE 1.5.0.4 버전으로 업데이트되면서 DB 쿼리 XML 파일이 수정되었습니다.

따라서 Content 이미지 슬라이더 queries 폴더내의 getNewestDocuments.xml 파일을 아래와 같이 수정해 주어야 합니다.


2.1 버전 사용자

<condition operation="in" column="documents.module_srl" var="module_srl" filter="number" notnull="notnull" pipe="and" />

<condition operation="equal" column="documents.category_srl" var="category_srl" pipe="and" />

<condition operation="in" column="status" var="statusList" pipe="and" />



2.2 버전 사용자

<condition operation="in" column="documents.module_srl" var="module_srl" filter="number" notnull="notnull" pipe="and" />

<condition operation="more" column="documents.regdate" var="regdate" pipe="and" />

<condition operation="equal" column="documents.category_srl" var="category_srl" pipe="and" />

<condition operation="in" column="status" var="statusList" pipe="and" />


수정했는데도 변함이 없다면, cache 폴더내의 모든 폴더와 파일을 깨끗이 삭제해주세요.


위와 같이 수정한 결과,

XE 1.5.0.4 버전에서 Content 슬라이더 샘플 페이지에 있는 모든 위젯이 정상 출력이 되고 있습니다.


감사합니다.



Articles

2 3 4 5 6 7 8 9 10 11