← Back to team overview

mahara-contributors team mailing list archive

[Bug 946880] Re: Broken html error message for no-reply email setting

 

I see this error warning on fresh install if I have set the url to be
something based on an entry in my /etc/hosts file eg:

 127.0.0.1       mahara-testing

and Apache set up for that so the url for the site is http://mahara-
testing/ and therefore $cfg->noreplyaddress gets set to something bad
like:

 noreply@mahara-testing

The fix  $SESSION->add_error_msg($w,false); will get the href link to display correctly.
But should there be a link in the warning at this stage as one can't navigate to that page until they have set their default password and email first.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/946880

Title:
  Broken html error message for no-reply email setting

Status in Mahara ePortfolio:
  Triaged

Bug description:
  error message when upgrading from 1.4 to 1.5:

  The noreply address setting is either empty or has an invalid email
  address. Please check the configuration in the <a
  href="http://15stable/admin/site/options.php?fs=emailsettings";>site
  options in the email settings</a>.

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


References