Hi all,
have upgraded our EE MSM account to include 3 additional licenses.
(the upgrade was done exactly as per these indications.
http://expressionengine.com/legacy_docs/cp/sites/additional_sites.html )
Each of these resides on the same server as the default site and the 2 current working aliased MSM sites.
Each has the same structure “/var/www/siteName.com/httpdocs/” etc.
each uses path.php to “alias” main site’s install.
I have copied the exact path string into the new install that works flawlessly in current sites.
it looks something like this (site and system made generic)
$system_path = “../../../siteName.com/httpdocs/home/systemName/”;
but I am unexpectedly getting the “The System Path does not appear to be set correctly. ...” ERROR
Is there some quirk to adding extra sites that is not in the docs?
What steps should I take to troubleshoot?
One thing to note is that the main directory of the new site is “2010” a number.
I don’t know why this would affect it but…
any help appreciated.
//Andreas