Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Upgrading local copy issues

    Hi folks!
    Working on getting a local copy of v1.50 working properly.
    Well I guess it is working properly, it seems to be me that is not firing on all cylinders.

    Here's the poop:
    I've successfully installed ZC on my local PC and it seems to be working properly.
    I've downloaded and dropped a copy of my DB from my live site but none of the categories or products are showing up in my new local zen store.

    I've tried multiple times and confirmed the correct DB name multiple times.

    I'd really like to get this resolved so I can start installing mods and templates.

    Thanks in advance for any and all help you folks can provide.

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

    Default Re: Upgrading local copy issues

    Mismatched DB_PREFIX in your configure.php 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.

  3. #3
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Upgrading local copy issues

    Nope, just looked and neither have a DB_prefix

    CustomAdminName/Includes/Configure.php
    // define our database connection
    define('DB_TYPE', 'mysql');
    define('DB_PREFIX', '');
    define('DB_CHARSET', 'utf8');
    define('DB_SERVER', 'localhost');
    define('DB_SERVER_USERNAME', 'root');
    define('DB_SERVER_PASSWORD', '');
    define('DB_DATABASE', 'serious');
    Zencart/Includes/Configure.php
    // define our database connection
    define('DB_TYPE', 'mysql');
    define('DB_PREFIX', '');
    define('DB_CHARSET', 'utf8');
    define('DB_SERVER', 'localhost');
    define('DB_SERVER_USERNAME', 'root');
    define('DB_SERVER_PASSWORD', '');
    define('DB_DATABASE', 'seriouso');

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

    Default Re: Upgrading local copy issues

    Quote Originally Posted by Serious View Post
    I've tried multiple times and confirmed the correct DB name multiple times.
    I took you at your word when you said you confirmed the correct DB name.

    But then you said you're using different DB names ....?
    Quote Originally Posted by Serious View Post
    CustomAdminName/Includes/Configure.php
    define('DB_DATABASE', 'serious');

    Zencart/Includes/Configure.php
    define('DB_DATABASE', 'seriouso');
    .

    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
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Upgrading local copy issues

    They are the same, bad cut-n-paste on my part.
    Sorry about that.

  6. #6
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Upgrading local copy issues

    CustomAdminName/Includes/Configure.php
    // define our database connection
    define('DB_TYPE', 'mysql');
    define('DB_PREFIX', '');
    define('DB_CHARSET', 'utf8');
    define('DB_SERVER', 'localhost');
    define('DB_SERVER_USERNAME', 'root');
    define('DB_SERVER_PASSWORD', '');
    define('DB_DATABASE', 'seriouso');
    Zencart/Includes/Configure.php
    // define our database connection
    define('DB_TYPE', 'mysql');
    define('DB_PREFIX', '');
    define('DB_CHARSET', 'utf8');
    define('DB_SERVER', 'localhost');
    define('DB_SERVER_USERNAME', 'root');
    define('DB_SERVER_PASSWORD', '');
    define('DB_DATABASE', 'seriouso');

 

 

Similar Threads

  1. v151 Problem Installing Local copy
    By Yoshi-M in forum Installing on a Windows Server
    Replies: 11
    Last Post: 29 Jan 2013, 09:31 PM
  2. Unable to do local copy
    By vimad in forum Installing on a Windows Server
    Replies: 7
    Last Post: 5 Nov 2010, 12:42 AM
  3. Running copy of a ZC store on local machine...
    By nadsab in forum Installing on a Windows Server
    Replies: 5
    Last Post: 22 Mar 2009, 05:22 PM
  4. Installing a local copy of my website
    By LuminoGlow in forum Installing on a Windows Server
    Replies: 2
    Last Post: 15 Feb 2009, 07:19 PM
  5. Local copy. Problems copy subdirs over.
    By bakerman in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 Sep 2007, 07:22 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