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

Error: 1054 - Unknown column

This is a discussion on Error: 1054 - Unknown column within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; On a clean install of osCMax-2.0RC2 with or without update051112, I receive the following error while clicking on any Articles. ...

      
  1. #1
    New Member
    Join Date
    Oct 2004
    Posts
    18
    Rep Power
    0


    Default Error: 1054 - Unknown column

    On a clean install of osCMax-2.0RC2 with or without update051112, I receive the following error while clicking on any Articles.


    Code:
    1054 - Unknown column 'a.authors_id' in 'on clause'
    
    select count(*) as total from articles a, articles_to_topics a2t left join topics_description td on a2t.topics_id = td.topics_id left join authors au on a.authors_id = au.authors_id, articles_description ad where (a.articles_date_available IS NULL or to_days(a.articles_date_available) <= to_days(now())) and a.articles_id = a2t.articles_id and a.articles_status = '1' and a.articles_id = ad.articles_id and ad.language_id = '1' and td.language_id = '1'
    
    [TEP STOP]

  2. #2
    New Member
    Join Date
    Oct 2004
    Posts
    18
    Rep Power
    0


    Default RE: Error: 1054 - Unknown column

    No takers, Im the only one experiancing this?

    Before posting, I did a search on this forum for "1054 - Unknown column", and found others with this error, but on other pages. Could not apply the same fixes to mine.

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. 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
  3. 1054 - Unknown column when restock product
    By DigitalPimp in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 07-25-2005, 02:57 PM
  4. 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
  5. 1054 - Unknown column - Help, please !
    By Anonymous in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 11-27-2002, 11:48 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
  •