I've looked/searched around for this issue and I don't seem to find anything. Any ideas?
This is a thread subscription email (from the Subscription module ver. 6.x-1.1) I received once I installed boost. (previous the url links were created correctly and working).
You can see that somehow, the boost "normal" and "cache" folders are being mangled into the urls. "SITE" has replaced my domain, but obviously they would not work, and don't.
Any suggestions as to where to look for the cause of this problem would be appreciated. Thanks.
| Greetings, Bob.
|
| Your subscription on SITE
| notifies you of an updated post:
|
| Title: Bob
| Link: http://normal/SITE.comcache/SITE.com/profile/bob
| Direct unsubscribe link (thread):
| http://normal/SITE.comcache/SITE.com/s/del/node/nid/547/-1/842/876e513cd439f3adf1165506d393c445
| --------------------------------------------------------------------
| This is an automated message. Please do NOT reply to the sender address!
| To manage your subscriptions go to
| http://normal/SITE.comcache/SITE.com/user/842/subscriptions
Comments
Comment #1
Mercury500 commentedUPDATE: The URL seems more understandable - IE only the domain is left out this time.
I wonder if it's not a Subscriptions Module issue, but it only seemed to come around when Boost was installed.
latest Subscription email:
it seemed to have "fixed" itself, by disabling Boost and re-enabling, and, of course, clearing the cache, but it didn't stay fixed.
Ideas?
What I really don't get is the sheer funkiness of the original url that came out -
That's not even close to a real url - it's not a Boost's static cache url or a real one either...it's more of a HURL than a URL...
Anyway, thanks for the nice module.
UPDATE 2: THE FIX
This issue appears to be resolved by setting the Base URL in the settings.php file.
Although Boost may not be causing the issue, it may be what brings it to light.
See issue #226335: Incorrect URL in Subscription Email for more info.
Comment #2
Cybergarou commentedI'm thinking this is an issue specific to your configuration, either a result of the server software you use or configuration changes you made. I use both the Boost and Subscriptions modules without any trouble and don't have the Base URL set.
Can you describe the configuration changes you made after installing Boost?
Also, verify you have the correct settings in your .htaccess file by going to your site's status report page.
Comment #3
mikeytown2 commentedFIX: set $base_url in your settings.php file; via #1
Here's the check inside the subscriptions module
Which means I shouldn't try to set it magically, or at least not use $base_url, copy it instead.
Comment #4
mikeytown2 commentedComment #5
mikeytown2 commentedcommitted