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.
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
Comment #1
spino commentedNope, I applied the patch, and views are still going blank (showing no content) whil the Multiple Domains modules is activated.
Comment #2
nedjoI'm using views with multiple domains with no issues. You may need to experiment more to determine what the precise issue is.
Comment #3
nedjoLikely 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.
Comment #4
nedjohttp://drupal.org/node/148969 has been applied, and should fix this issue.
Comment #5
(not verified) commented