This is a discussion on 1054 - Unknown column - Help, please ! within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hello ! I replace 'manufacturers' by 'editeurs'; When I click on a product at the default page, I receive the ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hello ! I replace 'manufacturers' by 'editeurs'; When I click on a product at the default page, I receive the following error: 1054 - Unknown column 'p.EDITEURS_id' in 'where clause' select distinct m.EDITEURS_id as id, m.EDITEURS_name as name from products p, products_to_categories p2c, EDITEURS m where p.products_status = '1' and p.EDITEURS_id = m.EDITEURS_id and p.products_id = p2c.products_id and p2c.categories_id = '45' order by m.EDITEURS_name. Is someone face this precedently ? Need some help. Tanks |
|
#2
| ||||
| ||||
| When you change the field used in the code, you also need to change the database. It would be better to just change the displayed text rather than the field name. |
|
#3
| |||
| |||
| This is located in the english.php. I had a problem figuring out where it was located. |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 1054 - Unknown column 'a.authors_id' in 'on clause' | fuzzyphil | osCMax v2 Customization/Mods | 29 | 01-08-2009 04:05 PM |
| Error: 1054 - Unknown column | islander | osCMax v2 Installation issues | 1 | 02-27-2006 11:31 AM |
| 1054 - Unknown column 'p.vendors_product_price' | RoyceK | osCMax v2 Installation issues | 1 | 02-12-2006 08:22 PM |
| 1054 - Unknown column when restock product | DigitalPimp | osCMax v2 Customization/Mods | 3 | 07-25-2005 02:57 PM |
| 1054 - Unknown column 'popt.products_options_type | Anonymous | osCMax v1.7 Discussion | 5 | 03-08-2004 01:47 AM |