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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | another_email_bug.patch | 2.75 KB | berdir |
Comments
Comment #1
berdirConfirmed, 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.
Comment #2
berdirFixed in 6.x-1.x-dev and 7.x-1.x-dev.
Comment #3
visitor82 commentedThank you !