Closed (fixed)
Project:
Domain
Version:
5.x-1.0beta5
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
29 Oct 2007 at 19:12 UTC
Updated:
24 Nov 2007 at 16:30 UTC
Issue:
The Domain Conf routine rewrites the $conf array during hook_init(). This can cause issues when attempting to administer forms like 'admin/settings/site-information' from a subdomain, since the subdomain settings will override the defaults.
Must put in some checks to make sure this does not occur -- or this behavior needs to be documented VERY CLEARLY.
Related to issues:
Comments
Comment #1
agentrickardPerhaps the easiest thing to do is drupal_set_message() on admin paths, giving a warning to the administrator, with an option to go to the default site.
Comment #2
agentrickardWarning fix committed to HEAD.
It would be possible to use domain_goto() to force the user to the proper domain. More input requested.
This bug is still in beta5.
Comment #3
agentrickardComment #4
agentrickardReleased as part of beta6 with no comment. Needs documentation.