대상 버전 :
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 슬라이더 샘플 페이지에 있는 모든 위젯이 정상 출력이 되고 있습니다.
감사합니다.