Closed (cannot reproduce)
Project:
Domain
Version:
6.x-2.2
Component:
- Domain Content
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2009 at 22:15 UTC
Updated:
16 Oct 2010 at 17:54 UTC
Since upgrading to 6.x-2.0-rc7 Domain Access has stopped working for me in this regard:
Saving content as published to only one domain is not working. The content shows up on all domains. I would be happy to provide some extra details if someone has some ideas on how I can troubleshoot this.
Thanks,
Joe
Comments
Comment #1
agentrickardWhat version did you upgrade from?
Are you viewing the site as user 1 or a user with 'administer nodes'?
Comment #2
jfirebau commentedI upgraded from RC6 -- however, upon thinking about this more -- I upgraded several modules at once because of the Drupal 6.12 update. One of the modules, "XML Sitemap" had a problem when I ran update.php. I fixed that problem and run update.php again and it completed without errors. But I now wonder if the Domain Access tables are up to date.
I have tried viewing the nodes as both Administrator and non-registered -- and the nodes appear in all domains.
I also looked at the Domain tables using phpmyadmin and they look correct. The domain id 4 -- which was the correct ID of the domain I published the nodes to -- are correctly applied in the domain table. For instance, I saw a NID of 178 that was mapped to the domain ID of 4 which is what I told it to do. However that story with ID of 178 is being displayed on all 3 domains.
This was working prior to my upgrade to Drupal 6.12 and RC7 -- and it has made me quite sad. :(
Comment #3
nonsieDid you rebuild node permissions after the upgrade?
Comment #4
agentrickardThat's probably it. Take a look at your {node_access} table and rebuild it at Admin > Content > Post settings.
Comment #5
ptroxler commentedsimilar problem here ... node_access table is *empty* on a 6.16 install (with required i18n) ... any solutions out there?
Comment #6
agentrickardIf {node_access} is empty, you must rebuild it.
Comment #7
agentrickard