This is a discussion on 1054 - Unknown column 'p.products_id' in 'on clause' within the osCommerce 2.2 Discussion forums, part of the osCommerce 2.2 Forums category; In Oscommerce I am getting this error when I select a product from any of the sub categories. This happen ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| In Oscommerce I am getting this error when I select a product from any of the sub categories. This happen on all the different products Can some one tell me what the problem is? 1054 - Unknown column 'p.products_id' in 'on clause' select count(p.products_id) as total from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '3957' [TEP STOP] |
|
#2
| |||
| |||
| It is a syntax error in the php when using php 5, even if you do not use that version it still errors out. You can find some information on fixing the problem from another post I did. Multi-Stores shop system for OSCMAX |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 1054 - Unknown column 'a.authors_id' in 'on clause' | fuzzyphil | osCMax v2 Customization/Mods | 24 | 04-12-2008 12:23 AM |
| Articles Problem - Unknown column 'a.authors_id' in 'on clause' | dononeil | osCMax v2 Installation issues | 3 | 04-19-2007 11:03 PM |
| Error Message - 1054 - Unknown column 'p.products_id' in 'on clause' | michael_s | New osCommerce Contributions | 0 | 03-27-2007 02:21 AM |
| 1054 - Unknown column 'a.authors_id' in 'on clause' | dragonkeeper1973 | osCMax v2 Customization/Mods | 2 | 02-23-2007 03:50 PM |
| 1054 - Unknown column - Help, please ! | Anonymous | osCommerce 2.2 Modification Help | 2 | 11-27-2002 12:48 PM |