User Notice

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Marathon des îles"" ORDER BY a.date_publication DESC LIMIT 0,9' at line 6

fichier /home/coconews/www/sys/libs/DB.php, ligne 371

Contexte

$q : SELECT a.id, a.titre, a.photo, a.texte, a.date_publication, a.date_ajout, a.url
														FROM actualite a 
														LEFT JOIN actualite_tag at ON a.id = at.id_actualite 
														WHERE a.sous_domaine = "guadeloupe" 
														AND a.date_publication <= 1714822480  
														AND at.tag LIKE "Guadarun "Marathon des îles"" 
														ORDER BY a.date_publication DESC LIMIT 0,9
$cache : 

Extrait

363		
364		$this->result = mysqli_query($this->link, $q);
365		
366		// Incrémente le nombre de requêtes effectué
367		self::$nb_requests++;
368		
369		if(mysqli_errno($this->link)!=0)
370		{
371			trigger_error(mysqli_error($this->link));
372		}
373		
374	}
375}
fini