When I want to send mail for tickets I have this error:
2018-02-08 12:05:54.061 ** ERROR ** [V7.0.0] ERROR **
2018-02-08 12:05:54.061 ** ERROR ** [V7.0.0] on file '/var/www/projeqtor/model/persistence/SqlElement.php' at line (4619)
2018-02-08 12:05:54.061 ** ERROR ***** [V7.0.0] cause = Undefined variable: statusMailListOrganized
automatic mail work, but manual sending doesn't work.
You're right.
Fix is to move
$statusMailListOrganized=array();
from line 4579 to line 4516, just after line
$statusMailList = array();
Fix is committed on branch V7.0 and will be included in V7.0.0 (when deplayed)
Thanks for reporting the issue.
I have moved the line 4579 just after the line 4516, but now if I try to send mail I have :"Aucun destinataire de mail n'a pu être déterminé" and no error in log file.
what's wrong ?
I thing message is clear : no email can be determined.
Possibly users dertinined as receiver don't have an email.
Did you try with hard coded email (selecting recipient as "other") ?
Yes I tried with "other" and enter my email address, and same result :"Aucun destinataire de mail n'a pu être déterminé"
OK, I'll have a look.
Fix committed on branch V7.0