Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Warning in mte_civicrm_postEmailSend #94

Open
olivierh65 opened this issue Aug 11, 2015 · 3 comments
Open

Warning in mte_civicrm_postEmailSend #94

olivierh65 opened this issue Aug 11, 2015 · 3 comments

Comments

@olivierh65
Copy link

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.

@Edzelopez Edzelopez self-assigned this Feb 3, 2016
@pradpnayak pradpnayak assigned pradpnayak and unassigned Edzelopez Feb 9, 2016
@pradpnayak
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Author

Hi Pradeep,

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

@JoeMurray JoeMurray assigned Edzelopez and unassigned pradpnayak Mar 21, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants