If you preview the "Default expiration notice" mail you will get the following errors:
# warning: array_merge() [function.array-merge]: Argument #1 is not an array in /.../ecommerce/contrib/ec_recurring/ec_recurring.module on line 2107.
# warning: array_merge() [function.array-merge]: Argument #2 is not an array in /.../ecommerce/contrib/ec_recurring/ec_recurring.module on line 2107.

Exact same errors for "Default renewal reminder".

Using PHP 5.1.2.

Comments

theorichel’s picture

Having the same error

davea’s picture

Version: 5.x-3.3 » 5.x-3.x-dev
Status: Active » Fixed

The $txn doesn't exist so errors occurred trying to build the email preview. I added conditions to determine when the $txn is null

davea’s picture

closed after 1 week

Thanks,
DaveA

davea’s picture

Status: Fixed » Closed (fixed)

closed

Thanks,
DaveA