i want to purpose for all menbers of my family to make is own site

ei:
www.famillydomain.com is ok
i have made it master url in the single sign on
i have create a dns entry surnam.famillydomain.com point to the same root
i have made www.famillydomain.com as a primary domain name in the multipledomain but i'have an this error when i save it:
warning: Missing argument 1 for multidomain_default_domain_settings() in /home.10/arrimage/www/drupal5/modules/multidomain/multidomain.module on line 61
ihave create a subdomain call surnam.famillydomain.com
but when i load http://surnam.famillydomain.com i just see the famillydomain homepage
what's wrong ??

Comments

skippy13’s picture

Title: is it the right solution » warning: Missing argument 1 for multidomain_default_domain_settings()
StatusFileSize
new0 bytes

I just started testing this module, too, and also experienced the same error message.

I edited multidomain.module, and simply added an empty value ('') to the array that's used to call the multidomain_default_domain_settings() function. The error went away, but I haven't finished my multidomain setup yet, so I can't confirm whether this is a viable long-term fix.

Patch attached.

skippy13’s picture

Title: warning: Missing argument 1 for multidomain_default_domain_settings() » is it the right solution

resetting the title for this item. Sorry for fouling that up.

phildu’s picture

sory but the patch is empty
and i try to had something like
#error' => '', in the array but nothing happen
where i must had this ??

but you havent reply to my main question, am i on the right way ? (to do my multisites project) ?

thank's

skippy13’s picture

StatusFileSize
new330 bytes

Attached is a patch that (hopefully!) actually contains content this time.

I'm trying to create a similar configuration:
www.familyname.com is the master site, which will provide an overview on the front page of the recent posts from people.
name1.familyname.com, name2.familyname.com, etc will exist for each user of the site, and should display only that user's blog postings (at least at first).

If I read the multidomain module description correctly, this is exactly the module we need. I haven't gone much further, though, so I don't know how successful I'll be.

mlncn’s picture

We're also considering the Multiple Domains, core hack, and Single Sign-on approach to visually distinct but wholly integrated subsites. Right now I'm just subscribing to this report in the hope that it is updated, we will report back on this issue when/if we reach this point.

- ben

Agaric Design Collective :: http://agaricdesign.com/

adrian’s picture

When attaching a patch, please set the status to patch (code needs review).

i only found this patch now. I will look into it soon.

adrian’s picture

Status: Active » Needs review
adrian’s picture

It could be the right solution for you.

You need to create each domain for each of the family members, and in the init code block, you need to add :

  $GLOBALS['conf']['site_frontpage'] = 'blog/x'; // to whichever user you want to set it to.
wayland76’s picture

Component: code » documentation
Category: bug » feature
Status: Needs review » Active

Sounds like this needs to be documented, then.