View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - [SOLVED] Repport / Planning / synthesis of availability all pool without affection on 8.1 - ProjeQtOr
 

[SOLVED] Repport / Planning / synthesis of availability all pool without affection on 8.1

More
02 Jul 2019 10:36 #1 by pipobru
Hello,
After update with the last version, i launch a planning calcul. After that in report Synthesis of availability all poll have 0 availability whithout planification (green color). Some error in log files see in attachement.
Attachments:

Please Log in or Create an account to join the conversation.

More
03 Jul 2019 16:04 #2 by babynus
This looks like a real major issue.
Ticket #4106 recorded.

Babynus
Administrator of ProjeQtOr web site
The following user(s) said Thank You: pipobru

Please Log in or Create an account to join the conversation.

More
03 Jul 2019 17:00 #3 by babynus
Issue fixed.
Will be included in patch V8.1.1

Fix is to replace few line in 2 files : lines 250+ in /model/Assignment.php from and lines 711+ in /model/PlanningElement.php
          if (substr($field,-4)=='Date') {
            $query.=" $field='".$newVal."' ";
          } else {
            $query.=" $field=".$newVal;
          }
to
          if ($newVal===null or $newVal==='') {
            $query.=" $field=null ";
          } else if (substr($field,-4)=='Date') {
            $query.=" $field='".$newVal."' ";
          } else {
            $query.=" $field=".$newVal;
          }

Babynus
Administrator of ProjeQtOr web site

Please Log in or Create an account to join the conversation.

More
03 Jul 2019 17:00 #4 by pipobru
thanks for your answer. I have a ressource with important expertise on PHP. I would help you on this sujet. How i can help you ?

Please Log in or Create an account to join the conversation.

More
03 Jul 2019 17:09 #5 by babynus
I thging our last messages crossed.
Issue already fixed.

Babynus
Administrator of ProjeQtOr web site
The following user(s) said Thank You: pipobru

Please Log in or Create an account to join the conversation.

More
03 Jul 2019 17:09 #6 by pipobru
After modification no crach but i have this error:
2019-07-03 17:10:21.660 ===== TRACE ===== Error for planning mode '16' not found in Planning Mode table

Please Log in or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.047 seconds

Cookies settings

×

Functional Cookies

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Please login to see yours activities!

Other cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.