I finally installed MSM today and set up my first local site but I’m having a few issues.
Initially I was getting some database errors but I tracked down a bug report, applied the fix and managed to create the new site.
However I’m not seeing what I thought I would when playing with the templates. I’ve duplicated many of the same channels, preferences and templates.
First off I’ve updated inc/head on siteA to have absolute paths to css files e.g.
<link media=“all” rel=“stylesheet” type=“text/css” href=“http://www.example.com/css/boilerplate.css”>
In one of the SiteB templates I’ve modified the embed tag to pull from site A e.g.
{embed="default_site:inc/head"}
However checking the source I am still seeing :
<link media=“all” rel=“stylesheet” type=“text/css” href=”/css/boilerplate.css”>
So then I went into inc/head on SiteB and updated the path there with some random stuff just to see if it was pulling in that file but checking the source there has been no change in the paths. I’m using text files for templates so I’ve checked the database version but that is showing the change in path.
So I’m confused. I’m not sure where this template is being pulled from.
I took a look at the entries in the new site and instead of the having the actual data in the field it looks like the field reference got passed, i.e. field_id_30.
Also I’m using the pages module and the entries got copied over but not the pages data, ie the template or URL path. Is this standard behavior?
Thanks.
Has there been an error when creating the new site or am I missing something basic?
Thanks.