Warning: preg_match_all() expects parameter 2 to be string, array given in token_scan() (line 124 of /home/hiddenvi/public_html/includes/token.inc).

I am wondering if this is a Mimemail issue since the next warning is:

Notice: Array to string conversion in MimeMailSystem->format() (line 24 of /home/hiddenvi/public_html/sites/all/modules/mimemail_alpha/includes/mimemail.mail.inc).

Comments

Dave Reid’s picture

Project: Token » Mime Mail
Version: 7.x-1.1 » 7.x-1.x-dev

Yes, this issue must be moved to the Mimemail issue queue. You can only perform token replacement on strings, and not arrays, like was supported at one time in Token for D6.

spgd01’s picture

Project: Mime Mail » Token
Version: 7.x-1.x-dev » 7.x-1.1
Status: Active » Closed (duplicate)

Answer was a fix for mimemail here:

http://drupal.org/node/1475664

spgd01’s picture

opps duplicate