Active
Project:
Ubercart Domain Access
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2010 at 00:49 UTC
Updated:
3 Feb 2014 at 14:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jimboh commentedIt doesent look like this module is being supported so...
line 257 of uc_domain.module checks for $domain['alias'] when it should check for $domain['aliases'] and also it should only do the test for aliases if the domain _alias module is enabled.
I am not a skilled php coder so check my work but I changed lines 254-270 from:
To:
Comment #2
mandreato commentedI had the same issue and #1 fixed it.
Hope it will be commited.
Comment #3
aoturoa commentedAdded the above as a patch.