[11/03/2026 01:54:10] [/home/monprot/www/script/traitements.php, runQuery() ligne 2794] Erreur de requête (SELECT
COUNT(la_annonce.id) AS nb
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_ville.slug='le mans'
AND la_fr_ville.zip_code=72000) OR (6366*acos(cos(radians(48.0157803))*cos(radians(la_fr_ville.gps_lat))*cos(radians(la_fr_ville.gps_lng)-radians(0.1609266))+sin(radians(48.0157803))*sin(radians(la_fr_ville.gps_lat))))<=50)
AND !ISNULL(la_annonce.intention) AND !ISNULL(la_annonce_typologie.id)
AND (la_annonce.date_modification >= NOW() - INTERVAL 3 HOUR OR (la_annonce.date_modification IS NULL AND la_annonce.date_ajout >= NOW() - INTERVAL 3 HOUR))
AND (la_annonce.intention='vente')
AND (la_annonce_typologie.url='appartement')
) : SQLSTATE[HY000]: General error: 3024 Query execution was interrupted, maximum statement execution time exceeded
Warning: Undefined array key 0 in /home/monprot/www/script/traitements.php on line 2847
Warning: Trying to access array offset on null in /home/monprot/www/script/traitements.php on line 2847
Warning: Undefined array key 0 in /home/monprot/www/script/traitements.php on line 2849
Warning: Trying to access array offset on null in /home/monprot/www/script/traitements.php on line 2849
[11/03/2026 01:54:15] [/home/monprot/www/script/traitements.php, runQuery() ligne 2862] 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_departement.name AS localite_departement_code,
la_fr_region.name AS localite_region,
CONCAT(la_fr_ville.name,'-',la_fr_ville.zip_code) AS localite_url,
CONCAT(la_fr_ville.name, ' ', '(', la_fr_ville.zip_code, ')') AS localite_h1,
'ville' AS localite_type,
CONCAT(la_fr_ville.name,' (',la_fr_ville.zip_code,')') AS localite_title,
(6366*acos(cos(radians(48.0157803))*cos(radians(la_fr_ville.gps_lat))*cos(radians(la_fr_ville.gps_lng)-radians(0.1609266))+sin(radians(48.0157803))*sin(radians(la_fr_ville.gps_lat)))) AS distance
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_ville.slug='le mans'
AND la_fr_ville.zip_code=72000) OR (6366*acos(cos(radians(48.0157803))*cos(radians(la_fr_ville.gps_lat))*cos(radians(la_fr_ville.gps_lng)-radians(0.1609266))+sin(radians(48.0157803))*sin(radians(la_fr_ville.gps_lat))))<=50)
AND !ISNULL(la_annonce.intention) AND !ISNULL(la_annonce_typologie.id)
AND (la_annonce.date_modification >= NOW() - INTERVAL 3 HOUR OR (la_annonce.date_modification IS NULL AND la_annonce.date_ajout >= NOW() - INTERVAL 3 HOUR))
AND (la_annonce.intention='vente')
AND (la_annonce_typologie.url='appartement')
GROUP BY la_annonce.id
ORDER BY distance, la_annonce.id DESC
LIMIT 0,40) : SQLSTATE[HY000]: General error: 3024 Query execution was interrupted, maximum statement execution time exceeded
Warning: Cannot modify header information - headers already sent by (output started at /home/monprot/www/lib/Debug.class.php:76) in /home/monprot/www/script/traitements.php on line 2962
Warning: Cannot modify header information - headers already sent by (output started at /home/monprot/www/lib/Debug.class.php:76) in /home/monprot/www/script/traitements.php on line 2963