This seems to be a common issue, but looking through the past threads I’m not finding a solution that is working for me.
I had a development site at dev.domain.com and need to move the site to the “live” side at domain.com. I was following the instructions on the wiki (http://expressionengine.com/wiki/Move_from_Development_to_Production_on_EE_2), and got to the point where I wanted to login to the CP on the live site.
My setup has the system folder above the web root, so I have the following settings in the relevant files:
In admin.php
$system_path = '../system';
In index.php (in web root)
$system_path = '../system';
in config.php
$config['cp_url'] = 'http://domain.com/admin.php';
But when I go to http://domain.com/admin.php I get the following error:
“Your system folder path does not appear to be set correctly. Please open the following file and correct this: admin.php”
and if I try to go to the website at http://domain.com I get the following error:
“Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php”
I am using EE v2.3.1 build 20111017 Any suggestions for troubleshooting this?
