array(3) { [0]=> string(5) "08S01" [1]=> int(1053) [2]=> string(27) "Server shutdown in progress" } SQL: [1132] SELECT flow.id, flow.locusID, flow.`name`, flow.url, flow.epURL, flow.numDays, flow.numStars, flow.displayName, flow.title, flow.orientation, flow.viewMode, flow.printParentIsTarget, flow.printIsTargetSibling, flow.printNephewOfParent, flow.printSiblingOfParent, flow.printIsTargetParent, flow.printParentSibling, flow.printParentIsInTargetPath, flow.printAncestorOfTarget, flow.htmlBlob, flow.siteID, flow.root_id, flow.lft, flow.rgt, flow.tmpid, flow.tmp2id from flow where flow.epURL in (SELECT locus.entUri AS URI FROM locus RIGHT JOIN ( SELECT sid as jsid, entID as jentID, pageSetID as jpageSetID FROM locus WHERE locus.entUri = :entUri ) AS target on target.jsid = locus.sid and target.jentID = locus.entID and target.jpageSetID = locus.pageSetID order by epType) and root_id = :sid and (isSymbolic = 0 or isSymbolic is null) order by lft Sent SQL: [1213] SELECT flow.id, flow.locusID, flow.`name`, flow.url, flow.epURL, flow.numDays, flow.numStars, flow.displayName, flow.title, flow.orientation, flow.viewMode, flow.printParentIsTarget, flow.printIsTargetSibling, flow.printNephewOfParent, flow.printSiblingOfParent, flow.printIsTargetParent, flow.printParentSibling, flow.printParentIsInTargetPath, flow.printAncestorOfTarget, flow.htmlBlob, flow.siteID, flow.root_id, flow.lft, flow.rgt, flow.tmpid, flow.tmp2id from flow where flow.epURL in (SELECT locus.entUri AS URI FROM locus RIGHT JOIN ( SELECT sid as jsid, entID as jentID, pageSetID as jpageSetID FROM locus WHERE locus.entUri = '/Specialist_Safari_Tours-travel/reservation_safari-kruger-kaapsehoop-horse-trails.html' ) AS target on target.jsid = locus.sid and target.jentID = locus.entID and target.jpageSetID = locus.pageSetID order by epType) and root_id = '12' and (isSymbolic = 0 or isSymbolic is null) order by lft Params: 2 Key: Name: [4] :sid paramno=-1 name=[4] ":sid" is_param=1 param_type=2 Key: Name: [7] :entUri paramno=-1 name=[7] ":entUri" is_param=1 param_type=2
Array ( [sid] => 12 [entUri] => /Specialist_Safari_Tours-travel/reservation_safari-kruger-kaapsehoop-horse-trails.html )
SELECT flow.id, flow.locusID, flow.`name`, flow.url, flow.epURL, flow.numDays, flow.numStars, flow.displayName, flow.title, flow.orientation, flow.viewMode, flow.printParentIsTarget, flow.printIsTargetSibling, flow.printNephewOfParent, flow.printSiblingOfParent, flow.printIsTargetParent, flow.printParentSibling, flow.printParentIsInTargetPath, flow.printAncestorOfTarget, flow.htmlBlob, flow.siteID, flow.root_id, flow.lft, flow.rgt, flow.tmpid, flow.tmp2id from flow where flow.epURL in (SELECT locus.entUri AS URI FROM locus RIGHT JOIN ( SELECT sid as jsid, entID as jentID, pageSetID as jpageSetID FROM locus WHERE locus.entUri = :entUri ) AS target on target.jsid = locus.sid and target.jentID = locus.entID and target.jpageSetID = locus.pageSetID order by epType) and root_id = :sid and (isSymbolic = 0 or isSymbolic is null) order by lft
SQLSTATE[08S01]: Communication link failure: 1053 Server shutdown in progress