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.
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,
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.
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 🙂