Results 1 to 3 of 3

MS2 Max 1.5 - cannot go back to index page

This is a discussion on MS2 Max 1.5 - cannot go back to index page within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; All went well with orders until " your order has been processed" When click continue, it should go back to ...

      
  1. #1
    New Member
    Join Date
    Aug 2003
    Posts
    12
    Rep Power
    0


    Default MS2 Max 1.5 - cannot go back to index page

    All went well with orders until " your order has been processed"
    When click continue, it should go back to non secure index page. But
    it shows a 404 page with the file path still inside the https://...../checkout_success.php=action..

    I tried it on two different servers with share SSL, both had the same problem.

    ANY HELP? No white space in index and checkout_success.php.

    TIA
    the virtuals

  2. #2
    Anonymous
    Guest


    Default

    No Reply?
    I am updating the version I am using, its MS2 MAX 1.5.2

    Anyone have this problem?

    If I don't use the SSL , this problem dissapeared.
    So, its a problem going out from SSL to non SSL index page.

    Got any suggestion?

    TIA

  3. #3
    Anonymous
    Guest


    Default

    May be you can check this catalog/configure.php and point out where is the snag in going back to index.php
    I'm using share SSL

    // Define the webserver and path parameters
    // * DIR_FS_* = Filesystem directories (local/physical)
    // * DIR_WS_* = Webserver directories (virtual/URL)
    define('HTTP_SERVER', 'http://www.abc.com'); // eg, http://localhost - should not be empty for productive servers
    define('HTTPS_SERVER', 'https://secure.webhost.com'); // eg, https://localhost - should not be empty for productive servers
    define('ENABLE_SSL', true); // secure webserver for checkout procedure?
    define('HTTP_COOKIE_DOMAIN', 'www.abc.com');
    define('HTTPS_COOKIE_DOMAIN', 'https://secure.webhost.com/~site3/store');
    define('HTTP_COOKIE_PATH', '/store/');
    define('HTTPS_COOKIE_PATH', '/~site3/store/');
    define('DIR_WS_HTTP_CATALOG', '/store/');
    define('DIR_WS_HTTPS_CATALOG', '/~site3/store/');
    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/');

    Come on guys, hope this will give you an idea.
    http://www.abc.com/store (don't click,its a make up) was giving during installation but in the configure.php, as you see is without store, but works fine. Placing /store behind manually makes the website disfigured, most borders dissappeared.

    You need to read all three updates.
    Cheers

Similar Threads

  1. Confirmation Page takes me back to Payment Page
    By Dubious in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 10-20-2006, 03:04 PM
  2. Put me back on login page
    By rolenl in forum osCmax v2 Installation issues
    Replies: 7
    Last Post: 03-09-2006, 05:53 PM
  3. catalog index page
    By melm81 in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 12-19-2005, 07:56 AM
  4. Changing the links available in the index.php page
    By developer_x in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 01-23-2005, 12:36 PM
  5. Help! First page index.php is blank
    By freddae in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 01-03-2005, 03:41 PM

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
  •