Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Problem after installing SSL

This is a discussion on Problem after installing SSL within the osCMax v2 Features Discussion forums, part of the osCmax v2.0 Forums category; iam running oscmax 2.0.25 and installed SSL after installing when you go to check out no grafics and page is ...

      
  1. #1
    Active Member
    Join Date
    Apr 2007
    Posts
    207
    Rep Power
    7


    Default Problem after installing SSL

    iam running oscmax 2.0.25 and installed SSL after installing when you go to check out no grafics and page is not correct may look at it here
    https://motorsportspitpass.com/catalog/login.php

    Or any securte page on the site looks the same.

    Any idea non how to get this fixed whould bed great thanks for all trhe Help..

  2. #2
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,368
    Rep Power
    57


    Lightbulb Re: Problem after installing SSL

    A stab in the dark - your images are hard-coded full paths and not relative.

    If I start with Kurt Busch : Motorsports Pitpass (no www) then point at Cart Contents, the resulting URL has www prepended.

    Did you follow the wiki guide on implementing SSL?
    Paste in your config.php, without the database/password stuff.

    [Hold on I'm getting dizzy watchin' that silly race where the cars just go round, and around and around, and around... ]
    Last edited by ridexbuilder; 12-07-2010 at 08:07 AM.
    Hosting plans with installation, configuration, contributions, support and maintenance.

  3. #3
    Active Member
    Join Date
    Apr 2007
    Posts
    207
    Rep Power
    7


    Default Re: Problem after installing SSL

    // Define the webserver and path parameters
    // * DIR_FS_* = Filesystem directories (local/physical)
    // * DIR_WS_* = Webserver directories (virtual/URL)
    define('HTTP_SERVER', 'http://www.motorsportspitpass.com');
    define('HTTPS_SERVER', 'https://www.motorsportspitpass.com');
    define('ENABLE_SSL', true);
    define('HTTP_COOKIE_DOMAIN', '/catalog/');
    define('HTTPS_COOKIE_DOMAIN', '/catalog/');
    define('HTTP_COOKIE_PATH', '/catalog/');
    define('HTTPS_COOKIE_PATH', '/catalog/');
    define('DIR_WS_HTTP_CATALOG', '/catalog/');
    define('DIR_WS_HTTPS_CATALOG', '/catalog/');
    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
    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', 'pub/');
    define('DIR_FS_CATALOG', '/home/pitpass/public_html/catalog/');
    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

  4. #4
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,368
    Rep Power
    57


    Question Re: Problem after installing SSL

    Quote Originally Posted by cujo View Post
    // Define the webserver and path parameters
    ...
    Nothing jumps out at me, immediately.
    Have you purchased the SSL for the domain name, with our without www?
    Hosting plans with installation, configuration, contributions, support and maintenance.

  5. #5
    Active Member
    Join Date
    Apr 2007
    Posts
    207
    Rep Power
    7


    Default Re: Problem after installing SSL


  6. #6
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,368
    Rep Power
    57


    Default Re: Problem after installing SSL

    Switch to the fallback template: does it show the same problem?
    Hosting plans with installation, configuration, contributions, support and maintenance.

  7. #7
    Active Member
    Join Date
    Apr 2007
    Posts
    207
    Rep Power
    7


    Default Re: Problem after installing SSL

    same thing and can not add any thing to shopping cart hit buy now and then add to cart nothing goes to cart

  8. #8
    Active Member
    Join Date
    Apr 2007
    Posts
    207
    Rep Power
    7


    Default Re: Problem after installing SSL

    How come it will not let me add any product to shopping cart it says cart empty ager hittng add to cart.

  9. #9
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    3,121
    Rep Power
    55


    Default Re: Problem after installing SSL

    That is normally a session issue. Check your configure.php setttings.

    Regards,
    pgmarshall
    _______________________________

  10. #10
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    20,749
    Rep Power
    573


    Default Re: Problem after installing SSL

    Your problem is this in your configure.php file:

    PHP Code:
    define('HTTP_COOKIE_DOMAIN''/catalog/');
    define('HTTPS_COOKIE_DOMAIN''/catalog/'); 
    It should not be a path, but a domain (this the name COOKIE_DOMAIN):
    PHP Code:
    define('HTTP_COOKIE_DOMAIN''.motorsportspitpass.com');
    define('HTTPS_COOKIE_DOMAIN''.motorsportspitpass.com'); 
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

Page 1 of 2 12 LastLast

Similar Threads

  1. problem after installing in admin/catalog section
    By MrE03 in forum osCmax v2 Installation issues
    Replies: 0
    Last Post: 06-19-2008, 02:50 AM
  2. CVV problem after installing mod
    By joanstead in forum osCMax v1.7 General Mods Discussion
    Replies: 1
    Last Post: 12-29-2005, 05:56 PM
  3. Problem installing infobox admin v2_23
    By sunspeks in forum osCMax v2 Features Discussion
    Replies: 0
    Last Post: 07-27-2005, 07:04 AM
  4. Problem installing Cool Menu mod
    By ozone in forum osCMax v1.7 General Mods Discussion
    Replies: 2
    Last Post: 07-08-2004, 10:15 AM
  5. URGENT!!!!!! Problem when installing/configurating
    By jman in forum osCommerce 2.2 Installation Help
    Replies: 15
    Last Post: 10-31-2003, 03:20 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
  •