Forum

Email V7.0.0.
 
Notifications
Clear all

Email V7.0.0.

7 Posts
2 Users
0 Reactions
6,478 Views
(@durou-c)
Posts: 468
Contributor
Topic starter
 
[#4953]

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.


 
Posted : 08 Feb 2018 14H07
(@babynus)
Posts: 14952
Member Admin
 

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.


 
Posted : 08 Feb 2018 14H26
(@durou-c)
Posts: 468
Contributor
Topic starter
 

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 ?


 
Posted : 08 Feb 2018 15H17
(@babynus)
Posts: 14952
Member Admin
 

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") ?


 
Posted : 08 Feb 2018 19H27
(@durou-c)
Posts: 468
Contributor
Topic starter
 

Yes I tried with "other" and enter my email address, and same result :"Aucun destinataire de mail n'a pu être déterminé"


 
Posted : 08 Feb 2018 19H45
(@babynus)
Posts: 14952
Member Admin
 

OK, I'll have a look.


 
Posted : 08 Feb 2018 20H12
(@babynus)
Posts: 14952
Member Admin
 

Fix committed on branch V7.0


 
Posted : 08 Feb 2018 21H17
Share:

Scroll to Top