HTTP500 indicates there should be the error backtrace written to webserver's error log.
But, at the 1st glance, you have
But, at the 1st glance, you have
$resultat = $this->db->sql_query($requete);
where $requete
var is not set anywhere. Assuming it was meant to be $resultat = $this->db->sql_query($cf_query);
.Statistics: Posted by rxu — Thu Feb 20, 2025 2:43 am