I'm having a problem with a View showing up on an affiliate domain.
There are two new domains which are both to serve up the same content as another existing domain. All content to be served resides in the Drupal database.
We have two main sites w/content, a US version and a European version. The new domains are to serve up the European site.
I added the two new domain records via the domain access module and then went through and added those two new domains to the "Publish to" for all affiliate content that was currently on the European site.
I went through Pages and modified the selection rules to include the new domains.
The particular page has a pane containing a view. That page is at the url '/press'.
On the Euro site, everything works fine. On the new domains, all content shows and menus work except on the /press page, the view doesn't show. The page is coming up and the header node shows so it's just the specific view.
Since that view is on a Page content-type and that Page has selection rules which specify the new domains, I'm not sure why it's not showing up.
Is there anywhere else besides the selection-rules of the actual Page that the view is being called on that could limit when/where that View shows?
Comments
The solution was that the new
The solution was that the new domains had the default Languages assigned to them and there was a filter on the View that called for "no language' or user language of which neither work unless those specific options are set. Whoop. Anyway, in case it's similar to any other issue I'll leave the answer here. Seems there are too many ways to filter other than just filter content output!