Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2010
    Posts
    32
    Plugin Contributions
    0

    Default Blank Page during checkout - "Uncaught SoapFault exception" in fedexwebservices.php

    Hello everyone,
    I am using the most recent version of zen cart and have many add-on's installed.

    Today we had a customer who was getting a blank page when checking out via paypal, and after checking my cache folder for the logs, I found a number of interesting logs I don't understand.

    Here's a selection of my logs:

    Im getting one for SOAP:
    Code:
    [02-Dec-2011 09:36:36] PHP Fatal error:  Uncaught SoapFault exception: [HTTP] Client Error in /home/topper/public_html/includes/modules/shipping/fedexwebservices.php:175
    Stack trace:
    #0 [internal function]: SoapClient->__doRequest('<?xml version="...', 'https://gateway...', 'getRates', 1, 0)
    #1 [internal function]: SoapClient->__call('getRates', Array)
    #2 /home/topper/public_html/includes/modules/shipping/fedexwebservices.php(175): SoapClient->getRates(Array)
    #3 /home/topper/public_html/includes/classes/shipping.php(136): fedexwebservices->quote('')
    #4 /home/topper/public_html/includes/modules/payment/paypalwpp.php(2091): shipping->quote()
    #5 /home/topper/public_html/includes/modules/payment/paypalwpp.php(1864): paypalwpp->setShippingMethod()
    #6 /home/topper/public_html/includes/modules/payment/paypalwpp.php(1690): paypalwpp->ec_step2_finish(Array, 'Yes')
    #7 /home/topper/public_html/ipn_main_handler.php(80): paypalwpp->ec_step2()
    #8 {main}
      thrown in /home/topper/public_html/includes/modules/shipping/fedexwebservices.php on line 175
    A paypal error:
    Code:
    2011-12-02 09:36:35
    -------------------
    (live transaction) --> https://api-3t.paypal.com/nvp
    Request Headers: 
    Array
    (
        [0] => Content-Type: text/namevalue
        [1] => X-VPS-Timeout: 45
        [2] => X-VPS-VIT-Client-Type: PHP/cURL
        [3] => X-VPS-VIT-Integration-Product: PHP::Zen Cart(tm) - PayPal/NVP
        [4] => X-VPS-VIT-Integration-Version: 1.3.9h
    )
    
    
    Request Parameters: {GetExpressCheckoutDetails} 
    Array
    (
        [TOKEN] => EC-4J865551F2098244K
        [REQBILLINGADDRESS] => 1
        [METHOD] => GetExpressCheckoutDetails
        [USER] => sales_api1.topper.com
        [PWD] => ****************
        [VERSION] => 60.0
        [SIGNATURE] => ****************************************************nxOF
    )
    
    
    Response: 
    Array
    (
        [TOKEN] => EC-4J865551F2098244K
        [CHECKOUTSTATUS] => PaymentActionNotInitiated
        [TIMESTAMP] => 2011-12-02T16:36:35Z
        [CORRELATIONID] => 551e409492782
        [ACK] => Success
        [VERSION] => 60.0
        [BUILD] => 2271164
        [EMAIL] => [email protected]
        [PAYERID] => D5WEBJRFG5P5Y
        [PAYERSTATUS] => verified
        [BUSINESS] => ZZZZZZZZZ
        [FIRSTNAME] => Bruce
        [LASTNAME] => ZZZZZZ
        [COUNTRYCODE] => US
        [SHIPTONAME] => Bruce ZZZZZ
        [SHIPTOSTREET] => 280 ZZZZZZZZ Drive
        [SHIPTOCITY] => Dallas
        [SHIPTOSTATE] => GA
        [SHIPTOZIP] => ZZZZZZZ
        [SHIPTOCOUNTRYCODE] => US
        [SHIPTOCOUNTRYNAME] => United States
        [ADDRESSSTATUS] => Unconfirmed
        [CURRENCYCODE] => USD
        [AMT] => 3000.00
        [ITEMAMT] => 3000.00
        [SHIPPINGAMT] => 0.00
        [HANDLINGAMT] => 0.00
        [TAXAMT] => 0.00
        [INSURANCEAMT] => 0.00
        [SHIPDISCAMT] => 0.00
        [L_NAME0] => Solar Stat Window Tint and Applique liquidation lot 27,000pcs
        [L_NUMBER0] => SolarStatLot
        [L_QTY0] => 1
        [L_TAXAMT0] => 0.00
        [L_AMT0] => 3000.00
        [L_ITEMWEIGHTVALUE0] =>    0.00000
        [L_ITEMLENGTHVALUE0] =>    0.00000
        [L_ITEMWIDTHVALUE0] =>    0.00000
        [L_ITEMHEIGHTVALUE0] =>    0.00000
        [CURL_ERRORS] => 
    )
    
    
    GetExpressCheckoutDetails, Elapsed: 718ms -- Success
    I'm very concerned about this... because I have no idea how many people are getting blocked, I see a TON of these error logs.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Blank Page during paypal checkout

    Quote Originally Posted by dremhmrk2 View Post
    [02-Dec-2011 09:36:36] PHP Fatal error: Uncaught SoapFault exception: [HTTP] Client Error in /home/topper/public_html/includes/modules/shipping/fedexwebservices.php:175
    You're having problems with your FedEx addon. Contact FedEx

    Your PayPal log for the GetExpressCheckoutDetails step (2nd of 3 steps) looks fine. Nothing to go on there.
    .

    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.

 

 

Similar Threads

  1. admin blank page "tracker.php No such file"
    By gmartakis in forum General Questions
    Replies: 3
    Last Post: 13 Jun 2012, 07:02 AM
  2. "ipn_main_handler.php?type=ec" resulting in blank page
    By bholmberg in forum PayPal Express Checkout support
    Replies: 6
    Last Post: 31 Aug 2011, 04:07 AM
  3. "Is this a gift" option during checkout. Does it exist?
    By linnx in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 28 May 2010, 03:22 PM
  4. Problems with "Blank Page" and I don't understand the PHP error log
    By CabernetCat in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Feb 2010, 07:23 AM

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