Zen Cart Logo
Forums / Installing on a Linux/Unix Server / Moved Zen Cart from Folder- Help!

Moved Zen Cart from Folder- Help!

Locked

Views: 853

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
4 Oct 2010, 1:16 AM
#1
tstanley avatar

tstanley

New Zenner

Join Date:
Oct 2008
Posts:
20
Plugin Contributions:
0

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

4 Oct 2010, 1:20 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Moved Zen Cart from Folder- Help!

I changed /includes/configure.php and /admin/includes/configure according to article=122. Where there was "store" I changed to "htdocs".
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

4 Oct 2010, 1:57 AM
#3
tstanley avatar

tstanley

New Zenner

Join Date:
Oct 2008
Posts:
20
Plugin Contributions:
0

Re: Moved Zen Cart from Folder- Help!

so.. am I not to use "htdocs" but "/"

4 Oct 2010, 3:31 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Moved Zen Cart from Folder- Help!

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?

4 Oct 2010, 3:52 AM
#5
tstanley avatar

tstanley

New Zenner

Join Date:
Oct 2008
Posts:
20
Plugin Contributions:
0

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?