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.
Hi,
Issue is confirmed.
It is reproduced on Linux environments, not on windows.
Ticket #1238 recorded.
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.
V4.0.4 is deployed