Forum

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.

Project portfolio E...
 
Notifications
Clear all

Project portfolio Empty, no data displayed

7 Posts
2 Users
0 Reactions
4,929 Views
(@karl-binet)
Posts: 128
Active Member
Topic starter
 
[#6134]

V8.0.3

When I enter project portfolio there is no data.

I have attach log file

Can you help me.

Regards


 
Posted : 16 Jul 2019 18H29
(@babynus)
Posts: 14952
Member Admin
 

V8.0.3

Please install v8.0.6 and test again.


 
Posted : 16 Jul 2019 18H37
(@karl-binet)
Posts: 128
Active Member
Topic starter
 

can I install latest version 8.1.1 instead ?
Or i need to install 8.0.6 first ?

Regards


 
Posted : 16 Jul 2019 18H52
(@babynus)
Posts: 14952
Member Admin
 

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.


 
Posted : 16 Jul 2019 19H07
(@karl-binet)
Posts: 128
Active Member
Topic starter
 

Hello,

Same issue after update to V8.0.6

I have attached today log file

Thanks


 
Posted : 17 Jul 2019 14H24
(@babynus)
Posts: 14952
Member Admin
 

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.


 
Posted : 18 Jul 2019 17H46
(@karl-binet)
Posts: 128
Active Member
Topic starter
 

Hi have disable leave system and everthing is back to normal

Thanks


 
Posted : 18 Jul 2019 20H22
Share:

Scroll to Top