This question may be related to a resolved thread.
I’m upgrading from EE 1.5.2. I think I’ve followed the directions to a T, but I’m getting the message that says “Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php” when I try to run the update wizard.
I checked newsystemname/expressionengine/config.php and the code appears correct:
$conf['system_folder'] = "not_system";
$conf['cp_url'] = "http://www.nwoutdoorgrrl.com/not_system/index.php";(My original config file said “conf” not “config.” Would that make a difference?)
I also checked newsystemname/index.php to be doubly sure I updated the system path:
$system_path = "http://www.nwoutdoorgrrl.com/not_system";Still, no joy. Any ideas?