V8.0.3
When I enter project portfolio there is no data.
I have attach log file
Can you help me.
Regards
V8.0.3
Please install v8.0.6 and test again.
can I install latest version 8.1.1 instead ?
Or i need to install 8.0.6 first ?
Regards
You can go directly to V8.1.1.
You can migrate from any version to any (more recent) version.
Keep in mind that V8.1.1 is not tagged "stable" yet.
Hello,
Same issue after update to V8.0.6
I have attached today log file
Thanks
Hi,
This is do to bad configuration of Leave System : leave system is active, but there is no Leave Project (this project should have been automatically created on activation of leave system).
Disable Leave system module will fix the issue.
You can also replace line 192 in tool/jsonPlanning.php from
$queryWhere.= " OR ".$table . ".idProject = " . Project::getLeaveProjectId().") " ;
to
$queryWhere.= " OR ".$table . ".idProject = " . ((Project::getLeaveProjectId())?Project::getLeaveProjectId():0).") " ;
This fix will be included in next patch.
Hi have disable leave system and everthing is back to normal
Thanks