Salut tout le monde, j'espère que vous allez bien.
J'ai un problème concernant Jorani (logiciel de gestion de congés), je l'ai installer sous Debian, il marche trés bien, mais quand je clique sur l'icône voir plus d'informations, il me montre l'erreur suivant :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
 
A Database Error Occurred
 
 
Error Number: HY000/1267
 
Illegal mix of collations (utf8mb4_general_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operation '='
 
SELECT `oauth_applications`.`client_id`, `redirect_uri` FROM `oauth_applications` JOIN `oauth_clients` ON `oauth_clients`.`client_id` = `oauth_applications`.`client_id` WHERE `user` = '2' ORDER BY `oauth_applications`.`client_id` ASC
 
Filename: models/Oauthclients_model.php
 
Line Number: 142
Je veux savoir comment résoudre ce problème et merci