
Ha ocurrido un error inesperado.
mysql error: [1054: Unknown column 'p1.ctID' in 'on clause'] in EXECUTE("select distinct p1.cID, if(p2.cID is null, pt1.ctHandle, pt2.ctHandle) as ctHandle from Pages p1 left join Pages p2 on (p1.cPointerID = p2.cID) left join PageTypes pt1 on (pt1.ctID = p1.ctID) left join PageTypes pt2 on (pt2.ctID = p2.ctID) inner join CollectionVersions cv on (cv.cID = if(p2.cID is null, p1.cID, p2.cID)) inner join PageSearchIndex psi on (psi.cID = if(p2.cID is null, p1.cID, p2.cID)) left join CollectionSearchIndexAttributes on (CollectionSearchIndexAttributes.cID = if (p2.cID is null, p1.cID, p2.cID)) where 1=1 and cvName != '' and (ak_exclude_page_list = 0 or ak_exclude_page_list is null) and p1.cParentID = '114668' and cvIsApproved = '1' and (p1.cIsTemplate = 0 or p2.cIsTemplate = 0) and ((select count(cID) from PagePermissions pp1 where pp1.cID = if(p2.cID is null, p1.cInheritPermissionsFromCID, p2.cInheritPermissionsFromCID) and
pp1.cgPermissions like 'r%' and (
(pp1.gID in (1) or pp1.uID = -1)
and
(pp1.cgStartDate is null or pp1.cgStartDate <= '2013-06-19 15:24:12')
and
(pp1.cgEndDate is null or pp1.cgEndDate >= '2013-06-19 15:24:12')
)) > 0 or (p1.cPointerExternalLink !='' AND p1.cPointerExternalLink IS NOT NULL )) order by p1.cDisplayOrder asc limit 0,20 ")
< Regresar al Inicio