Zen Cart Logo
Forums / General Questions / Problems after DB/HD crash

Problems after DB/HD crash

Locked

Views: 1,243

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
10 Jun 2006, 10:36 PM
#1
mxhess avatar

mxhess

New Zenner

Join Date:
Mar 2005
Posts:
19
Plugin Contributions:
0

Problems after DB/HD crash

The HD Mirror my DB was on decided to take a big dump.. long story short I've recovered/replaced as much of the database as possible.. but now my product_info pages don't work.. instead I get a url of:
/index.php?main_page=_info&products_id=22110

_info should be product_info.. I've checked out the filenames.php and it seems to be fine.. where else should I look to correct this?

Thanks in advance.

10 Jun 2006, 10:48 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Problems after DB/HD crash

Your product is missing the setting for products_type in the products table or you do not have a matching Product type in the product_types table ...

10 Jun 2006, 10:52 PM
#3
mxhess avatar

mxhess

New Zenner

Join Date:
Mar 2005
Posts:
19
Plugin Contributions:
0

Re: Problems after DB/HD crash

Nevermind.. got it figured out.. was missing data in the product_types, products_options_types, products_options_values tables. With the data in the proper tables the problem is corrected.