In HEAD, on line 353 of platform/provision_drupal.module the function drupal_mail() is invoked with Drupal 5 syntax, instead of the Drupal 6 one.
As you can see the function has changed quite a bit and the presence of a hook as first parameter causes the parameters to shift and the mail to fail.
I don't know how to implement the hook and I don't know if user_preferred_language() is even available in that context. Sorry.

CommentFileSizeAuthor
#1 drupal_6_welcome_mail.patch4.26 KBbenkant
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

benkant’s picture

Status: Active » Needs review
FileSize
4.26 KB

Patch for Drupal 6 based on HEAD.

mauror’s picture

Patch works well, RTBC for me.

adrian’s picture

Status: Needs review » Fixed

Committed.

Sorry,i had tested it before but forgot to commit it before the weekend happened.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

  • Commit 96e430f on debian, dev-dns, dev-envobject, dev-koumbit, dev-log_directory, dev-migrate_aliases, dev-multiserver-install, dev-newhooks, dev-nginx, dev-platform_management, dev-ports, dev-purgebackup, dev-restore, dev-services, dev-simplerinstaller, dev-site_rename, dev-ssl, dev_716166_apache_conf, dev_dns, dev_server_verify, prod-koumbit, ssl, dev-ssl-ip-allocation-refactor, dev-1205458-move_sites_out_of_platforms, 7.x-3.x, dev-subdir-multiserver, 6.x-2.x-backports, dev-helmo-3.x authored by adrian:
    #324968 - fix drupal_mail in d6. thanks benkant