Accueil / Île-de-France / Seine-et-Marne / Evénements
SELECT a.*, COUNT(*) AS piccount, p.picfile, UNIX_TIMESTAMP(a.createdon) AS timestamp, ct.cityname, UNIX_TIMESTAMP(a.starton) AS starton, UNIX_TIMESTAMP(a.endon) AS endon FROM phpas_events a INNER JOIN phpas_cities ct ON a.cityid = ct.cityid LEFT OUTER JOIN phpas_adpics p ON a.adid = p.adid AND p.isevent = '1' LEFT OUTER JOIN phpas_featured feat ON a.adid = feat.adid AND feat.adtype = 'E' WHERE (starton <= '2021-05-25' AND endon >= '2021-05-25') AND a.enabled = '1' AND a.verified = '1' AND a.expireson >= NOW() AND (feat.adid IS NULL OR feat.featuredtill < NOW()) AND a.cityid = 78 GROUP BY a.adid ORDER BY a.starton DESC LIMIT 0, 50Can't create/write to file '/tmp/#sql_346_0.MAD' (Errcode: 28 "No space left on device")