in your document "install.txt" , you assume that "Assuming you will make all new sites available at /site/{shortname}/"

actually , i don't want to change (or add) the url which users visit a subdomain's alias as www.example.com/site/{shortname} , i just want him to visit subdomain.example.com,

i knew that if i follow the drupal's official "multisite install instruction" , i just have to copy folder "sites/default/" to "sites/subdomain.example.com/" and then copy default.setting.php to setting.php, then build a new empty database , i try this and success with a new subdoamin install.

i thought that "project/multisite_manager" would at less help me autoly finish the above three steps , am i misunderstanding this great modules?

in my situation:(windows, hosts file)
127.0.0.1 localhost
127.0.0.1 test.localhost

i active the modules "multisite_manager", and then , what is the next steps , please
should i have to follow the "install.txt" exactly so that i could use this modules.

i want to acomplish
when i visit test.localhost after i create a new node "drupal site" , i will see a install page

Comments

haojiang’s picture

i get a long warning:
# user warning: Table 'fistmu.locales_source' doesn't exist query: SELECT s.lid, t.translation, s.version FROM locales_source s LEFT JOIN locales_target t ON s.lid = t.lid AND t.language = 'zh-hans' WHERE s.source = 'Navigation' AND s.textgroup = 'default' in C:\xampp\htdocs\mu\modules\locale\locale.module on line 365.
# user warning: Table 'fistmu.locales_source' doesn't exist query: INSERT INTO locales_source (location, source, textgroup, version) VALUES ('/mu/node/add/drupal-site', 'Navigation', 'default', '6.10') in C:\xampp\htdocs\mu\modules\locale\locale.module on line 381.
# user warning: Table 'fistmu.locales_source' doesn't exist query: SELECT s.lid, t.translation, s.version FROM locales_source s LEFT JOIN locales_target t ON s.lid = t.lid AND t.language = 'zh-hans' WHERE s.source = 'The navigation menu is provided by Drupal and is the main interactive menu for any site. It is usually the only menu that contains personalized links for authenticated users, and is often not even visible to anonymous users.' AND s.textgroup = 'default' in C:\xampp\htdocs\mu\modules\locale\locale.module on line 365.
......
......
......
# user warning: Table 'fistmu.locales_source' doesn't exist query: INSERT INTO locales_source (location, source, textgroup, version) VALUES ('/mu/node/add/drupal-site', 'Unable to send e-mail. Please contact the site admin, if the problem persists.', 'default', '6.10') in C:\xampp\htdocs\mu\modules\locale\locale.module on line 381.
# Unable to send e-mail. Please contact the site admin, if the problem persists.

haojiang’s picture

i check the mysql/data folder , i found that a new database call "fistmu" is create and there is a lot of tables inside.
but in folder "./sites/" i can't find a new create folder