Project template - Create Project from template

Hi all.
For several time by now I am trying to create projects from project Template - being able to take advantage of the Gantt chart and seeing the relation between several tasks of the Project.
After reading different posts and so on I realize I may have a problem with the page display; the solution presented there https://github.com/salesagility/SuiteCRM/issues/1193 I found in other posts also; but I do not see the “Edit” button and the drop-down arrow . . . .

I was using suiteCRM 7.7.8 and upgraded 1 week ago to 7.7.9; the same problem was there in both versions . . . . I did not checked on the past versions since I wasn’t use this option.

Can anyone give a clue how to solve ?

Update 1:

It may be in direct relation to this Project template module - in the last 2-3 weeks I am facing the problem of huge file size of error.log under /var/log/apache2 folder; if I delete the error.log file and restart the server, the size of error.log is smal …few Mb.
As soon as I log into the suite CRM …and just browse different sections the error.log becomes around 1 Gb.
When accessing the Project Template module and try creating a template or Project Module and create a new project with the template I’ve created in the first place, the log size is increasing to 2-3 Gb; more, when trying to edit the project tasks inside the project template the page goes gray a “Waiting to load” message is shown and the suite crm is not accessible anymore - the only possible way is to close the page.

In the mean time, the error.log is increasing with other few Gb’s , up to 4-5 Gb; the error.log file cannot be open with the editor it is reporting “Reading . . .” forever. When using tail -f error.log is shows a continuous error repeating all the time …see below :

[Wed May 17 11:12:36.488217 2017] [:error] [pid 941] [client xxx.xxx.xxx.xxx:7135] PHP Notice: Undefined index: Monday in /var/www/html/crm/modules/Project/controller.php on line 184, referer: http://name-of-my-domain/crm/index.php?module=Project&action=view_GanttChart&project_id=c77ae2f5-2824-431b-78e8-591c033c5824
[Wed May 17 11:12:36.488292 2017] [:error] [pid 941] [client xxx.xxx.xxx.xxx:7135] PHP Notice: Undefined index: Tuesday in /var/www/html/crm/modules/Project/controller.php on line 184, referer: http://name-of-my-domain/crm/index.php?module=Project&action=view_GanttChart&project_id=c77ae2f5-2824-431b-78e8-591c033c5824
[Wed May 17 11:12:36.488366 2017] [:error] [pid 941] [client xxx.xxx.xxx.xxx:7135] PHP Notice: Undefined index: Wednesday in /var/www/html/crm/modules/Project/controller.php on line 184, referer: http://name-of-my-domain/crm/index.php?module=Project&action=view_GanttChart&project_id=c77ae2f5-2824-431b-78e8-591c033c5824
[Wed May 17 11:12:36.488440 2017] [:error] [pid 941] [client xxx.xxx.xxx.xxx:7135] PHP Notice: Undefined index: Thursday in /var/www/html/crm/modules/Project/controller.php on line 184, referer: http://name-of-my-domain/crm/index.php?module=Project&action=view_GanttChart&project_id=c77ae2f5-2824-431b-78e8-591c033c5824
[Wed May 17 11:12:36.488520 2017] [:error] [pid 941] [client xxx.xxx.xxx.xxx:7135] PHP Notice: Undefined index: Friday in /var/www/html/crm/modules/Project/controller.php on line 184, referer: http://name-of-my-domain/crm/index.php?module=Project&action=view_GanttChart&project_id=c77ae2f5-2824-431b-78e8-591c033c5824
[Wed May 17 11:12:36.488595 2017] [:error] [pid 941] [client xxx.xxx.xxx.xxx:7135] PHP Notice: Undefined index: Saturday in /var/www/html/crm/modules/Project/controller.php on line 184, referer: http://name-of-my-domain/crm/index.php?module=Project&action=view_GanttChart&project_id=c77ae2f5-2824-431b-78e8-591c033c5824
[Wed May 17 11:12:36.488669 2017] [:error] [pid 941] [client xxx.xxx.xxx.xxx:7135] PHP Notice: Undefined index: Sunday in /var/www/html/crm/modules/Project/controller.php on line 184, referer: http://name-of-my-domain/crm/index.php?module=Project&action=view_GanttChart&project_id=c77ae2f5-2824-431b-78e8-591c033c5824

When checking the controller.php, (line 184 is RED color, below !! ) - doesn’t ring any bell to me. . . .

while($duration >= $d){
$day = $enddate->format(‘l’);
//$GLOBALS[‘log’]->fatal( $day . ‘–’ . $bhours[$day] );
[color=#ff0000]if($bhours[$day] != 0 ){[/color]
$d += 1;
}
$enddate = $enddate->modify(’+1 Days’);
}
$enddate = $enddate->modify(’-1 Days’);//readjust it back to remove 1 additional day added
$enddate = $enddate->format(‘Y-m-d’);

Please let me know what else should I do / try.

Also, as you see in the picture, the Project starts on 21.05 - ends on 27.05.
Why the tasks are shown on the Gantt graph to be 1 month long ?

Hello again !
I’ve tried doing the same actions in your demo version of suite crm / your domain.
The behavior I receive is the same as on my install server; I created a new Project Template; after that, I’ve created a new Project - from the menu, indicating the project template I’ve created first; Project was created but when trying to add tasks to it the behavior was Loading and nothing was performed . . . see attached

C’mon folks !!! Not even a hint ? A go to hell or smth ??
What seems to be wrong ?