I have a drupal 6 multisite. I'd like each site to have a unique set of enabled modules. Is it possible for each site to have it's own unique system table? I also have unique variable tables.
'default' =>'', 'blocks'=> 'main_', 'boxes' => 'main_', 'variable' => 'main_', 'cache' => 'main_', 'system' => 'main_',
Is having unique system tables asking for trouble? I'm having problems with a couple of contributed modules like Features and environment indicator but I'm not sure the unique system table is causing the problem.
Thanks, Tracey
____________ Tracey Hummel University of Arizona University Information Technology Services, Web Services 1077 N Highland Ave, Room 337, Tucson, AZ 85721 (520) 626-5139 tracey@arizona.edu http://tshummel.com/
Is there a reason to share the databases at all? I have many multisite instances, but I don't share the databases across any of them. Each site has its own database, so each site has its own list of enabled modules (and variables, etc.) and there is no conflict.
Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
From: "Hummel, Tracey S
I have a drupal 6 multisite. I'd like each site to have a unique set of enabled modules. Is it possible for each site to have it's own unique system table? I also have unique variable tables.
'default' =>'', 'blocks'=> 'main_', 'boxes' => 'main_', 'variable' => 'main_', 'cache' => 'main_', 'system' => 'main_',
Is having unique system tables asking for trouble? I'm having problems with a couple of contributed modules like Features and environment indicator but I'm not sure the unique system table is causing the problem.
Yes. All the content, views, content types, users & roles are shared among the different sites.
Thanks, Tracey
________________________________ From: support-bounces@drupal.org [support-bounces@drupal.org] On Behalf Of Ms. Nancy Wichmann [nan_wich@bellsouth.net]
Is there a reason to share the databases at all? I have many multisite instances, but I don't share the databases across any of them. Each site has its own database, so each site has its own list of enabled modules (and variables, etc.) and there is no conflict.
Nancy
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
________________________________ From: "Hummel, Tracey S
I have a drupal 6 multisite. I'd like each site to have a unique set of enabled modules. Is it possible for each site to have it's own unique system table? I also have unique variable tables.
'default' =>'', 'blocks'=> 'main_', 'boxes' => 'main_', 'variable' => 'main_', 'cache' => 'main_', 'system' => 'main_',
Is having unique system tables asking for trouble? I'm having problems with a couple of contributed modules like Features and environment indicator but I'm not sure the unique system table is causing the problem.