osCmax v2.5 User Manual
Results 1 to 5 of 5

Authorize.net problems - Internet Explorer cannot display the webpage

This is a discussion on Authorize.net problems - Internet Explorer cannot display the webpage within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; I've been through the forums like crazy and can't seem to find a cure for my authorize.net woes. Everytime i ...

      
  1. #1
    New Member
    Join Date
    Mar 2005
    Posts
    7
    Rep Power
    0


    Exclamation Authorize.net problems - Internet Explorer cannot display the webpage

    I've been through the forums like crazy and can't seem to find a cure for my authorize.net woes.

    Everytime i try to buy something, I get to the final page with the confirm order button at the bottom and when i click it the page just takes forever and eventually give me a "Internet Explorer cannot display the webpage".

    Here goes:

    - Fresh installl of OSCMAXv2 R3.0.1

    - I have an SSL certificate installed and enabled via OSCMAX

    - Curl enabled via PHP and SSL

    - I have an authorize.net account with the following settings

    Using Transaction version 3.1

    ALL URLS for Response/Receipt, Silent Post, Receipt Page, Relay Response, are left blank.

    Direct response set to:
    Delimited Response = "Yes"
    Default Field Separator=comma
    Field Encapsulation Character = nothing here

    Card code verification:
    DOES NOT Match = checked
    nothing else is.

    Address verification:
    Address information is not provided for AVS Check (B) = checked
    Retry, system is unavailable (R) = checked
    Address information for cardholder is unavailable (U) = checked
    nothing else checked

    Test mode = off (in production mode)

    Password required mode = not checkked

    created new API Login ID and Transaction key


    IN OSC admin > Modules > payment > Credit Card via Authorize.net (Authorize.net Consolidated v1.7 by Austin519)

    Enable Authorize.net Module
    True

    Login Username
    xxxxxxxxxxxx (omitted from this forum posting for security)

    Login Transaction Key
    xxxxxxxxxxxxxxxxxx (omitted from this forum posting for security)

    cURL Setup
    Compiled

    cURL Path
    The Path To cURL

    Transaction Mode
    Production

    Transaction Method
    Credit Card

    Processing Mode
    Authorize And Capture

    Sort Order Of Display
    1

    Customer Notifications
    False

    Accepted Credit Cards
    Visa, Mastercard, Amex


    ----------------------------------


    I've tried installing the Authorize.net AIM (GPL) module and got the same result.

    I'm at a loss.

    I ran a phpinfo and got this:


    Configure Command './configure' '--with-cgi' '--enable-fastcgi' '--with-config-file-path=/web/conf' '--with-gd' '--with-xml' '--with-gettext' '--with-zlib-dir=/usr/src/zlib' '--disable-posix' '--with-jpeg-dir=../jpeg-6b' '--enable-gd-native-ttf' '--enable-ftp' '--with-freetype-dir=/usr' '--with-freetype' '--with-sybase=/usr/src/freetds' '--with-curl=/usr/bin/curl' '--with-dom' '--enable-calendar' '--enable-soap' '--enable-bcmath' '--with-zip' '--with-openssl' '--with-mcrypt' '--with-mysql=/usr/local/mysql-5.0'


    curl
    CURL support enabled
    CURL Information libcurl/7.10.6 OpenSSL/0.9.7a ipv6 zlib/1.2.3



    Any idears?

    This thing is truly driving me crazy... I've tried what i believe to be everything but perhaps someone could point out something i missed?

    Thanks!!!

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: Authorize.net problems - Internet Explorer cannot display the webpage

    For comparison, try it in firefox and see if it is IE related or crossbrowser.
    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

  3. #3
    New Member
    Join Date
    Mar 2005
    Posts
    7
    Rep Power
    0


    Default Re: Authorize.net problems - Internet Explorer cannot display the webpage

    Thanks for the quick reply!

    I just tried it in firefox and got the same thing. A long wait and then a blank page.

    The page it was trying to go to after I click on the "confirm order" button is checkout_process.php

    it's just blank in firfox (I was using IE 7.0 before btw)
    Last edited by gmulford; 02-23-2007 at 01:50 PM.

  4. #4
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: Authorize.net problems - Internet Explorer cannot display the webpage

    Please send me a url to the site so I can test a few things...
    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

  5. #5
    New Member
    Join Date
    Mar 2005
    Posts
    7
    Rep Power
    0


    Default Re: Authorize.net problems - Internet Explorer cannot display the webpage

    Okay, I figured out that my web hosting provider needed a proxy server specified for the CURL commands. Since this contribution for auth.net doesn't have a configurable proxy URL, I included the following two lines in my authorizenet_direct.php file:

    curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
    curl_setopt ($ch, CURLOPT_PROXY,"http://proxy.shr.secureserver.net:3128");

    Now, the transaction makes it to authorize.net!
    Last edited by gmulford; 04-12-2007 at 10:40 AM.

Similar Threads

  1. Getting an Internet Explorer error on every page
    By minuteman1970 in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 02-11-2007, 11:42 AM
  2. Authorize.net Problems
    By lem in forum osCMax v2 Features Discussion
    Replies: 18
    Last Post: 11-01-2005, 10:07 AM
  3. ssl error with Internet Explorer
    By b2bcons in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 05-09-2005, 09:07 AM
  4. Authorize.net problems
    By SimonO in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 01-26-2005, 04:30 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
  •