thecandlespastore Posted February 9, 2009 Posted February 9, 2009 When I try to do a search for a product or fragrance in my shop I get this message: 1146 - Table 'zajanat_oscstore.TABLE_PRODUCTS_IMAGES' doesn't exist select count(distinct p.products_id) as total from products p left join manufacturers m using(manufacturers_id) left join specials s on p.products_id = s.products_id left join TABLE_PRODUCTS_IMAGES pi on p.products_id = pi.products_id , products_description pd, categories c, products_to_categories p2c where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and pi.product_page = '1' and ((pd.products_name like '%vanilla%' or p.products_model like '%vanilla%' or m.manufacturers_name like '%vanilla%') ) the shop is http://www.zajanatural.com It has been like this for about a week, I have been trying to find a fix. I believe the contrib I installed right before this happened was the FCK html editor, but that works fine (I remember having to tweak it a bit to work for me.) I did try to install more pics but that did not work so I gave up. Can anyone please help me find a solution to this error message? Thanks, Z Quote Always grateful for any help received!!
Jack_mcs Posted February 9, 2009 Posted February 9, 2009 The capital letters in the error indicate you haven't added the definition in the includes/database.php file. Quicker and, perhaps, better answers can be obtained by asking questions about a particular contribution in that contributions support thread. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
thecandlespastore Posted February 9, 2009 Author Posted February 9, 2009 The capital letters in the error indicate you haven't added the definition in the includes/database.php file. Quicker and, perhaps, better answers can be obtained by asking questions about a particular contribution in that contributions support thread. Jack Thanks Jack. The problem is though is that I am not sure what contribution is causing the problem. I installed 4 different contributions that day. I will try posting the question elsewhere. Quote Always grateful for any help received!!
Jack_mcs Posted February 10, 2009 Posted February 10, 2009 Just search the contributions for that phase. It will only be in one of them. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.