When I hit "Email" in create content, the email page comes up, but top of the screen I get:

warning: in_array(): Wrong datatype for second argument in /home/cpnhelp/www/www/modules/node.module on line 1314.
warning: in_array(): Wrong datatype for second argument in /home/cpnhelp/www/www/modules/node.module on line 1315.
warning: in_array(): Wrong datatype for second argument in /home/cpnhelp/www/www/modules/node.module on line 1316.
warning: in_array(): Wrong datatype for second argument in /home/cpnhelp/www/www/modules/node.module on line 1317.warning: in_array(): Wrong datatype for second argument in /home/cpnhelp/www/www/modules/node.module on line 1318.

It does appear to send the email out after that, but not always consistently.

Comments

agentrickard’s picture

Status: Active » Closed (duplicate)

This bug has been noted before. Here are two threads that discuss it (though they don't refer to email content types, it is the same problem).

http://drupal.org/node/25379

http://drupal.org/node/17158

You can find a solution here, or download a newer version of 4.6.3 that has been patched if you don't want to patch it yourself:

http://drupal.org/node/31989

Often, you can find solutions if you search the site. The trick is running the right search. In this case, I had the same problem and searched "wrong datatype for second argument."

JimK’s picture

Thanks, that did the trick.