Results 1 to 10 of 20

Hybrid View

  1. #1
    Join Date
    Sep 2010
    Posts
    29
    Plugin Contributions
    0

    Default Re: Addon Domain - 1146 Table 'database .configuration' doesn't exist

    This is what the config file in /includes looks like:

    // define our database connection
    define('DB_TYPE', 'mysql');
    define('DB_PREFIX', 'zen_');
    define('DB_SERVER', 'localhost');
    define('DB_SERVER_USERNAME', 'myusername');
    define('DB_SERVER_PASSWORD', 'mypassword');
    define('DB_DATABASE', 'database_zc2');
    define('USE_PCONNECT', 'false');
    define('STORE_SESSIONS', 'db');
    // for STORE_SESSIONS, use 'db' for best support, or '' for file-based storage

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Addon Domain - 1146 Table 'database .configuration' doesn't exist

    And how does that differ from those same settings in your admin file?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Sep 2010
    Posts
    29
    Plugin Contributions
    0

    Default Re: Addon Domain - 1146 Table 'database .configuration' doesn't exist

    Where do I find the config file for admin? Is it the configuration.php in /admin/configuration.php? If so that file looks completly different than the one I pasted from /admin/includes/configuration.php. There doesn't appear to be any settings to change in the /admin/coniguration.php all seem to be variables!

  4. #4
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Addon Domain - 1146 Table 'database .configuration' doesn't exist

    /admin/includes/configure.php
    /includes/configure.php

    The files are NEVER COMPLETELY IDENTICAL, but do have many similarities.
    But the DB_XXXXXX settings DO NEED TO BE IDENTICAL in both files.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Sep 2010
    Posts
    29
    Plugin Contributions
    0

    Default Re: Addon Domain - 1146 Table 'database .configuration' doesn't exist

    OK, I was looking at the wrong config file!! I was looking at the root directory config file instead of the /includes/configuration.php file. The configuration file had the DB_Prefix as ''.

    Problem solved. Thank you so much.

 

 

Similar Threads

  1. 1146:Table 'configuration' doesn't exist
    By moesoap in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 25 May 2012, 12:00 PM
  2. 1146 Table 'xxxxx_xxx.configuration' doesn't exist
    By mw4kids in forum General Questions
    Replies: 9
    Last Post: 4 Nov 2010, 06:34 PM
  3. 1146 Table 'configuration' doesn't exist
    By Friedrich72 in forum Installing on a Linux/Unix Server
    Replies: 8
    Last Post: 15 Aug 2010, 05:28 PM

Posting Permissions

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