Forum

[SOLVED] Global Pla...
 
Notifications
Retirer tout

[SOLVED] Global Planning is now empty (Blank)

4 Posts
2 Utilisateurs
0 Reactions
1,190 Vu
(@catalystdroid)
Posts: 38
Active Member
Début du sujet
 
[#8983]

Global Planning was working fine and showing all activities, tickets but now Global planning is showing blank (empty).

Not sure what is going on.   I tried the below which i found in another thread.

I tried both 'utf8mb4_general_ci' and 'utf8_general_ci' for $paramDbCollation in parameters.php:

I am getting the following errors.   

** ERROR ** [V10.3.4] Exception-[42000] SQLSTATE[42000]: Syntax error or access violation: 1253 COLLATION 'utf8mb4_general_ci' is not valid for CHARACTER SET 'latin1'

** ERROR ** [V10.3.4] Exception-[42000] SQLSTATE[42000]: Syntax error or access violation: 1253 COLLATION 'utf8_general_ci' is not valid for CHARACTER SET 'latin1'

Any ideas?
 


 
Posté : 26 Juil PM 21:077
(@babynus)
Posts: 14952
Membre Admin
 

Try 
$paramDbCollation='latin1_general_ci'


 
Posté : 28 Juil AM 11:077
(@catalystdroid)
Posts: 38
Active Member
Début du sujet
 

What is the default ?   What is recommended for this parameter?


 
Posté : 28 Juil PM 16:077
(@catalystdroid)
Posts: 38
Active Member
Début du sujet
 

Suggestion to use $paramDbCollation = 'latin1_general_ci' resolved the issue.

Thank you


 
Posté : 28 Juil PM 17:077
Share:
Retour en haut