MySQL 5.0.27
PHP 5.1.6
Drupal 5.5

Domain Access Modules Enabled
 Domain Access
 Domain Configuration
 Domain Content
 Domain Theme
 Domain Views

Other Modules Installed 
 FlashVideo

I have two sub-domains one.example.com and two.example.com, two content types ct_one and ct_two.
Node of type ct_one once published is accessable via one.example.com only where as node of type ct_two once published is can be accessed via both domains one.example.com and two.example.com

I have the following settings
Domain module behaviors
New content settings: Show on all affiliate sites
Domain node types
ct_one (unchecked)
ct_two (checked)

When I create a new node it is availabe on the sub-domains according to it's content type. The problem occurs when I create bulk nodes via FlashVideo all nodes (of type ct_one and ct_two) are only availabe on sub-domain one.example.com

How do I fix this ?

Comments

agentrickard’s picture

Hard to say. It depends on how the FlashVideo module is doing its import. I suspect this is a bug in FlashVideo, which is ignoring hook_form_alter().

See http://drupal.org/node/252877 for a similar issue.

agentrickard’s picture

Status: Active » Closed (duplicate)

Marking as duplicate.