Recreating a multisite locally on MacOS 10.6 + MAMP
I have to recreate two sites locally which already live on a server as a multisite setup. I tried to follow different tutorials, but somehow it doesn't work out.
Read morePressflow or Mercury seems to confuse site caches on multi-site installations
Encountering a problem similar to http://groups.drupal.org/node/39456 but with a clarification.
Read moreDrupal Multisite with SSO to Moodle
After some research and testing, I failed to find a working up to date solution for Drupal multisite with SSO to Moodle.
We have several subdomains with Drupal and one domain with Moodle. We need to have users from Drupal sites to login to Moodle without login in a second time. Also, there is a need for Moodle to use Drupal users.
Would someone publish information on how to deal with this problem, please? Thanks.
P.S. We have are not going to use LDAP solution. The organization is too small to maintain LDAP server. We just need SSO implemented.
Read moreMultisite with Module Settings Synced
We are looking at developing an enterprise Drupal architecture using multisite as the overall hosting solution. We have setup a proof of concept with multisite and it works great. The more complicated step is having some modules that need to be not only available to all sites, but also configured with specific settings when the site is deployed. For example, we will want to have CKEditor available for all sites, but also configured a specific way and be enabled automatically.
Read moreMultisite Search
Hello
I'm about to do an installation of multisites, but I will need multisite search. I'll explain what I need:
- Sites A, B, C
- Doing a search within the site, should also return results for sites B and C.
- Making an appointment from within the site B, should be returned results only from sites B and C.
- Making an appointment within the site C, should be returned results only from site C.
This can be done? Could you guide me?
PS: Sorry for bad English, I am Brazilian and I'm using Google Translate.
Thanks!
Read moreNeed Help with Multisite Contrib Issue
I have just (fairly) successfully installed a Drupal multisite on my host (A2Hosting). The three sites access the core code base and their individual databases brilliantly. One HUGE problem. After I uploaded my standard set of contrib modules and themes to the sites/all/modules and sites/all/themes (respectively), none of the sites recognize them. The admin/modules only shows the core modules on all three of the sites.
Read moreAegir and Subdomains/Domain Access (or can Aegir allow for single sign on with shared nodes?)
TL;DR:
Is there anyway to make Aegir and DA coexist happily?
After reading and meditating on it more I guess the big question is can Aegir provide an environment where different sites can share signon's and nodes?
What kind of multisite security issues are their with php filter enabled?
Hey all,
I am wondering what kind of hacking a person could do on a multisite environment if php filter is enabled? Can they access other sites?
If so, isn't this more than a "php filter" issue and also any cck field (since you can do php stuff in their also) is also a hazard?
If there are issues, how do you host many sites on the same aegir server for different users (who want full access to drupal) if they can potentially hack into other sites?
Sorry, thats a load... just thought about it.
-Peter
Read moremultisite, partly shared tables (users), can I share only primary links ?
Hello everyone!
I have successfully set up drupal 6.17 multisite with single sign on module 6.x-1.0-rc1 by sharing tables in a separate database:
authmap profile_fields profile_values role sessions users
made possible by following settings.php add-ins:
<?php
$db_url = 'mysqli://user:password@localhost/drupal_site1';
$db_prefix = array(
'default' => '',
'authmap' => 'drupal_shared_tables.',
'profile_fields' => 'drupal_shared_tables.',
'profile_values' => 'drupal_shared_tables.',
'role' => 'drupal_shared_tables.',
Views across Multisite?
From what I find on drupal.org, Views does not work with external databases. I have a multisite setup but do not want to share the content tables, although I do want a View on the top domain across the subdomains' content.
(I have a workaround by manually copying and pasting links to selected subdomains' content in a new content type on the top domain when I want to display a block on the top domain, but I will have to constantly maintain and update it.)
Read more

