when you submit your registration it returns the following error:

Fatal error: Call to undefined function: drupal_mail() in /home/site/public_html/modules/logintoboggan/logintoboggan.module on line 288

Comments

jeff veit’s picture

I second this. Brand new LoginToboggan download. On a site that's never seen it before and which is an almost pristine 4.7.2

Jeff

jeff veit’s picture

And it's because this function is not available in 4.7. It's in head.

One temporary solution is to cut the code from head, and insert it into your common.inc which can be found in your include file. The code can be found here: http://api.drupal.org/api/HEAD/function/drupal_mail

hunmonk’s picture

Version: 7.x-1.x-dev » 4.7.x-1.x-dev
Status: Active » Closed (fixed)

no, don't do that. download the 4.7 branch of the module. you should always run the branch of a module that's concurrent with the version of drupal you're running, unless the module doesn't have a concurrent branch.

if you have any of the same problems with the 4.7 branch, feel free to reopen this issue with details.