Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Always grateful for any help received!!

Posted

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

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

Posted
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.

Always grateful for any help received!!

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...