
Originally Posted by
Ajeh
Check the database tables ...
products <-- is there a products_id for this product?
is there a master_categories_id in this product record?
if there is a product record, what is the products_status set to?
products_description <-- is there a products_id for this product?
products_to_categories <-- is there 1 or more products_id for this product? If so, what are the associated categories_id
If there is an associated categories_id ... look in the table:
categories <-- is there a matching categories_id
<-- also check if there is a matching categories_id for the master_categories_id if there was one
categories_description <-- is there a matching categories_id