Moved Zen Cart from Folder- Help!
I had Zen Cart is a folder named "Store" that my website would redirect to when someone wanted to buy. I cleared the website out and moved Zen Cart to the main directory on my hosted web space.
I changed the Config> Sessions from .../htdocs/store/cache to
.../htdocs/cache
I changed /includes/configure.php and /admin/includes/configure according to article=122. Where there was "store" I changed to "htdocs".
The site now is now a mess. Please view at http://www.blackoutez.com and get an error when trying to login to admin.
Can someone please help?
How am I supposed to handle the following-
define('DIR_WS_CATALOG', '/store/');
Am I to place "htdocs" in place of "store"
Thanks so much in advance, Tim
Re: Moved Zen Cart from Folder- Help!
Quote:
I changed /includes/configure.php and /admin/includes/configure according to article=122. Where there was "store" I changed to "htdocs".
Quote:
How am I supposed to handle the following-
define('DIR_WS_CATALOG', '/store/');
Am I to place "htdocs" in place of "store"
several of those that have
'/store/' need to be '/'
You might post contents without DB details if you still have issues
Re: Moved Zen Cart from Folder- Help!
so.. am I not to use "htdocs" but "/"
Re: Moved Zen Cart from Folder- Help!
Quote:
so.. am I not to use "htdocs" but "/"
Yes, for that entry
You did have it at
/store/
Now it is not in a folder so drop what is green and what do you have?
Re: Moved Zen Cart from Folder- Help!
Thanks so much. I have made the changes and the store now LOOKS Great! One small problem... I can not log into my admin.
Any suggestions?