Hi,
I am attempting to do 2 things:
1. move existing 1.x site to a new domain
2. then upgrade it to 2.x
The first part went ok, everything seemed to up and running fine, so I then starting following this tutorial:
I got up to part 6 of the tutorial, but hit this error when trying point my browser to admin.php :
Your system folder path does not appear to be set correctly. Please open the following file and correct this: admin.php
I’m guessing the fact that I had renamed the ‘system’ directory on the EE1 version of the site might be something to do with this (or the fact that the site is now on a different domain name)?
Things I’ve tried/checked:
• in admin.php : $system_path = ‘./system’;
• in path.php : $system_path = “./system/”;
• in index.php : $system_path = “./system/”;
• in system/index.php : $system_path = “”;
• in system/config/config.php : $conf[‘system_folder’] = “system”;
and I edited $conf[‘cp_url’] to contain the new domain name
• removed the .htaccess file (which I used to remove ‘index.php’ from my urls on the EE1 version of the site)
...not sure what else to try. Any help would be greatly appreciated.
Many thanks,
Andy