Error when i try to filter "pagelist" by "topic list"

Permalink
Version 8

If i "Enable Other Blocks to Filter This Page List" i get this error (after i clicking on some topic).

An exception occurred while executing 'SELECT p.cID FROM Pages p LEFT JOIN Pages pa ON p.cPointerID = pa.cID LEFT JOIN PagePaths pp ON p.cID = pp.cID and pp.ppIsCanonical = true LEFT JOIN PageTypes pt ON pt.ptID = if(pa.cID is null, p.ptID, pa.ptID) LEFT JOIN CollectionSearchIndexAttributes csi ON csi.cID = if(pa.cID is null, p.cID, pa.cID) INNER JOIN CollectionVersions cv ON cv.cID = if(pa.cID is null, p.cID, pa.cID) INNER JOIN Collections c ON p.cID = c.cID LEFT JOIN PageSearchIndex psi ON psi.cID = if(pa.cID is null, p.cID, pa.cID) INNER JOIN CollectionAttributeValues cavTopics ON cv.cID = cavTopics.cID and cv.cvID = cavTopics.cvID INNER JOIN atSelectedTopics atst ON cavTopics.avID = atst.avID WHERE (cvName != ?) AND (pt.ptID = ?) AND (ak_exclude_page_list <> 1 or ak_exclude_page_list is null) AND (atst.TopicNodeID = ?) AND (p.cIsTemplate = 0 or pa.cIsTemplate = 0) AND (cvIsApproved = 1) AND (p.cIsActive = ?) AND (p.cIsSystemPage = ?) ORDER BY p.cDisplayOrder asc' with params ["", "7", 16, true, false]: SQLSTATE[42S02]: Base table or view not found: 1146 La table 'concrete_8_mysite.atselectedtopics' n'existe pas

siton
 
Dutchwave replied on at Permalink Reply
Dutchwave
Actually happens to me on version 8.1 aswell.