I have created a second site with MSM following the instructions, but can’t get past this error:
Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php
Folder structure is as follows:
|── site1 = domain.com (/httpdocs/ee/)
├── admin.php
├── index.php
├── images
├── system
└── themes
└── site2 = subdomain.domain.com (/httpdocs/site2/)
├── admin.php
└── index.php
admin.php & index.php for site2 have been updated:
$system_path = ‘../ee/system’;
I’ve also tried the full path with no luck.
Any suggestions?