[17/11/2025 15:46:42] [/home/monprot/www/script/traitements.php, runQuery() ligne 2321] Erreur de requête (SELECT
la_annonce.*,
la_annonce_typologie.nom AS typologie,
la_fr_ville.zip_code,
la_fr_ville.name AS localite,
CONCAT(la_fr_ville.name,' (',IF(la_fr_ville.name='Paris' OR la_fr_ville.name = 'Marseille' OR la_fr_ville.name = 'Lyon',la_fr_ville.zip_code,la_fr_departement.code),')') AS localite_photo,
CONCAT(la_fr_ville.gps_lat,',',la_fr_ville.gps_lng) AS localite_gps,
CONCAT(la_annonce.latitude,',',la_annonce.longitude) AS localite_gps_precise,
la_fr_departement.name AS localite_departement,
la_fr_region.name AS localite_region,
la_fr_region.name AS localite_url,
la_fr_region.name AS localite_h1,
la_fr_region.name AS localite_title,
'region' AS localite_type
FROM la_fr_ville
JOIN la_fr_departement ON la_fr_ville.department_code=la_fr_departement.code
JOIN la_fr_region ON la_fr_departement.region_code=la_fr_region.code
LEFT OUTER JOIN la_annonce ON la_annonce.id_ville=la_fr_ville.id
JOIN la_annonce_typologie ON la_annonce_typologie.id=la_annonce.id_typologie
WHERE la_fr_region.slug='occitanie'
AND (la_annonce.intention='vente' OR 'vente'='')
AND (la_annonce_typologie.url='appartement' OR 'appartement'='' OR 'appartement'='tous-types')
AND !ISNULL(la_annonce.intention) AND !ISNULL(la_annonce_typologie.id)
AND TIMEDIFF(NOW(), IF(!ISNULL(la_annonce.date_modification),la_annonce.date_modification,la_annonce.date_ajout)) < CAST('03:00:00' AS TIME)
GROUP BY la_annonce.id
ORDER BY la_annonce.id DESC
LIMIT 0,40) : SQLSTATE[HY000]: General error: 3024 Query execution was interrupted, maximum statement execution time exceeded