Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default paypal express wont load- just a blank page

    when i activate paypal express and then click pay with paypal express on the "log in" page
    it goes to https://www.prservicesyorkshire.com/...er.php?type=ec

    however, this page, does not load...i just get a white page...
    no idea why

    the emails i get are as follows...
    Code:
    IPN FATAL ERROR :: No POST data available -- Most likely initiated by browser and not PayPal.
    
    
         *** The rest of this log report can most likely be ignored !! ***
    Code:
    IPN FATAL ERROR :: Could not find stored session in DB, cannot re-create session as PayPal IPN transaction.
    Code:
    IPN FATAL ERROR :: No saved IPN session data available. Must be an Express Checkout or Direct Pay transaction.
    Code:
    IPN INFO - POST VARS received (sorted):
    Array
    (
    )
    i may not know how yet, but i soon will....i hope :)

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

    Default Re: paypal express wont load- just a blank page

    What do the logs say when you click the Express Checkout button?
    .

    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.

  3. #3
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: paypal express wont load- just a blank page

    where would these logs be found?
    i may not know how yet, but i soon will....i hope :)

  4. #4
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: paypal express wont load- just a blank page

    think i found a log
    Code:
    Oct 19 2009 10:58 -- DEBUG Round 1: Subtotal Info:
    Array
    (
        [handling] => 0
        [subtotal] => 16.68
        [shipping] => 0
        [tax_cart] => 0.03
        [amount] => 0.2
    )
    
    
    Oct 19 2009 10:58 -- DEBUG Round 2: Line Item Info:
    Array
    (
        [item_number_1] => DRAPER44012
        [quantity_1] => 1
        [item_name_1] => Elora 10mm Long Stainless Steel Combination Spanner 44012
        [amount_1] => 16.6782
        [tax_1] => 2.5
        [shipping_1] => 0
    )
    
    
    Oct 19 2009 10:58 -- getLineItemDetails 1: Order Subtotal does not match sum of line-item prices. Line-item-details skipped.
    16.68 16.6782
    
    Oct 19 2009 10:58 -- getLineItemDetails 2: Tax Subtotal did not match sum of taxes for line-items. Line-item taxes skipped.
    0.03 2.5
    
    Oct 19 2009 10:58 -- getLineItemDetails 3: IPN LineItemDetails: 
    Credits apply to this order, so all line-item details are NOT being submitted. Thus, the following data is REDUNDANT and probably VERY INACCURATE
    Details:Array
    (
        [handling] => 16.51
        [subtotal] => 16.68
        [shipping] => 0.00
        [tax_cart] => 0.03
        [amount] => 0.20
        [tax_1] => 0.03
    )
    
    
    DEFAULT_CURRENCY = GBP
    SESSION['currency'] = GBP
    order->info['currency'] = GBP
    $currencies->currencies[$_SESSION['currency']]['value'] = 1.00000000
    currencies Object
    (
        [currencies] => Array
            (
                [GBP] => Array
                    (
                        [title] => GB Pound
                        [symbol_left] => £
                        [symbol_right] => 
                        [decimal_point] => .
                        [thousands_point] => ,
                        [decimal_places] => 2
                        [value] => 1.00000000
                    )
    
            )
    
        [observers] => Array
            (
            )
    
    )
    i may not know how yet, but i soon will....i hope :)

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

    Default Re: paypal express wont load- just a blank page

    What happens if you do a checkout with just a normal product, and not with any coupons/gvs/discounts?
    .

    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.

  6. #6
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: paypal express wont load- just a blank page

    same problem, blank page..
    ill try find logs again now its for a product with 0 discount etc
    i may not know how yet, but i soon will....i hope :)

  7. #7
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: paypal express wont load- just a blank page

    for some reason, iv told it to LOG
    but yet there's no logs in
    inc/mod/payment/paypal/logs

    are they somewhere else?
    i may not know how yet, but i soon will....i hope :)

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

    Default Re: paypal express wont load- just a blank page

    Quote Originally Posted by spid3r1987 View Post
    for some reason, iv told it to LOG
    but yet there's no logs in
    inc/mod/payment/paypal/logs

    are they somewhere else?
    In v1.3.x, PayPal logs are always located in /includes/modules/payment/paypal/logs/
    .

    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.

  9. #9
    Join Date
    Nov 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: paypal express wont load- just a blank page

    I have the same problem, tried everything i can think of and just returns a blank page. Does anyone know a solution to this problem???

  10. #10
    Join Date
    Nov 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: paypal express wont load- just a blank page

    well i havent found a solution to the problem but have set up paypal - website payments standard and it seems to be working fine, at least i can still accept customers with or without a paypal account but would prefer express so if anyone can shed some light would appreciate it. thanks

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. PayPal Express Checkout stops at blank page
    By gottalovelattes in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 25 Sep 2010, 04:33 PM
  2. Just moved to 1.3.8a Checkout Issue Paypal Express Split Page
    By shrimp-gumbo-mmmhhh in forum General Questions
    Replies: 6
    Last Post: 3 Oct 2009, 04:30 AM
  3. Page wont load...
    By Flux1231 in forum General Questions
    Replies: 7
    Last Post: 3 Aug 2008, 02:37 AM
  4. PayPal Express Checkout Returns to Blank Page
    By hamburgler100 in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 20 Dec 2007, 05:01 AM
  5. Page Wont Load -- Easy Populate Wont Complete
    By apinkpony11 in forum General Questions
    Replies: 5
    Last Post: 6 Mar 2007, 06:45 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