Closed (fixed)
Project:
Multiple Domains
Version:
5.x-1.x-dev
Component:
code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2007 at 05:27 UTC
Updated:
28 Nov 2007 at 08:19 UTC
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
Comment #1
Christefano-oldaccount commentedI 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.
Comment #2
wayland76 commentedThis appears to be related to a fixed bug; closing