Results 1 to 3 of 3

Article Manager

This is a discussion on Article Manager within the osCMax v2 Features Discussion forums, part of the osCmax v2.0 Forums category; I'm attempting to setup a new store on a hosted server. The server is running PHP 4.0.6 (yes, it's very ...

      
  1. #1
    Lurker
    Join Date
    Mar 2006
    Posts
    4
    Rep Power
    0


    Default Article Manager

    I'm attempting to setup a new store on a hosted server. The server is running PHP 4.0.6 (yes, it's very old, I know), the database server is mysql 5.0.17-standard.

    I started with a clean install of RC2 then uploaded the update file, then configured the store. I have imported products and customer data from a 'live' store currently running oscommerce MS2 (plus various contributions) after working out a 'migration' sql script which I run on a locally host mysql server.

    I'm currently working on the article manager. I've added a test article, but when I click on the link (/articles.php) to it I get the following error:

    Code:
    1054 - Unknown column 'a.authors_id' in 'on clause'
    
    select count(*) as total from articles a, articles_description ad left join authors au on a.authors_id = au.authors_id, articles_to_topics a2t left join topics_description td on a2t.topics_id = td.topics_id where (a.articles_date_available IS NULL or to_days(a.articles_date_available) <= to_days(now())) and a.articles_status = '1' and a.articles_id = a2t.articles_id and ad.articles_id = a2t.articles_id and ad.language_id = '1' and td.language_id = '1' and a2t.topics_id = '1'
    From a little googling of other forums, this seems to be associated with the join statement differences between mysql5 and previous versions. Any ideas what I need to update/change?

  2. #2
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    23


    Default RE: Article Manager

    Sound like a table is missing reload the table for Article Manager.
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  3. #3
    Lurker
    Join Date
    Mar 2006
    Posts
    4
    Rep Power
    0


    Default RE: Article Manager

    Tried reloading all tables from the stock osCMax.sql still got the same problem. Any other ideas?

Similar Threads

  1. Problems with Article Manager
    By jbanda in forum osCMax v2 Features Discussion
    Replies: 0
    Last Post: 07-18-2006, 12:28 PM
  2. Mysql error in article manager
    By clauska in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 06-27-2006, 01:11 AM
  3. Article Manager with MS2-MAX
    By oakhill in forum osCMax v1.7 General Mods Discussion
    Replies: 1
    Last Post: 03-30-2005, 03:25 AM
  4. converting article manager to MS2-MAX
    By Anonymous in forum osCMax v1.7 General Mods Discussion
    Replies: 5
    Last Post: 11-25-2004, 01:48 PM
  5. MS2-Max & article manager
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 03-23-2004, 12:57 PM

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
  •