Notifications
Clear all
Topic starter
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
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