Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Aug 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Problem after moving main zen cart directory

    I fixed it. Thanks

  2. #2
    Join Date
    Aug 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Problem after moving main zen cart directory

    Wait!!! I still can't login to my admin.

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Problem after moving main zen cart directory

    Check the highlighted entries and probably incorrect in your admin file also
    Code:
     // Use secure webserver for checkout procedure?
      define('ENABLE_SSL', 'false');
    
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
      // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
      define('DIR_WS_CATALOG');
      define('DIR_WS_HTTPS_CATALOG');
    Should be:
    Code:
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. What do I do with old zen cart directory after upgrade?
    By BlackOrchidCouture in forum Upgrading from 1.3.x to 1.3.9
    Replies: 16
    Last Post: 6 Jun 2011, 07:28 PM
  2. Moving Zen Cart to root directory query
    By KiwiBrian in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Oct 2008, 04:12 AM
  3. Moving zen cart problem
    By tallalex85 in forum Installing on a Linux/Unix Server
    Replies: 8
    Last Post: 17 Jul 2008, 08:12 AM
  4. Problems after moving my zen cart store
    By Rookie gone MAD! in forum General Questions
    Replies: 1
    Last Post: 12 Dec 2007, 05:45 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