Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

[SOLVED] Global Pla...
 
Notifications
Clear all

[SOLVED] Global Planning is now empty (Blank)

4 Posts
2 Users
0 Reactions
1,191 Views
(@catalystdroid)
Posts: 38
Active Member
Topic starter
 
[#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?
 


 
Posted : 26 Jul 2023 21H22
babynus
(@babynus)
Posts: 14954
Main Contributor Admin
 

Try 
$paramDbCollation='latin1_general_ci'


 
Posted : 28 Jul 2023 11H09
(@catalystdroid)
Posts: 38
Active Member
Topic starter
 

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


 
Posted : 28 Jul 2023 16H51
(@catalystdroid)
Posts: 38
Active Member
Topic starter
 

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

Thank you


 
Posted : 28 Jul 2023 17H00
Share:

Scroll to Top