Forum

calculate planning ...
 
Notifications
Retirer tout

calculate planning manual

2 Posts
2 Utilisateurs
0 Reactions
2,365 Vu
(@durou-c)
Posts: 468
Contributor
Début du sujet
 
[#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


 
Posté : 20 Mar PM 19:033
(@babynus)
Posts: 14952
Membre 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


 
Posté : 20 Mar PM 20:033
Share:
Retour en haut