Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Jan 2011
    Posts
    47
    Plugin Contributions
    0

    Default Re: ZC pages look screwed up after ssl setup

    Quote Originally Posted by nigelt74 View Post
    If you can provide a link to your site it would help us find the issue,

    Just curious have you made any changes to the stylesheet recently
    nope... tried to install stripe unsuccessful but but that about it.. and the issue was happening before the attempted stripe install..... www.thekeywestsoapfactory.com........

  2. #12
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: ZC pages look screwed up after ssl setup

    by adding /zencart to the end of your url, i found the site

    is it possible you could post the contents of your includes/config file obviously remove database password, name and user

    Make sure you download it from the server.
    Webzings Design
    Semi retired from Web Design

  3. #13
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: ZC pages look screwed up after ssl setup

    The reason i am asking for the above is

    That when i type in an ssl link for your site, then check the page source, The Base ref is http not https as would be expected
    Webzings Design
    Semi retired from Web Design

  4. #14
    Join Date
    Jan 2011
    Posts
    47
    Plugin Contributions
    0

    Default Re: ZC pages look screwed up after ssl setup

    Quote Originally Posted by nigelt74 View Post
    The reason i am asking for the above is

    That when i type in an ssl link for your site, then check the page source, The Base ref is http not https as would be expected
    <?php

    /**

    * dist-configure.php

    *

    * @package Configuration Settings circa 1.5.2

    * @copyright Copyright 2003-2012 Zen Cart Development Team

    * @copyright Portions Copyright 2003 osCommerce

    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

    * @version GIT: $Id: Author: DrByte Wed Nov 6 20:54:59 2013 -0500 Modified in v1.5.2 $
    * @private

    */

    // Define the webserver and path parameters

    // HTTP_SERVER is your Main webserver: eg-http://www.yourdomain.com

    // HTTPS_SERVER is your Secure webserver: eg-https://www.yourdomain.com

    define('HTTP_SERVER', 'http://www.thekeywestsoapfactory.com');

    define('HTTPS_SERVER', 'http://www.thekeywestsoapfactory.com');



    // 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', '/zencart/');

    define('DIR_WS_HTTPS_CATALOG', '/zencart/');



    define('DIR_WS_IMAGES', 'images/');

    define('DIR_WS_INCLUDES', 'includes/');

    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

    define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');

    define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');



    // * 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', '/home/trinityherbals/public_html/zencart/');

    //the following path is a COMPLETE path to the /logs/ folder eg: /var/www/vhost/accountname/public_html/store/logs ... and no trailing slash

    define('DIR_FS_LOGS', DIR_FS_CATALOG . '/logs');



    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

    define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

    define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');

    define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);

    define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');



    // define our database connection

    define('DB_TYPE', 'mysql');

    define('DB_PREFIX', 'pkrz_'); // prefix for database table names -- preferred to be left empty

    define('DB_CHARSET', 'utf8');

    define('DB_SERVER', '');

    define('DB_SERVER_USERNAME', '');

    define('DB_SERVER_PASSWORD', '');

    define('DB_DATABASE', '');



    // 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', 'file');

    define('DIR_FS_SQL_CACHE', DIR_FS_CATALOG.'cache');

  5. #15
    Join Date
    Jan 2011
    Posts
    47
    Plugin Contributions
    0

    Default Re: ZC pages look screwed up after ssl setup

    I do see the obvious problem here.. but I know I change those settings 2 days ago when I the ssl certificate went live... I'll edit it again right now and post back...

  6. #16
    Join Date
    Jan 2011
    Posts
    47
    Plugin Contributions
    0

    Default Re: ZC pages look screwed up after ssl setup

    Quote Originally Posted by raphael View Post
    I do see the obvious problem here.. but I know I change those settings 2 days ago when I the ssl certificate went live... I'll edit it again right now and post back...
    Yup.. is was the ssl settings in my configure.php file (they had default settings)... I re-edited it and the issue has gone.. thanks for you help.... now if I could just get some help installing strip then I'm home free. You can fined my stripe post in the Addon Payment Modules section http://www.zen-cart.com/showthread.p...n-module/page8

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Checkuot pages don't look right after installing new template.
    By oxxyfx in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 13 Mar 2015, 11:25 PM
  2. problems with SSL setup on two pages
    By stressstress in forum General Questions
    Replies: 5
    Last Post: 23 Jul 2010, 04:42 PM
  3. System Setup Required after attempting to enable SSL
    By joshuacripps in forum Basic Configuration
    Replies: 11
    Last Post: 7 Jan 2010, 03:44 AM
  4. SSL Screwed up Font size and Position
    By efman in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 26 Dec 2007, 04:23 PM
  5. DIR_WS_TEMPLATE errors after edit configure.php to setup SSL
    By andrereis in forum General Questions
    Replies: 4
    Last Post: 7 Aug 2007, 12:09 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR