JMAConsulting / biz.jmaconsulting.mte

Mandrill Emails Extension for CiviCRM
10 stars 21 forks source link

Warning in mte_civicrm_postEmailSend #94

Open olivierh65 opened 9 years ago

olivierh65 commented 9 years ago

When sending a confirmation mail in event registration form, 5 warning are emitted 2015-08-11 21_33_53-clipboard Event if directory is named *-1.5, it's version 2.0 which is used.

In line 551, code expect $params['mandrillHeader'] as array, but it's just an integer.

pradpnayak commented 8 years ago

Hi @olivierh65

Are you still facing same notice error for confirmation email send through event registration?

If so, Could you run the below query in mysql and check if you get atleast 1 result.

SELECT * FROM civicrm_mailing WHERE subject = "***All Transactional Emails***" AND url_tracking = TRUE AND forward_replies = FALSE AND auto_responder = FALSE AND open_tracking = TRUE;

The error usually will occur if it doesn't find the default mailing that's being created at the time of mandrill install which is used to track mandrill event for Transactional Emails send from CiviCRM.

HTH, Pradeep

pradpnayak commented 8 years ago

Can you please update the extension and check if still get error

Here is the download link: https://github.com/JMAConsulting/biz.jmaconsulting.mte/archive/v2.1.beta.zip

olivierh65 commented 8 years ago

Hi Pradeep,

The sql query return nothing. I've installed your new version and will check if the error occurs again. Thank you. Olivier.