Forum

Cannot close a proj...
 
Notifications
Retirer tout

Cannot close a project

4 Posts
2 Utilisateurs
0 Reactions
3,504 Vu
(@jotrong)
Posts: 33
Active Member
Début du sujet
 
[#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.


 
Posté : 25 Nov PM 13:1111
(@babynus)
Posts: 14952
Membre Admin
 

Hi,

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

Ticket #1238 recorded.


 
Posté : 25 Nov PM 14:1111
(@babynus)
Posts: 14952
Membre 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.


 
Posté : 25 Nov PM 14:1111
(@babynus)
Posts: 14952
Membre Admin
 

V4.0.4 is deployed


 
Posté : 25 Nov PM 15:1111
Share:
Retour en haut