A strange problem that I'm trying to track down a solution to:

email notifications are being received by users with the following links:

To manage your subscriptions, browse to http:///./user/28/notifications

As you can see the domain name is being missed out. This does not always occur and the maillog is showing some links being correctly formatted whilst others are not - on a seemingly random basis and it doesn't matter what sort of link is (ie link to content or link to subscriptions management).

Just wondering if anyone else has seen this?

One fix appears to be to include a value for the $base variable in settings.php, see:
http://commons.acquia.com/discussion/wrong-url-email-notifications
or
http://drupal.org/node/226335#comment-5297196

I'm trying this now and will report back.

Cheers,
Crom

Comments

Crom’s picture

I can confirm that adding a value for $base_url in settings.php works.

I understand that this is probably a module specific issue but as it is at the core of DC it might be worth adding to some install documentation?

Cheers,
Crom

lsolesen’s picture

Version: » 6.x-2.x-dev
Issue summary: View changes