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.

closed projects re-...
 
Notifications
Clear all

closed projects re-opening

3 Posts
2 Users
0 Reactions
4,578 Views
(@gengen)
Posts: 10
Active Member
Topic starter
 
[#1582]

Hi,

I tried to re-open some closed projects and it failed if resources were affected to those projects (if no resource are affected, re-opening is possible).
But I can re-open the activities depending on these projects. So imputation are possible (even if the parent project is still closed).

Here is the error I get when the re-opening fails :

2014-01-17 16:00:08 ** ERROR ** ERROR **
2014-01-17 16:00:08
** ERROR ** on file '/appli/projeqtor-v4.1.1/model/User.php' at line (550)
2014-01-17 16:00:08
** ERROR ***** cause = Undefined property: Affectation::$idUSer

Is there something more to do or to check before re-opening a project ?

Regards,


 
Posted : 17 Jan 2014 18H42
(@babynus)
Posts: 14952
Member Admin
 

To fix this issue, replace in file /model/User.php, line 550

$auditList=$audit->getSqlElementsFromCriteria(array("idUser"=>$aff->idUSer, 'idle'=>'0'));

with

$auditList=$audit->getSqlElementsFromCriteria(array("idUser"=>$aff->idUser, 'idle'=>'0'));

Fix will soon be deployed in new patch version.


 
Posted : 17 Jan 2014 21H52
(@gengen)
Posts: 10
Active Member
Topic starter
 

I had to read your message 5 times to see the difference 😆
I installed ProjeQtOr 4.1.2 this morning and it fixed the issue.

Thanks again for your very quick support 🙂


 
Posted : 20 Jan 2014 13H05
Share:

Scroll to Top