I seem to have done something here ... I am stumped. While fixing a CP issue under thread http://ellislab.com/forums/viewthread/201630/. I now get this error when I open my web at http://www.onesinalifetime.com
Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php
For now I have it set as the default offline index.html
Note: My system folder is ones_system
The system folder path on the index.php in the root folder is
$system_path = “”;
The system folder path on the index.php in the ones_system folder is
$system_path = ‘./ones_system’;
I believe this is correct, I am not sure what changed .. but the site is down at the moment. Any ideas?