Hi
when we calculate planning,we have this error:
Erreur sur finalizeMessageDisplay('planResultDiv') :
La destination n'est pas un 'node' ou pas un 'widget'
ou lastOperation or lastOperationStatus n'est pas un 'node'.
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 65488 bytes) in C:wwwprojectInternesmodelPlanningElement.php on line 828
and I dont found the memory parameters en PlanningElement.php on line 828
Thanks
Hi,
The planning process exceed 512 MB.
You can change this limit in php.ini :
memory_limit = 1024M
But maybe you try to plan too many projects once...
If your php config let you do you, you can also define the limit in the source, in /model/plannedWork.php, line 94 :
ini_set('memory_limit', '1024M');
hi
same problem but:
Erreur sur finalizeMessageDisplay('planResultDiv') :
La destination n'est pas un 'node' ou pas un 'widget'
ou lastOperation or lastOperationStatus n'est pas un 'node'.
Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 41 bytes) in C:wwwprojectInternesmodelPlanningElement.php on line 828
Contact your administrator.
This is very weird.
How many projects do you try to plan ?
Corresponding to how many activities and assignments ?