Unexpected Error on 8.0.3 Search Block Results
Permalink
I am unsure if this unexpected error is possibly a core bug. When using the core search block, I am getting an unexpected error upon search results.
I haven't done anything special - simply added the block, and it should be working!
I got this error in 8.0.1, then upgraded to 8.0.3, got same result.
Concrete version 8.0.3 running on PHP 7.
Ideas? Is this possibly a core bug?
In case it is, I have reported it here:https://www.concrete5.org/developers/bugs/8-0-3/search-block-results...
An exception occurred while executing 'SELECT p.cID FROM Pages p LEFT JOIN PagePaths pp ON (p.cID = pp.cID and pp.ppIsCanonical = true) LEFT JOIN PageSearchIndex psi ON p.cID = psi.cID LEFT JOIN PageTypes pt ON p.ptID = pt.ptID INNER JOIN Collections c ON p.cID = c.cID INNER JOIN CollectionVersions cv ON p.cID = cv.cID LEFT JOIN CollectionSearchIndexAttributes csi ON c.cID = csi.cID WHERE ((psi.cName LIKE ?) OR (psi.cDescription LIKE ?) OR (psi.content LIKE ?) OR (ak_tags LIKE ?) OR (ak_market LIKE ?) OR (ak_deployment LIKE ?) OR (ak_cost LIKE ?) OR (ak_license LIKE ?) OR (ak_technology LIKE ?)) AND (ak_exclude_search_index <> 1 or ak_exclude_search_index is null) AND (p.cPointerID < 1) AND (p.cIsTemplate = 0) AND (cvIsApproved = 1) AND (p.cIsActive = ?) AND (p.siteTreeID = ?) AND (p.cIsSystemPage = ?) LIMIT 1000' with params ["%enterprise%", "%enterprise%", "%enterprise%", "%enterprise%", "%enterprise%", "%enterprise%", "%enterprise%", "%enterprise%", "%enterprise%", true, 1, false]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ak_technology' in 'where clause'
I haven't done anything special - simply added the block, and it should be working!
I got this error in 8.0.1, then upgraded to 8.0.3, got same result.
Concrete version 8.0.3 running on PHP 7.
Ideas? Is this possibly a core bug?
In case it is, I have reported it here:https://www.concrete5.org/developers/bugs/8-0-3/search-block-results...