I am using D ver5 and trying to set up multiple Domains -

activated multipledomains module,
singlesignon (head ver) ,
applied the multiple_domain_alias patch ,
uploaded modules and themes in sites/all/modules and sites/all/themes,
added sites/choiceschool.net/settings.php and sites/choiceschool.net/files

but while activating multiple domains in admin panel, getting following error

warning: Missing argument 1 for multidomain_default_domain_settings() in /home/fikerala/public_html/modules/multidomain/multidomain.module on line 61.

and choiceschool.net giving the error

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@choiceschool.findkerala.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.37 Server at www.choiceschool.net Port 80

Please guide me

Comments

Christefano-oldaccount’s picture

I got the same missing argument warning but on line 74. Edit the module so that this:

function multidomain_default_domain_settings($url) {

becomes:

function multidomain_default_domain_settings() {

Thanks go to ezra-z's patch at 123239.

wayland76’s picture

Status: Active » Closed (fixed)

This appears to be related to a fixed bug; closing