Closed (fixed)
Project:
Domain
Version:
6.x-2.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2010 at 22:00 UTC
Updated:
5 Mar 2010 at 00:24 UTC
Drupal - 6.15
MySQL database - 5.0.51a
PHP - 5.2.6
Domain Access - 6.x-2.1
Domain Access sub-modules enabled - Domain Blocks, Domain Configuration, Domain Navigation
I have a website with one primary domain "domain.org" and 6 affiliates "sub.domain.org". Publishing a node to either "all affiliates" or to the primary domain and a subdomain both work fine. But, when I only publish a node only to a single subdomain that node does not appear on the subdomain home page. If I then check "Promoted to front page" the node appears on both the subdomain home page and the primary domain home page.
What am I missing?
Comments
Comment #1
TimJFowler commentedI'm having another issue that appears to be related.
If a node is published ONLY to a sub.domain.org, when I click the edit tab/link I get this error message:
"Access denied You are not authorized to access this page." If I then strip off "sub." before domain.org I can then edit the node.
I am logged in as an administrator with all domain module permissions checked EXCEPT "publish from assigned domain" and "publish from default domain" ("publish to any assigned domain" is checked). The administrator IS assigned to the primary domain and all sub.domains.
I've been reading the install and readme files, and this support forum but I'm still missing something.
Thanks,
Tim
Comment #2
spicyguy commentedHello,
I have an related issue. NOt sure if I am missing something or config issue...
I have domain setup with DA like below:
www.example.com
one.example.com
two.example.com
When I add a content and select www.example.com and two.example.com, it is published in one.example.com too.
Likewise, regardless of which site I select its posting to all.
Can someone please let me know if this is an issue? I am using Drupal 6, DA 6 versions.
Comment #3
agentrickardProblem 1 and 3 are too many permissions. Please see README.txt, especially section 3.4.
Problem 2 is probably login cookie-related. See section 4 of INSTALL.txt.
Comment #4
TimJFowler commentedThank You!
That answered my questions and everything seems to be working properly!