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

Using Max for multiple stores - database problems

This is a discussion on Using Max for multiple stores - database problems within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Hi all. I am trying to utilise osCmax for a multi shop site, on a single database, but individual admin ...

      
  1. #1
    New Member
    Join Date
    Mar 2006
    Location
    Cairns, Australia
    Posts
    8
    Rep Power
    0


    Default Using Max for multiple stores - database problems

    Hi all.

    I am trying to utilise osCmax for a multi shop site, on a single database, but individual admin sections for each shop.

    I have admin up and running ok but cannot get catalog to run.

    I keep getting the error
    Code:
    1146 - Table 'udstore.products' doesn't exist.
    I am keeping some tables untouched as they will be common for the 2 shops, such as customers, currencies, etc. Others, I am going to rename the tables for the specific shops, such as products.

    I have renamed the pertinent table to shop1_products, and altered the table names in both database_tables.php files to read
    Code:
    define('TABLE_PRODUCTS', 'shop1_products');
    Still, the index.php file is looking for the table 'products' instead of 'shop1_products'.

    Is there somewhere else that needs to be modified to reflect the changed database table name other than the database_tables.php files.

    Sorry for the long winded post.

  2. #2
    New Member
    Join Date
    Mar 2006
    Location
    Cairns, Australia
    Posts
    8
    Rep Power
    0


    Default RE: Using Max for multiple stores - database problems

    Bump

Similar Threads

  1. Using oscMax for multiple stores.
    By oblongpeg in forum osCMax v2 Features Discussion
    Replies: 9
    Last Post: 04-16-2007, 02:37 PM
  2. multiple stores with same database
    By ronu in forum osCMax v2 Features Discussion
    Replies: 8
    Last Post: 04-01-2007, 11:18 PM
  3. Mutiple stores - one database?
    By robroymedia in forum osCmax v1.7 Discussion
    Replies: 6
    Last Post: 07-09-2005, 02:41 PM
  4. SSL & Multiple stores?
    By beernut in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 11-28-2004, 12:20 PM
  5. Installing 2 Stores to 1 Database?
    By CyberMartyr in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 09-19-2004, 10:14 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
  •