← Back to team overview

mahara-contributors team mailing list archive

[Bug 813253] Re: registration fails displaying unknown error when noreply address not set

 

** Changed in: mahara
       Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/813253

Title:
  registration fails displaying unknown error when noreply address not
  set

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  in register/reason.php:166

  displays this message
  Sorry, your registration attempt was unsuccessful. This is our fault, not yours. Please try again later.

  error log is
  [WAR] 03 (register/reason.php:116) InvalidEmailException Object
  [WAR] 03 (register/reason.php:116) (
  [WAR] 03 (register/reason.php:116)     [log:protected] => 1
  [WAR] 03 (register/reason.php:116)     [message:protected] => Cannot send email to gsd gsd with subject Confirm email for registration at Mahara. Error from phpmailer was: Invalid address: noreply@localhost
  [WAR] 03 (register/reason.php:116)     [string:Exception:private] => 
  [WAR] 03 (register/reason.php:116)     [code:protected] => 0
  [WAR] 03 (register/reason.php:116)     [file:protected] => /home/hugh/src/mahara/mahara/htdocs/lib/user.php
  [WAR] 03 (register/reason.php:116)     [line:protected] => 521
  [WAR] 03 (register/reason.php:116)     [trace:Exception:private] => Array
  [WAR] 03 (register/reason.php:116)         (
  [WAR] 03 (register/reason.php:116)             [0] => Array
  [WAR] 03 (register/reason.php:116)                 (
  [WAR] 03 (register/reason.php:116)                     [file] => /home/hugh/src/mahara/mahara/htdocs/register/reason.php
  [WAR] 03 (register/reason.php:116)                     [line] => 113
  [WAR] 03 (register/reason.php:116)                     [function] => email_user
  [WAR] 03 (register/reason.php:116)                     [args] => Array

  plus a dump of the email

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/813253/+subscriptions


References