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:

http://drupal.org/node/187494
http://drupal.org/node/186153

Comments

agentrickard’s picture

Perhaps 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.

agentrickard’s picture

Status: Active » Fixed

Warning 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.

agentrickard’s picture

Version: 5.x-1.0beta4 » 5.x-1.0beta5
Status: Fixed » Needs review
agentrickard’s picture

Status: Needs review » Closed (fixed)

Released as part of beta6 with no comment. Needs documentation.