hi all,

Am using aegir to create multisites, and aegir is working fine with creating the sites. i have used domain access module for creating the sub domains for the main domain site which are created using aegir. and am also using table sharing technology to keep a single db because our data is very large in in size.

so the issue is when i create a site for example:

if i have a site called example.com and 2 subdomains us.example.com and us.example.com it used domain table to keep the subdomain records but when i create an other site example1.com and in settings.php i specified a prefix for the all the independent tables the site comes up but the issue is the domain module uses the old domain table instead of perfix_domain table and the old subdomains will be listed instead of new subdomains(i e us.example.com instead of us.example1.com) i mean to say the domain module is not accessing the prefix table for independent table so please help me out from this issue...

thanks
Santhosh

Comments

agentrickard’s picture

I'm sorry, I cannot follow what you are saying and I don't use Aegir.

Are you _really_ using 5.x.1.9?

santhosh_kumar’s picture

Let me explain u with an example.

site1 : example.com subdomain: uk.example.com,us.example.com, db:db1
site2: example2.com subdomain: uk.example2.com,us.example2.com, db:db2

Now am using domain module for both the sites it creates domain table on the both db1 and db2.
now i change settings.php for db_prefix value for shared and independent tables concept and set the prefix as strag1 for site2 and create all independent tables like system,menu,domain etc with prefix strag1 except shared tables like node,sequences etc on db1.

Noa the site2 must use the prefix table instaed of the old domain table in the db1 database so it not using the prefix table ie strag1_domain it using the domain table of the db1 database show the subdomains of db1 so this is my issue

sorry am using 5.x-1.0 domain_access module

agentrickard’s picture

5.x.1.0 is _even older_ and more outdated. The current supported release is 5.x.1.14

nonsie’s picture

Status: Active » Postponed (maintainer needs more info)

Let me try to word it a bit differently - you have two Domain Access sites and you want to share the nodes for those two installs using db prefixing?

agentrickard’s picture

Priority: Critical » Normal

If I read this correctly, the two sites would have to share all domain* tables.

agentrickard’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)