Notifications
Retirer tout
Submit issues
2
Posts
2
Utilisateurs
0
Reactions
2,365
Vu
Début du sujet
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
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