Zen Cart Logo
Forums / General Questions / Reload Products

Reload Products

Locked

Views: 1,305

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
5 Sep 2006, 11:38 AM
#1
mortt avatar

mortt

New Zenner

Join Date:
Mar 2006
Posts:
28
Plugin Contributions:
0

Reload Products

I have just reinstalled Zencart v 1.3.0.2, how do I re-load the products onto the new site I have used the same prefix and details for the database setup and I have a full backup
I assumed that the products would be picked up automatically on re-installation

5 Sep 2006, 1:15 PM
#2
drbyte avatar

drbyte

Sensei

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

Re: Reload Products

mortt:

I assumed that the products would be picked up automatically on re-installation
Yes, after importing your database from backup.

5 Sep 2006, 1:44 PM
#3
mortt avatar

mortt

New Zenner

Join Date:
Mar 2006
Posts:
28
Plugin Contributions:
0

Re: Reload Products

Thats what I thought I am using mySQL Admin to restore the files it reports a sucessfull restore but I still have no products

5 Sep 2006, 2:32 PM
#4
drbyte avatar

drbyte

Sensei

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

Re: Reload Products

How many records are in your "Products" table?
Do you have matching records in the products_description table? If there is no description, they won't show in the Admin.

How many languages do you have active on your site?

6 Sep 2006, 10:20 AM
#5
mortt avatar

mortt

New Zenner

Join Date:
Mar 2006
Posts:
28
Plugin Contributions:
0

Re: Reload Products

I have the same number of entries in Products and Product Descriptions
I only have one language installed, all the other records seem intact but on restoring the file nothing is uploaded

6 Sep 2006, 10:26 AM
#6
mortt avatar

mortt

New Zenner

Join Date:
Mar 2006
Posts:
28
Plugin Contributions:
0

Re: Reload Products

I thought I should add that I am viewing the database that is on the server not the local backup file
Here it the database connection from the configure.php file

// define our database connection
define('DB_TYPE', 'mysql');
define('DB_PREFIX', 'artist');
define('DB_SERVER', x.x.x.x); // eg, localhost - should not be empty
define('DB_SERVER_USERNAME', 'xxxxxx');
define('DB_SERVER_PASSWORD', 'xxxxxxxxxxxx');
define('DB_DATABASE', 'time');
define('USE_PCONNECT', 'false'); // use persistent connections?
define('STORE_SESSIONS', 'db'); // leave empty '' for default handler or set to 'db'

The prefix is the same as I can see on the database