Ein unerwarteter Fehler ist aufgetreten.
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) WHERE (cv.cvDatePublic <= ?) AND (cvName != ?) AND (pt.ptID = ?) AND (p.cID != ?) AND ((ak_exclude_page_list = 0 or ak_exclude_page_list is null)) AND (p.cIsTemplate = 0 or pa.cIsTemplate = 0) AND (cvIsApproved = 1) ORDER BY cv.cvDatePublic desc' with params ["2024-10-09 23:59:59", "", "7", "4539"]:
SQLSTATE[HY000]: General error: 144 Table './budapest_new/PageSearchIndex' is marked as crashed and last (automatic?) repair failed
< Zurück zur Startseite