Project template tasks not porting over

Hello,

I am trying to create a project from a project template but not all the tasks are porting over and I get the following error:

Notice: Undefined property: ProjectTask::$actual_effort in /home/ngm-crm/public_html/custom/modules/ProjectTask/calc_hrs.php on line 10 Warning: Invalid argument supplied for foreach() in /home/ngm-crm/public_html/custom/modules/ProjectTask/updateDependencies.php on line 23 Notice: Undefined property: ProjectTask::$actual_effort in /home/ngm-crm/public_html/custom/modules/ProjectTask/calc_hrs.php on line 10 Warning: Invalid argument supplied for foreach() in /home/ngm-crm/public_html/custom/modules/ProjectTask/updateDependencies.php on line 23 Notice: Undefined property: ProjectTask::$actual_effort in /home/ngm-crm/public_html/custom/modules/ProjectTask/calc_hrs.php on line 10 Warning: Invalid argument supplied for foreach() in /home/ngm-crm/public_html/custom/modules/ProjectTask/updateDependencies.php on line 23 Notice: Undefined property: ProjectTask::$actual_effort in /home/ngm-crm/public_html/custom/modules/ProjectTask/calc_hrs.php on line 10 Warning: Invalid argument supplied for foreach() in /home/ngm-crm/public_html/custom/modules/ProjectTask/updateDependencies.php on line 23 Notice: Undefined offset: 2 in /home/ngm-crm/public_html/modules/AM_ProjectTemplates/controller.php on line 106 Notice: Undefined offset: 2 in /home/ngm-crm/public_html/modules/AM_ProjectTemplates/controller.php on line 107 Fatal error: Call to a member function format() on a non-object in /home/ngm-crm/public_html/modules/AM_ProjectTemplates/controller.php on line 108 

Any solution would be appreciated. :slight_smile:

So one of the errors is due to a custom field that I created which I have now removed. But this error still comes up:

Warning: Invalid argument supplied for foreach() in /home/ngm-crm/public_html/custom/modules/ProjectTask/updateDependencies.php on line 23 Warning: Invalid argument supplied for foreach() in /home/ngm-crm/public_html/custom/modules/ProjectTask/updateDependencies.php on line 23 Warning: Invalid argument supplied for foreach() in /home/ngm-crm/public_html/custom/modules/ProjectTask/updateDependencies.php on line 23 Warning: Invalid argument supplied for foreach() in /home/ngm-crm/public_html/custom/modules/ProjectTask/updateDependencies.php on line 23 Notice: Undefined offset: 2 in /home/ngm-crm/public_html/modules/AM_ProjectTemplates/controller.php on line 106 Notice: Undefined offset: 2 in /home/ngm-crm/public_html/modules/AM_ProjectTemplates/controller.php on line 107 Fatal error: Call to a member function format() on a non-object in /home/ngm-crm/public_html/modules/AM_ProjectTemplates/controller.php on line 108

Anyone else having this issue, you can find the solution here: https://github.com/salesagility/SuiteCRM/issues/175

1 Like