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

agentrickard’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

What version did you upgrade from?

Are you viewing the site as user 1 or a user with 'administer nodes'?

jfirebau’s picture

I 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. :(

nonsie’s picture

Did you rebuild node permissions after the upgrade?

agentrickard’s picture

That's probably it. Take a look at your {node_access} table and rebuild it at Admin > Content > Post settings.

ptroxler’s picture

Version: 6.x-2.0-rc7 » 6.x-2.2

similar problem here ... node_access table is *empty* on a 6.16 install (with required i18n) ... any solutions out there?

agentrickard’s picture

If {node_access} is empty, you must rebuild it.

agentrickard’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)