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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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!!! |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| For comparison, try it in firefox and see if it is IE related or crossbrowser.
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| 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 02:50 PM. |
|
#4
| ||||
| ||||
| Please send me a url to the site so I can test a few things...
__________________ Michael Sasek osCMax Developer
|
|
#5
| |||
| |||
| 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 11:40 AM. |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Getting an Internet Explorer error on every page | minuteman1970 | osCMax v2 Installation issues | 1 | 02-11-2007 12:42 PM |
| Authorize.net Problems | lem | osCMax v2 Features Discussion | 18 | 11-01-2005 11:07 AM |
| ssl error with Internet Explorer | b2bcons | osCommerce 2.2 Installation Help | 1 | 05-09-2005 10:07 AM |
| Authorize.net problems | SimonO | osCommerce 2.2 Installation Help | 0 | 01-26-2005 05:30 PM |