Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: SSL connection PARTIALLY encrypted

    Change this:

    // * 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', '//');
    to this:

    // * 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', '/');
    I'm not sure but I think these ones are wrong too...they shouldn't have the forward slash there...

    // * 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', 'D:\Hosting\5512974\html\/');
    // The next 2 "defines" are for SQL cache support.
    // For SQL_CACHE_METHOD, you can select from: none, database, or file
    // If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache
    // or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
    // ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slash
    define('SQL_CACHE_METHOD', 'none');
    define('DIR_FS_SQL_CACHE', 'D:\Hosting\5512974\html\/cache');
    As to the rest....it's the skype image in the sidebox that is causing the partially encrypted message
    Last edited by LissaE; 30 Jan 2010 at 08:28 PM.
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

 

 

Similar Threads

  1. connection PARTIALLY encrypted
    By poosk in forum General Questions
    Replies: 42
    Last Post: 6 Jun 2011, 04:27 AM
  2. SSL issue - connection partially encrypted
    By pquesinb in forum General Questions
    Replies: 8
    Last Post: 5 Dec 2010, 11:49 PM
  3. Replies: 1
    Last Post: 23 Jul 2009, 08:27 PM
  4. Replies: 24
    Last Post: 11 Aug 2007, 06:23 AM
  5. Connection Partially Encrypted?
    By tison in forum General Questions
    Replies: 0
    Last Post: 6 Dec 2006, 08:56 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