Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

osCMax 2_RC3 - Table 'max23.configuration' doesn't exist

This is a discussion on osCMax 2_RC3 - Table 'max23.configuration' doesn't exist within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; Something is not right. Having created two articles, set myself up as an author and switched on the Articles link ...

      
  1. #11
    Member
    Join Date
    Jun 2004
    Location
    UK
    Posts
    56
    Rep Power
    0


    Default RE: osCMax 2_RC3 - Table

    Something is not right. Having created two articles, set myself up as an author and switched on the Articles link in info manager I get:

    1054 - Unknown column 'a.authors_id' in 'on clause'

    select a.articles_id 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' and a.articles_date_added > SUBDATE(now( ), INTERVAL '30' DAY)

    [TEP STOP]

    Is this because I am using PHP 4?

    Also there is no mention of the Article Manager in the main front menu to Admin.

  2. #12
    Member
    Join Date
    Jun 2004
    Location
    UK
    Posts
    56
    Rep Power
    0


    Default RE: osCMax 2_RC3 - Table

    Having just wiped and reinstalled again - this time using a PHP5 configuration - everything appears to work correctly, Articles included. Therefore I can only assume that the Issues relate solely to PHP4. This means that I cannot use this new osCMax2_RC3 on my live host as they are geared up for PHP4.
    Drat!

  3. #13
    osCMax Developer

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


    Default RE: osCMax 2_RC3 - Table

    We do all our development testing on both php4 and php5 servers and have not seen that error. I will attempt to reproduce it to see if I can pin it down...
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  4. #14
    osCMax Developer

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


    Default Not php5 but mysql 5

    posted too soon... still working on this...
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  5. #15
    Member Cisco's Avatar
    Join Date
    Feb 2003
    Posts
    89
    Rep Power
    0


    Default RE: Not php5 but mysql 5

    I tried to download the sql file but ai get an error screen with a bunch of garbage text. Even tried to save file and I get an HTML. I think it is an windows thing. Have you placed this in the download section?

  6. #16
    osCMax Developer

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


    Default RE: Not php5 but mysql 5

    Cisco: the full download has the original sql file in it since yesterday. Just grab the full download. regarding your screen garbage, it is because you have your IE browser set up wrong. It is using http 1.1. Disable this. Search http 1.1 here for details.

    Regarding the SQL error, this is due to MySQL 5, not PHP5. You will need to edit the articles mod queries to be Mysql 5 compatible. MySQL 5 is much more strict on syntax, especially on JOIN behavior.

    It is just a matter of editing the queries to the proper syntax. I am attaching 3 files that should fix all the issues.

    The 3 files are

    1. articles.php which needs to replace /catalog/includes/boxes/articles.php
    2. articles.tpl.php which needs to replace /catalog/templates/fallback/content/articles.tpl.php
    3. articles_new.tpl.php which needs to replace /catalog//templates/fallback/content/articles_new.tpl.php
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

Page 2 of 2 FirstFirst 12

Similar Threads

  1. SMTP EMAIL Configuration catalog and admin???? osCMAX RC2
    By ELCHANCHO in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 11-06-2005, 09:14 AM
  2. Product Model in the table orders_products osCMax 1.7
    By Laurentius in forum osCMax v1.7 Installation
    Replies: 3
    Last Post: 08-23-2005, 06:25 AM
  3. Error message 1146 table does not exist
    By rnomis in forum osCmax v1.7 Discussion
    Replies: 3
    Last Post: 11-13-2003, 07:17 AM
  4. configuration table translation [es/de]
    By ddev in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 11-04-2002, 02:39 PM
  5. Add new fields/table to product table
    By Anonymous in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 10-21-2002, 05:23 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
  •