Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hello,
Just released to 7.0.3 to correct an error appeared recently.
But it not correct my problem.
You will find description of error
Fatal error class Self not found in PlanningElement.php 1756
On FinalizeMessageDiplay('PlanResultDiv');
La destination n'est pas un ' node' ou pas un 'widget'
CF PJ added
Thanks for your help
Issue recorded as Ticket #3315
Fix is to replace line 1756 in /model/PlanningElement.php
from
$list=Self::getMilestonableList();
to
$list=self::getMilestonableList();
it's correcting issue
Thanks
