Closed (fixed)
Project:
Domain
Version:
5.x-1.0beta7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2007 at 15:11 UTC
Updated:
2 Dec 2007 at 18:10 UTC
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
Comment #1
agentrickardFireFox went a little crazy. Duplicate comment.
Comment #2
agentrickardThis 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
Comment #3
derjochenmeyer commentedMy 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"
Thanks for sharing this module and support!
Comment #4
agentrickardIn 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...