array(3) { [0]=> string(5) "HY000" [1]=> int(3) [2]=> string(75) "Error writing file '/tmp/MYfd=1784' (OS errno 28 - No space left on device)" } SQL: [1356] SELECT DISTINCT entRelationship.entParent, entities.id, entities.`name`, entities.entType, entRelationship.entLangSet, entRelationship.entPageSet, entRelationship.entFeatuesID, entRelationship.entParentLangSet, entRelationship.entParentPageSet, entRelationship.seq_nr, locus.sysID, locus.sysType, locus.epID, locus.epType, locus.pageID, locus.numDay, locus.numStar, locus.entUri, locus.scheme, COALESCE(NULLIF(locus.searchSummary, ''),locus.metaDescription) as searchSummary, COALESCE(NULLIF(locus.searchTitle, ''), entities.`name`) as searchTitle, locus.metaTitle, locus.metaKeywords, locus.metaDescription, locus.langSet, locus.pageSetID FROM entRelationship LEFT JOIN locus ON locus.entID = entRelationship.entID and locus.pageSetID = entRelationship.entPageSet LEFT JOIN entities ON entities.id = locus.entID WHERE locus.sid = :sid AND entRelationship.entParent = :catID AND entRelationship.entParentPageSet = :entPageSet AND locus.pageSetLandingPage = 1 and locus.langSet = :langSet order by entities.`name`, entRelationship.seq_nr asc Sent SQL: [1342] SELECT DISTINCT entRelationship.entParent, entities.id, entities.`name`, entities.entType, entRelationship.entLangSet, entRelationship.entPageSet, entRelationship.entFeatuesID, entRelationship.entParentLangSet, entRelationship.entParentPageSet, entRelationship.seq_nr, locus.sysID, locus.sysType, locus.epID, locus.epType, locus.pageID, locus.numDay, locus.numStar, locus.entUri, locus.scheme, COALESCE(NULLIF(locus.searchSummary, ''),locus.metaDescription) as searchSummary, COALESCE(NULLIF(locus.searchTitle, ''), entities.`name`) as searchTitle, locus.metaTitle, locus.metaKeywords, locus.metaDescription, locus.langSet, locus.pageSetID FROM entRelationship LEFT JOIN locus ON locus.entID = entRelationship.entID and locus.pageSetID = entRelationship.entPageSet LEFT JOIN entities ON entities.id = locus.entID WHERE locus.sid = '12' AND entRelationship.entParent = '697' AND entRelationship.entParentPageSet = '0' AND locus.pageSetLandingPage = 1 and locus.langSet = '0' order by entities.`name`, entRelationship.seq_nr asc Params: 4 Key: Name: [6] :catID paramno=-1 name=[6] ":catID" is_param=1 param_type=2 Key: Name: [11] :entPageSet paramno=-1 name=[11] ":entPageSet" is_param=1 param_type=2 Key: Name: [8] :langSet paramno=-1 name=[8] ":langSet" is_param=1 param_type=2 Key: Name: [4] :sid paramno=-1 name=[4] ":sid" is_param=1 param_type=2
Array
(
    [catID] => 697
    [entPageSet] => 0
    [langSet] => 0
    [sid] => 12
)
SELECT DISTINCT
        entRelationship.entParent,
        entities.id,
        entities.`name`,
        entities.entType,
        entRelationship.entLangSet,
        entRelationship.entPageSet,
        entRelationship.entFeatuesID,
        entRelationship.entParentLangSet,
        entRelationship.entParentPageSet,
        entRelationship.seq_nr,
        locus.sysID,
        locus.sysType,
        locus.epID,
        locus.epType,
        locus.pageID,
        locus.numDay,
        locus.numStar,
        locus.entUri,
        locus.scheme,
        COALESCE(NULLIF(locus.searchSummary, ''),locus.metaDescription) as searchSummary,
        COALESCE(NULLIF(locus.searchTitle, ''), entities.`name`) as searchTitle,
        locus.metaTitle,
        locus.metaKeywords,
        locus.metaDescription,
        locus.langSet,
        locus.pageSetID
        
        FROM
        entRelationship 
        LEFT JOIN locus ON locus.entID = entRelationship.entID and locus.pageSetID = entRelationship.entPageSet
        LEFT JOIN entities ON entities.id = locus.entID
        WHERE 
	    locus.sid = :sid
        AND entRelationship.entParent = :catID 
        AND entRelationship.entParentPageSet = :entPageSet
        AND locus.pageSetLandingPage = 1
        and locus.langSet = :langSet 
        order by entities.`name`, entRelationship.seq_nr asc

        
SQLSTATE[HY000]: General error: 3 Error writing file '/tmp/MYfd=1784' (OS errno 28 - No space left on device)