If the comment settings of a node are not set to "drupal comments" I get white screened if nodecomment_notify is enabled. Turning on PHP errors reveals the following:
Call to undefined function _comment_notify_options() in /var/www/vhosts/appsbeta.mt.fhddev.com/httpdocs/sites/all/modules/nodecomment/nodecomment_notify.module on line 43
If comment settings are changed back to "drupal comments" everything seems to function fine. Any idea why this might be happening?
Thanks,
Tim
Comments
Comment #1
crea commented_comment_notify_options() is a function of Comment Notify module. Do you have that installed and enabled ?
Comment #2
crea commentedno answer