+ Reply to Thread
Results 1 to 5 of 5

Thread: SSL removed but site still seeks httpS

  1. #1
    Client
    Join Date
    Aug 2005
    Location
    Bristol UK
    Posts
    241
    Squirrelcart version
    v2.3.2

    SSL removed but site still seeks httpS

    Because I use PayPal and need top speed my site I decided I do not need SSL.
    I cancelled the SSL certificate yesterday and I updated config.php:

    / site_www_root is the web address (URL) to the root of your store.
    // This URL should take you to the location that you uploaded your cart page to (store.php by default).
    $site_www_root = 'http://www.malikonline.co.uk';
    // site_isp_root is the path to your store's root, from the server's directory structure
    // This path should point to the location that you uploaded your cart page to (store.php by default).
    // Note: DO NOT specify a URL for this setting, specify a server specific path
    $site_isp_root = '/homepages/20/d####/malikonline/MKstore';
    // site_secure_root is the web address (URL) to the root of your store using SSL (https://).
    // This is for secure transactions. If your server does not support SSL, then make this variable the same as site_www_root
    $site_secure_root = 'http://www.malikonline.co.uk';
    // cart_page is the default name of your main store file, which is used to display your store.
    // it is usually set to '/store.php'. when first installed.
    $cart_page = '/store.php';

    Yet, when a visitor wants to create an account the browser still seeks https://www.malikonline.co.uk.
    I can remove the 's' but customers don't know about this - what is the solution to getting a standard htp please?

  2. #2
    Client
    Join Date
    Aug 2005
    Location
    Bristol UK
    Posts
    241
    Squirrelcart version
    v2.3.2
    I am also gettting this message:

    Fatal error: Cannot redeclare get_dir_contents() (previously declared in /homepages/20/########/htdocs/malikonline/********/squirrelcart/get_functions.php:29) in /homepages/20/########/htdocs/malikonline/********/squirrelcart/get_functions.php/get_functions.php on line 29

  3. #3
    Client
    Join Date
    Aug 2005
    Location
    Bristol UK
    Posts
    241
    Squirrelcart version
    v2.3.2
    I was finding that, although I could use my store on my PC, I was getting error messages on others in the office:

    As I was still on v2.4 I decided to upgrade to 2.3 and hope that this resolved my problems:

    Now I am getting:

    Squirrelcart Error
    Unable to load Squirrelcart.
    A fatal PHP error occurred when attempting to include your configuration file.

    PHP error was:

    Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in squirrelcart/functions/common/sc_get_config.func.php(100) : eval()'d code on line 47

    I am getting a bit desperate. My store has been dysfunctional for a couple of days (the PayPal issue) and now it is not on-line at all. Jamie, can you please help?

  4. #4
    Client
    Join Date
    Dec 2005
    Location
    South River, NJ
    Posts
    13
    Squirrelcart version
    v2.1.1

    Solution

    Hey ...don't know if you're still having the problem, but if you are, go back to your config.php in the squirrelcart folder and on this line...

    $site_secure_root = 'http://www.malikonline.co.uk';

    check to make sure you don't have this instead...

    $site_secure_root = 'https://www.malikonline.co.uk';

    That was my problem and removing the "s" worked.

    - Pari

  5. #5
    Client
    Join Date
    Aug 2005
    Location
    Bristol UK
    Posts
    241
    Squirrelcart version
    v2.3.2
    Pari Desai, many thanks for your interest. Yes I had updated the config file.

    The problem was something else completely - partly getting my ISP to disconnect the SSL certificate from my site - and has been resolved with everything now working excedingly well.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts