Results 1 to 7 of 7

Hybrid View

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

    Default Re: Paths not working?

    Did you attempt to manually edit/enter these or allow the installer to do so??
    Code:
      define('HTTP_SERVER', 'https://www.site.com');
      define('HTTPS_SERVER', 'https:/www.site.com');
    Missing a "/" there

    Code:
    // * DIR_FS_* = Filesystem directories (local/physical)
      //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
      define('DIR_FS_CATALOG', '/var/www/vhosts/site.com/httpdocs/shop/');
    Are you sure that this is your correct path???
    var, www, and vhosts are normally replaced with your actual variables for them


    Code:
    define('DB_SERVER', '127.0.0.1');
    127.0.0.1 is usually "localhost" but is this is working leave it alone
    Zen-Venom Get Bitten

  2. #2
    Join Date
    Apr 2006
    Posts
    16
    Plugin Contributions
    0

    Default Re: Paths not working?

    unbelievable... I must've looked at that file a few dozen times, and for some reason never saw the missing backslash. so sorry to waste your time, but yeah, that was it. Thank you so much for pointing it out, I really appreciate it.

    For what it's worth the latter half, the /var/www/vhosts/... is correct. It's PLESK's default directory structure (at least in CentOS), and it's where it places all of it's virtual hosts.
    Last edited by quixotic; 28 Mar 2011 at 08:38 AM.

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

    Default Re: Paths not working?

    I would suggest that you change this as Zen Cart is smart enough to auto switch for only those pages that require https
    Code:
      define('HTTP_SERVER', 'http://www.site.com');
      define('HTTPS_SERVER', 'https://www.site.com');
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Paths, Paths, Paths
    By gabstero in forum General Questions
    Replies: 2
    Last Post: 10 Sep 2013, 06:27 PM
  2. v150 Admin Log In Not Working, User Log In Not Working All of a Sudden
    By SpydSpyder in forum General Questions
    Replies: 7
    Last Post: 15 Oct 2012, 05:34 AM
  3. add to cart not working...currency not working
    By pcdesigns in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 12 Jun 2008, 05:03 AM
  4. Paths
    By Shooters in forum Basic Configuration
    Replies: 4
    Last Post: 1 Mar 2008, 03:17 AM

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