Warning: mysqli_connect(): (HY000/2002): Can't connect to MySQL server on 'mysql5.web4all.fr' (115) in /datas/vol1/kalyz.net/var/www/bassin-lemanique.com/htdocs/inc/conf.php on line 34
Warning: mysqli_query() expects parameter 1 to be mysqli, boolean given in /datas/vol1/kalyz.net/var/www/bassin-lemanique.com/htdocs/inc/functions.php on line 879
Warning: mysqli_errno() expects parameter 1 to be mysqli, boolean given in /datas/vol1/kalyz.net/var/www/bassin-lemanique.com/htdocs/inc/functions.php on line 888
Warning: mysqli_error() expects parameter 1 to be mysqli, boolean given in /datas/vol1/kalyz.net/var/www/bassin-lemanique.com/htdocs/inc/functions.php on line 888
Impossible d'effectuer la requête pour trouver les evenements du jour
Voici le message d'erreur renvoyé par la base de données :
:
query : SELECT f.id_geo, f.titre, f.lieu, f.heure_debut, g.titre_geo
FROM agenda_full f, agenda_geo g
WHERE (f.debut='2027-04-024' OR ( f.debut<'2027-04-024' AND f.fin>='2027-04-024'))
AND f.valid='1'
AND f.id_geo=g.id_geo
ORDER BY g.titre_geo, f.heure_debut, f.id_manif