Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Authorize.net SIM vs AIM

    Further to what dbltoe mentioned, you've clearly not got your ENABLE_SSL set to 'true' in your /includes/configure.php file.

    A simple test is to add something to your cart and click the Checkout link. Or visit the main_page=account page. If it doesn't flip into https (SSL) mode either when the form is displayed or especially when an empty form is submitted, then it's clearly not even trying to be SSL.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  2. #12
    Join Date
    Jul 2011
    Posts
    214
    Plugin Contributions
    0

    Default Re: Authorize.net SIM vs AIM

    Quote Originally Posted by DrByte View Post
    Further to what dbltoe mentioned, you've clearly not got your ENABLE_SSL set to 'true' in your /includes/configure.php file.

    A simple test is to add something to your cart and click the Checkout link. Or visit the main_page=account page. If it doesn't flip into https (SSL) mode either when the form is displayed or especially when an empty form is submitted, then it's clearly not even trying to be SSL.
    Quote Originally Posted by dbltoe View Post
    Looks like one of the entries in your cart's configure.php has // instead of /. Click any link and look at the address bar.
    Maybe a redirect
    And it's theme by TM
    in the includes/configure.php file the only lines I've edited were 17,18 & 21 like this:

    define('HTTP_SERVER', 'http://cakepopsusa.com');
    define('HTTPS_SERVER', 'https://cakepopsusa.com');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');

    You are on the right track though, it's not flipping over into SSL. If you add the https:// to the URL bar, you can see the site has a certificate though.


    The admin/includes.configure.php file has the following:

    define('HTTP_SERVER', 'https://cakepopsusa.com');
    define('HTTPS_SERVER', 'https://cakepopsusa.com');
    define('HTTP_CATALOG_SERVER', 'http://cakepopsusa.com');
    define('HTTPS_CATALOG_SERVER', 'https://cakepopsusa.com');

    // secure webserver for admin? Valid choices are 'true' or 'false' (including quotes).
    define('ENABLE_SSL_ADMIN', 'true');

    // secure webserver for storefront? Valid choices are 'true' or 'false' (including quotes).
    define('ENABLE_SSL_CATALOG', 'true');

  3. #13
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,694
    Plugin Contributions
    11

    Default Re: Authorize.net SIM vs AIM

    You now need to look elsewhere in the configure.php for the // that is NOT preceded by http: OR https: If you open your main page and then click on any link, you will see that the address bar shows yoursite.com//something. The // is now the major problem as it should be a single /.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  4. #14
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Authorize.net SIM vs AIM

    Quote Originally Posted by In2Deep View Post
    in the includes/configure.php file the only lines I've edited were 17,18 & 21 like this:

    define('HTTP_SERVER', 'http://cakepopsusa.com');
    define('HTTPS_SERVER', 'https://cakepopsusa.com');
    I'm still quite certain that the file ON THE SERVER is NOT updated.

    Try something radical, like change your HTTP_SERVER setting to 'http://google.com'
    Then see if your store suddenly creates links to google instead of cakepop
    If not, then your configure.php file is NOT getting updated on the server, and THAT is the problem you need to fix.


    While dbltoe is correct that a double // is wrong, it's not going to be the cause of SSL problems.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #15
    Join Date
    Jul 2011
    Posts
    214
    Plugin Contributions
    0

    Default Re: Authorize.net SIM vs AIM

    I deleted the configure file on the server and uploaded it again, and it's working now. So I guess the main issue was the file on the server not updating.

    Thanks so much for all the help!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v151 Switching From Authorize.net (SIM) to AUthorize.net (AIM)
    By dinohaven in forum General Questions
    Replies: 1
    Last Post: 2 Dec 2014, 05:56 PM
  2. v150 Difference Between Authorize.net (SIM) and Authorize.net (AIM)
    By joem83 in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 30 Aug 2012, 10:48 PM
  3. Authorize.net SIM vs AIM
    By eugenepark81 in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 16 Jul 2009, 06:11 AM
  4. Authorize.net SIM vs AIM
    By greenhat in forum Built-in Shipping and Payment Modules
    Replies: 9
    Last Post: 30 Aug 2008, 07:39 AM
  5. Authorize.net SIM or AIM ?
    By emlink in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 21 Dec 2007, 12:52 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