I am hosted on a Zeus server so I have found (via posts to the Drupal forums) that when I went from my localhost test site to the Zeus live server I have had to disable clean urls to get the site to function properly.

The only thing that now doesn't work is that the link in the email notification a user gets when a private message is sent to them is a "clean url" not the ?php form. Therefore they get a 404 error when the link is followed.

I'm on
Mac OS 10.5.8
Drupal 6.14
PHP vers is listed on hosts site as 4.4.9 and 5.2.4

CommentFileSizeAuthor
#1 another_email_bug.patch2.75 KBBerdir
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Berdir’s picture

Status: Active » Needs review
FileSize
2.75 KB

Confirmed, try the attached patch, that should fix the issue. Note that you might need to either update your notification mail template (if you have customized it) or reset it to the default values if it has been stored. You can now use !message for the URL to the message and !settings for the settings URL.

Berdir’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Needs review » Fixed

Fixed in 6.x-1.x-dev and 7.x-1.x-dev.

Visitor82’s picture

Thank you !

Status: Fixed » Closed (fixed)

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