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.

error when upgradin...
 
Notifications
Clear all

error when upgrading 5.4.5 to 5.5..1

2 Posts
2 Users
0 Reactions
2,325 Views
Damien
(@dnaton)
Posts: 248
Active Member
Topic starter
 
[#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

 
Posted : 18 Sep 2016 12H11
babynus
(@babynus)
Posts: 14953
Main Contributor 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.


 
Posted : 18 Sep 2016 12H40
Share:

Scroll to Top