You might check to ensure that all products_id are in the products_to_categories and all categories_id are in the products_to_categories
Make sure all categories_id in the categories table have a match in categories_description and all products_id in the products table have a match in the products_description
Be sure you do not have Categories and Products in a Category ... Categories hold Products or Categories but not both
Be sure all products in the products table have a valid products_type ...
How many Categories do you have? How many Products?
Do you have an URL to your site that we can peek at?



