
So, I installed 1.11.8 as a brand new installation under a sub directory http://www.ciakitchens.com/cia - All I wanted to do now is move the finished site to the root (again something I have done many times). Here is what I did:
1. cleared cache from admin
2. moved all the files from html/cia to the root html/
3. that's it!! everything should have worked, but it didn't. I was getting several error I did not document, but here is what I did next;
What I tried next:
1. changed the config.php permission to writable 777
2. added the following two lines (because I read in the forum topic to try this):
$config['root_path'] = '/home/content/html/cia';
$config['root_url'] = 'http://www.ciakitchens.com/cia';
3. This didn't work either
Next:
1. I read I should use upgrade.php, so I uploaded the 'install' folder but didn't work, I get this error now:
Warning: require_once(/home/content/html/lib/misc.functions.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/html/install/index.php on line 33
Fatal error: require_once() [function.require]: Failed opening required '/home/content/html/lib/misc.functions.php' (include_path='.:/usr/local/php5_3/lib/php') in /home/content/html/install/index.php on line 33
Threads I looked at:
1. http://forum.cmsmadesimple.org/viewtopi ... th#p300657
2. http://forum.cmsmadesimple.org/viewtopi ... te#p300539
3. http://docs.cmsmadesimple.org/moving
I followed all the instructions on moving doc. I made sure I had the correct 777 on all the corresponding folders as well (i.e. modules, tmp, tmp/templates_c, tmp/cache, uploads, uploads/images). I also tried making the config.php 777 and 644, and 444 and still nothing!
I do not have access via shell as this is basic GoDaddy shared hosting (not to mention I don't know shell commands).
Any other suggestions I can try? I haven't changed the database or anything...

Lastly, I have moved the site back to http://www.ciakitchens.com/cia and it works fine... so I really don't understand why it doesn't work when I move to root directory by doing the steps mentioned above


Thank you for your help