Closed (works as designed)
Project:
Domain
Version:
5.x-1.8
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2008 at 06:46 UTC
Updated:
7 Oct 2008 at 15:33 UTC
When using DA along with modules that do send mail via cron (subscriptions, auto_expire, scheduler, etc...), the notion of domain is lost. All links in the e-mail messages will point to the main domain, often resulting in "page not found". I understand that this is the result of cron being treated as a "special page", and for a reason. Is there any workaround for this problem? Does DA exposes information that would make it possible for other modules to solve it? Thank you.
Comments
Comment #1
agentrickardSee hook_domaincron().
You can also turn off the 'treat cron as a special request'.
In either case, you may simply need to run cron on each domain individually.
Comment #2
agentrickard