When i try to configure distinct "File upload settings" for each subdomain (change "files" to "files/mysubdomain"), the folder "mysubdomain" is created in the files folder, but the settings are not stored on the domain settings page. I dont know what further information could be useful.

Comments

agentrickard’s picture

FireFox went a little crazy. Duplicate comment.

agentrickard’s picture

This is one of the least-tested features. Two things to check:

-- Be sure that the domain_conf routine has been added to your settings.php file

-- Be sure that the domain settings page loads in the proper domain. That is, domain settings for one.example.com _must_ be loaded from one.example.com

derjochenmeyer’s picture

Status: Active » Closed (fixed)

My fault! Its not a bug.

Forgot to add require_once './sites/all/modules/domain/domain_conf/settings_domain_conf.inc'; in the settings.php during my new installation.

I suggest to add a Note in the README.txt like this to "2. Installation"

Also make sure to read all additional documentation included in the domain access submodules. Some may require additional settings!

Thanks for sharing this module and support!

agentrickard’s picture

In the HEAD version, you now get a message on the Domain config page if this step has not been done properly.

See http://drupal.org/node/195489

I also added an INSTALL.txt file with a similar note.

http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/domain/INST...