Warning: extract() [function.extract]: First argument should be an array in “…/plugins/ee-email-transactions/classes/EE_PM_Init.controller.php” on line 452
Could this be an issue if Mandrill has maxed out sends for the current hour?
This isn’t related to anything on Mandrill’s end. It’s actually an warning on a bit of code that is also found in the default wp_mail() function WordPress has.
This won’t necessarily break any functionality, but I am planning on modifying this so the warning won’t be present in certain circumstances. In the meantime, because this is a warning, it will typically only show up when WP_DEBUG is set to true (or in PHP error logs) and typically won’t actually break any emails being sent.
I actually did some closer examination of email transactions code and I’ve found another place which may be triggering this warning. If so, I’ll be posting a fix and update shortly.
I just updated the plugin in the pre-release channel. You can download the updated version there and this should fix the warning. If you can let me know if it works okay that’d be great, thanks!
You’re welcome, thanks for posting about the warning!
Viewing 6 reply threads
The support post ‘EE Email Transactions Error’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.