Projet

Général

Profil

Anomalie #1182

Mis à jour par Johan Cwiklinski il y a presque 6 ans

Lorsqu'un adhérent n'appartient à aucun groupe, 

 _ Si il clique sur le lien "Réservations" du bloc "Événement", l'erreur suivante survient : 
 <pre> 
 

 Type : PDOException 
 Code : 42000 
 Message : SQLSTATE[42000]: Syntax error or access violation: 1064 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 ') OR `id_group` IS NULL) AND `a`.`id_adh` = '52' ORDER BY `booking_date` DESC, `' at line 1 
 Fichier : /home/randonner/dev/galette/galette/vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Connection.php 
 Ligne : 379 
 </pre> 

 _ Dans "Mes informations" > "Nouvelle Réservation" 
 Si il sélectionne un événement dans le menu déroulant de la page de réservation, l'erreur suivante survient : 

 <pre> 
 Type : PDOException 
 Code : 42000 
 Message : SQLSTATE[42000]: Syntax error or access violation: 1064 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 ') OR `id_group` IS NULL)' at line 1 
 Fichier : /home/randonner/dev/galette/galette/vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Connection.php 
 Ligne : 379 
 </pre> 

 Si l'adhérent est présent dans un groupe, tout se passe correctement smile

Retour