Ok, first the configuration:
List of domain names (*):
http://{site_url}/sites/u{user_id}s{site_id}
barhemmungslos.de
clubhemmungslos.de
www.barhemmungslos.de
www.clubhemmungslos.de
Template Deployed directory: {root}/sites/u{user_id}s{site_id}
Template create deploy: on
Template Media folder: {root}/images
Template Images folder: {root}/images/stories
Template Themes folder: {deploy_dir}/templates
Template Folder and Files: Copied
The problem is, http://{site_url}/sites/u{user_id}s{site_id} works fine and the template will be shown within the right way, but if you call
barhemmungslos.de or any of the other domains, the template will not be shown, because the folders (template folders) for the .css, script etc are not found.
I figured out then:
is not working: www.barhemmungslos.de/templates/ja_quartz/css/template.css
is working: ig-lifestyle.com/sites/u62sHemmungslos/t...rtz/css/template.css
is working: www.barhemmungslos.de/templates/system/css/system.css
is working: ig-lifestyle.com/sites/u62sHemmungslos/t...ystem/css/system.css
Ok, then I copied the template also to Master Site Template folder, and see what will happen. Well, it was working in this way that if you call
www.barhemmungslos.de it will first look into the Master Site Template folder to get the template, but just after this it also looks into the Slave Site Template folder and graps the definitions again, so that you will get several php errors because of redeclaring class.
I think somewhere within the definitions I have made an error, please could you help me with this?