Forum

error when upgradin...
 
Notifications
Retirer tout

error when upgrading 5.4.5 to 5.5..1

2 Posts
2 Utilisateurs
0 Reactions
2,324 Vu
Damien
(@dnaton)
Posts: 248
Active Member
Début du sujet
 
[#3677]

Hello,
When applying the new version 5.5.1 (from a 5.4.5), I've got a error message : one error in process.

I join the log in this post.

Can anyone tell me what's the error is ? What is the way to correct it ?

Thanks for your help 🙂


Regards,
Damien
-----------------------------------------------
.
ProjeQtOr v12.1.0 - Apache v2.4.56 - MariaDB v10.4.28 - PHP v8.2.4
Plugins installed : PersonalizedTranslation 1.6 - ScreenCustomization 7.2

 
Posté : 18 Sep PM 12:099
(@babynus)
Posts: 14952
Membre Admin
 

This error is not major : it occurs when creating an index to avoid dupplicate work entry for same day (you should have only 1 entry per day fore a given assignment).
In your case, it seems you have a dupplicate on 2016-05-12 (may the 12th).
What you can do manually is to go to given week, remove all work for this day, save, close and reopen screen, remove again work for this day if some more appears, and once again until no more work exists for thos day, and the reenter correct work.
Then you can reexecute update (in phpMyAdmin for instance) :

CREATE UNIQUE INDEX workReference ON `prjwork` (idAssignment, workDate);

We try and include a fixing patch in V5.5.2.


 
Posté : 18 Sep PM 12:099
Share:
Retour en haut