Anomalie #16778
Erreur SQL lors de l'envoi des notifications (correctif proposé)
Start date:
03/30/2021
Due date:
Tags Courrier:
Description
Bonjour,
Lors du jeu de annontation dans les courriers et de l'envoi de notification, nous levons une erreur SQL :
Error : SQLSTATE[22P02]: Invalid text representation: 7 ERREUR: syntaxe en entrée invalide pour l'entier : « jeprefet » in /var/www/html/maarch-dev/20.10/src/core/models/DatabasePDO.php:142
Afin de corriger le problème nous proposons la modification du fichier 'src\app\template\controllers\DatasourceController.php' en ligne 145 :
Ligne d'origine :
'data' => [$aArgs['params']['recipient']['user_id'], 'MyBasket']
Ligne corrigée :
'data' => [$aArgs['params']['recipient']['id'], 'MyBasket']
Related issues
History
#2 Updated by Emmanuel DILLARD about 1 year ago
- Status changed from A qualifier to A étudier
- Assignee changed from EDI PO to Florian AZIZIAN
#3 Updated by Florian AZIZIAN about 1 year ago
- Related to Anomalie #16623: Impossible de lancer les notifications sur les annotations en copie/destinataire added
#4 Updated by Florian AZIZIAN about 1 year ago
- Status changed from A étudier to Développé / Analysé (S)
- Assignee changed from Florian AZIZIAN to Ludovic ARAUJO
Déjà corrigé dans le tag 20.10.8
#5 Updated by Florian AZIZIAN about 1 year ago
- Subject changed from Correction sgami to Erreur SQL lors de l'envoi des notifications (correctif proposé)
#6 Updated by Florian AZIZIAN about 1 year ago
- Target version changed from Inscription Backlog Courrier to 20.10 (Support actif)
#7 Updated by Emmanuel DILLARD 12 months ago
- Project changed from Backlog to Backlog Courrier
- Target version changed from 20.10 (Support actif) to 20.10 (Actif)