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.

Cannot close a proj...
 
Notifications
Clear all

Cannot close a project

4 Posts
2 Users
0 Reactions
3,505 Views
(@jotrong)
Posts: 33
Active Member
Topic starter
 
[#1491]

Hi Babynus,

When I change status of a project to "Close", I have this error message:
2013-11-25 17:11:44 ** ERROR ** on file '/home/content/33/10953933/html/projectorria/model/User.php' at line (542)
2013-11-25 17:11:44 ** ERROR ** cause = Undefined property: Affectation::$idUSer

I use version 4.0.2

Many thanks for your help.


 
Posted : 25 Nov 2013 13H19
(@babynus)
Posts: 14952
Member Admin
 

Hi,

Issue is confirmed.
It is reproduced on Linux environments, not on windows.

Ticket #1238 recorded.


 
Posted : 25 Nov 2013 14H32
(@babynus)
Posts: 14952
Member Admin
 

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

$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 : 25 Nov 2013 14H39
(@babynus)
Posts: 14952
Member Admin
 

V4.0.4 is deployed


 
Posted : 25 Nov 2013 15H06
Share:

Scroll to Top