Bonjour,
I am able to produce periodic meetings on the Demo cersion on your site and everything seem good. The problem occurs with my installation on a server in Montréal and I have recently found out that a customer located in Québec has the same problem but with an older version ( 8.1.x ?) .
Is this someting to do with North America?
Regards
Michel
Which version of PHP are you using ?
Bonjour Équipe ProjeQtOr,
php --version
PHP 7.0.33 (cli) (built: Mar 11 2020 17:57:49) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with Zend OPcache v7.0.33, Copyright (c) 1999-2017, by Zend Technologies
Bonne journée
Michel
Hi,
To help us understand what happens, please get attached patch.
Install it (file PeriodicMeetingMain.php must replacer existing one in directory "model")
Be sure that logLevel=2 ou 3 in parameters.php.
Execute test case.
Post here log file.
Bonjour Équipe ProjeQtOr ,
Please find the log file following the installation of your patch. I tried to program a periodic meeting and this was done before the creation of the the log file.
Regards
Michel
Have asimple look at the log file :
2020-04-02 09:01:57.006 ===== TRACE ===== result of save() = Contrôles invalides.
Le champ 'ordre du jour' est obligatoire
You set "ordre du jour" (field description) as required on meetings, but did not define it on your periodic meeting.
So insertion fails.
Just remove the control (on type of meeting) or add description on your periodic meeting to allow creation of meetings.
Bonjour ProjeQtOr team,
Yes, it now works. Usually,ProjeQtOr does not allow you to crate an element if a mandatory field is left empty.
As a suggestion, can the periodic meeting have the same rule as the other elements (meeting, activities…) with respect to the entry of mandatory information in order to be created?
Thank you for your help and patience!
Michel