All my views went blank when using multiple domains. (Came back when turned multiple domains off). This could be realted to the url rewrite and may already be patched but just in case it isn't.

Comments

spino’s picture

Nope, I applied the patch, and views are still going blank (showing no content) whil the Multiple Domains modules is activated.

nedjo’s picture

I'm using views with multiple domains with no issues. You may need to experiment more to determine what the precise issue is.

nedjo’s picture

Category: bug » support

Likely the issue is the SQL rewriting that's done on the basis of taxonomy terms.

Did you download the module after May 23? If so, you're using a version that supports assigning content to domains by taxonomy, see this issue: http://drupal.org/node/138042.

On a non-default domain, you will see only content that's been assigned to that domain's taxonomy term. Hence, you may see empty views because no content has been assigned.

I'm realizing this may not always be the desired outcome ;) so I've posted a patch to make this SQL rewriting optional, see http://drupal.org/node/148969.

nedjo’s picture

Status: Active » Fixed

http://drupal.org/node/148969 has been applied, and should fix this issue.

Anonymous’s picture

Status: Fixed » Closed (fixed)