Zen Cart Logo
Forums / General Questions / Live Server Does Not Function Properly after Installation

Live Server Does Not Function Properly after Installation

Locked

Views: 818

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
15 Dec 2009, 8:51 PM
#1
dimsumgurl avatar

dimsumgurl

Zen Follower

Join Date:
Dec 2009
Location:
Canada
Posts:
160
Plugin Contributions:
0

Live Server Does Not Function Properly after Installation

Hello All:

This is my first time installing Zen Cart. vers 1.3.8.
Blacksun is my Hoster.

These were my Steps:

Created a database called greatstore. Already have an existing database called greatintl where the live server currently is.

Created passwords that are simliar except for the cases.

Created a directory under my webroot folder called GreatIn_2010 and had my zencart files unzipped and transfered in there via filezilla.

Followed instructions to install Zencart. Pointed my ZenCart towards the new Database: greatstore and set up username and password for admin that are simliar to the database greatintl.

Then I checked if my Live server was still the way it should be, I noticed that some tables were not there.

What could have happened?

I decided to uninstall and delete the datebase I created for Zen Cart... and it has not fixed the issue.

Thanks you

15 Dec 2009, 8:53 PM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Live Server Does Not Function Properly after Installation

You don't say if you completed the entire INSTALL process.

15 Dec 2009, 8:57 PM
#3
dimsumgurl avatar

dimsumgurl

Zen Follower

Join Date:
Dec 2009
Location:
Canada
Posts:
160
Plugin Contributions:
0

Re: Live Server Does Not Function Properly after Installation

Re: schoolboy

Yes I completed the entire installation of Zencart and was able to login into admin to test it a bit. For testing, I just changed the name of a folder and text.

15 Dec 2009, 8:57 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Live Server Does Not Function Properly after Installation

If you told Zen Cart to install its tables in the "greatstore" database, then that's the only place where Zen Cart would touch anything. It would not touch your "greatintl" database unless you told it to.

When the Zen Cart installer runs, it uses the database name you give it, and then creates new tables in that database, deleting any tables that already exist by the same name.

If you've mistakenly told Zen Cart to install into your "greatintl" database, then it would have replaced tables by the same name as any Zen Cart tables. If that's the case, you'll have to restore your "greatintl" database from your own backups.

Sorry ... Zen Cart only works with the information you provide.

15 Dec 2009, 9:03 PM
#5
dimsumgurl avatar

dimsumgurl

Zen Follower

Join Date:
Dec 2009
Location:
Canada
Posts:
160
Plugin Contributions:
0

Re: Live Server Does Not Function Properly after Installation

Re: DrByte

Thanks for that info. That is what I thought. I was and still am very confused how this happened. I even checked my configuration.php file with notepad++ and the database that it's pointing to is greatstore:

define('DB_DATABASE', 'greatstore');