osCmax v2.5 User Manual
Results 1 to 3 of 3

1054 - Unknown column - Help, please !

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

      
  1. #1
    Anonymous
    Guest


    Default 1054 - Unknown column - Help, please !

    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. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default

    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. #3
    Anonymous
    Guest


    Default Location of this text

    This is located in the english.php. I had a problem figuring out where it was located.

Similar Threads

  1. 1054 - Unknown column 'a.authors_id' in 'on clause'
    By fuzzyphil in forum osCmax v2 Customization/Mods
    Replies: 29
    Last Post: 01-08-2009, 04:05 PM
  2. Error: 1054 - Unknown column
    By islander in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 02-27-2006, 11:31 AM
  3. 1054 - Unknown column 'p.vendors_product_price'
    By RoyceK in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 02-12-2006, 08:22 PM
  4. 1054 - Unknown column when restock product
    By DigitalPimp in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 07-25-2005, 02:57 PM
  5. 1054 - Unknown column 'popt.products_options_type
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 5
    Last Post: 03-08-2004, 01:47 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •