Forum

Project portfolio E...
 
Notifications
Retirer tout

Project portfolio Empty, no data displayed

7 Posts
2 Utilisateurs
0 Reactions
4,928 Vu
(@karl-binet)
Posts: 128
Active Member
Début du sujet
 
[#6134]

V8.0.3

When I enter project portfolio there is no data.

I have attach log file

Can you help me.

Regards


 
Posté : 16 Juil PM 18:077
(@babynus)
Posts: 14952
Membre Admin
 

V8.0.3

Please install v8.0.6 and test again.


 
Posté : 16 Juil PM 18:077
(@karl-binet)
Posts: 128
Active Member
Début du sujet
 

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

Regards


 
Posté : 16 Juil PM 18:077
(@babynus)
Posts: 14952
Membre 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.


 
Posté : 16 Juil PM 19:077
(@karl-binet)
Posts: 128
Active Member
Début du sujet
 

Hello,

Same issue after update to V8.0.6

I have attached today log file

Thanks


 
Posté : 17 Juil PM 14:077
(@babynus)
Posts: 14952
Membre 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.


 
Posté : 18 Juil PM 17:077
(@karl-binet)
Posts: 128
Active Member
Début du sujet
 

Hi have disable leave system and everthing is back to normal

Thanks


 
Posté : 18 Juil PM 20:077
Share:
Retour en haut