Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi Janz,

 

When clicking on the Manufacturer drop down (after selecting a manufacturer and clicking) the following error appears:-

 

Products Products

1054 - Unknown column 'p.products_id' in 'on clause'

 

select count(p.products_id) as total from products p, products_description pd, manufacturers m left join specials_retail_prices s on p.products_id = s.products_id where p.products_status = '1' and pd.products_id = p.products_id and pd.language_id = '1' and p.manufacturers_id = m.manufacturers_id and m.manufacturers_id = '10'

 

[TEP STOP]

 

Have I missed (or messed up) an SQL command somewhere to modify the database appropriately?

 

I can see the call in the SPPC modification but do not know the significance of the "p". There seems to be nothing in the database that relates to this call>

 

Regards,

Peter

  • 2 months later...
Posted
Hi Janz,

 

When clicking on the Manufacturer drop down (after selecting a manufacturer and clicking) the following error appears:-

 

Products Products

1054 - Unknown column 'p.products_id' in 'on clause'

 

select count(p.products_id) as total from products p, products_description pd, manufacturers m left join specials_retail_prices s on p.products_id = s.products_id where p.products_status = '1' and pd.products_id = p.products_id and pd.language_id = '1' and p.manufacturers_id = m.manufacturers_id and m.manufacturers_id = '10'

 

[TEP STOP]

 

Have I missed (or messed up) an SQL command somewhere to modify the database appropriately?

 

I can see the call in the SPPC modification but do not know the significance of the "p". There seems to be nothing in the database that relates to this call>

 

Regards,

Peter

 

I'm getting the same error. Have you been able to resolve this?

  • 5 months later...
Posted
I'm getting the same error. Have you been able to resolve this?

 

I'm also getting this error, Does any body know how we can resolve this problem.

 

Thanks in advance.

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