Forum

calculate planning ...
 
Notifications
Clear all

calculate planning manual

2 Posts
2 Users
0 Reactions
2,366 Views
(@durou-c)
Posts: 468
Contributor
Topic starter
 
[#5030]

when I try to calculate the planning all projet , error message.

log file:

2018-03-20 17:57:35.809 ** ERROR ** [V7.0.0] ERROR **
2018-03-20 17:57:35.809
** ERROR ** [V7.0.0] on file '/var/www/projeqtor/model/PlannedWork.php' at line (1098)
2018-03-20 17:57:35.809
** ERROR ***** [V7.0.0] cause = Undefined property: PlanningElement::$_profile


 
Posted : 20 Mar 2018 19H59
(@babynus)
Posts: 14952
Member Admin
 

Hi,

Fix is to add one line before line 1471 in /model/PlanningElement.php
Like this :

        $parent->_profile='';
        $result['#'.$pe->topId]=$parent;

Fix will soon be deployed


 
Posted : 20 Mar 2018 20H21
Share:

Scroll to Top