Last seen: 19 Sep 2024 20H39
If you set 999 FTE in the "Variations in resource capacity" block, then it really behaves as you described, so e.g., a 40 hours task will be planned t...
Hi, On the one hand, I think this possibility to set overbooking on the resource level is very good. On the other hand, I noticed that project m...
I think Work-->saveWork() doesn't handle this scenario. I mean adding new real work to a new ticket. I am not sure what I have done doesn't make...
It doesn't work neither with idworkelement, nor with workelement. I got the same message. What value should I put as workelement id, if I want to c...
I may find what the problem is:
It seems to me that when I log in in with a new user, then the cron session is restarted: 2020-01-02 19:06:53.543 ..... SCRIPT .... 172.29.25.180 ===...
I logged the session user from Cron.php with: $tmp_uid=getSessionUser()->id; debugTraceLog("SessionUserId: $tmp_uid"); $tmp_sid=session_id(); d...
Hi, Thanks, it is ok now. Regards, Zsolt
It seems to me that in 8.2.3 the selection criteria is wrong: $lstNotif = $notif->getSqlElementsFromCriteria($crit); But it should be something l...
I also think that the condition operation (...>=...) has to be changed as well. This seems to be the correct logic: if ($notif->notificationTi...
I had the same problem as described here. Really, I had to check the web server's error.log. It was referring to an error for starting the php session...
I had the same problem, and it was because of SELinux was enforced. In that case chmod 777 is not enough. Either you disable SELinux, which mightno...
I had the same problem. I found out that SELinux was enabled. In order to move on I had to disable SELinux.