Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    Join Date
    Jan 2004
    Posts
    66,374
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Another Paypal IPN problem-cant see the orders in admin

    Quote Originally Posted by dfoxengr View Post
    ok so has anyone found a solution to this?
    now im back to square 1...
    Well, if you've put back all your 1.3.8 code, then the error messages and the problems in the logs that you posted should all have been cleared up.

    So, what exactly are the symptoms you're facing now? Do you have any new logs to show?
    .

    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
    Mar 2008
    Posts
    35
    Plugin Contributions
    0

    Default Re: Another Paypal IPN problem-cant see the orders in admin

    heres my newest log after changing back to 1.3.8 files:::::::::::
    symptoms are the same, where it is not saving orders in the admin area.
    i got all the files from 1.3.8 and uploaded them over the 1.3.7 files like you said. then reinstalled paypal module in admin correctly.
    all setting in paypal are still correct.
    now im back to where i was the other day.

    also its now showing the item name as MODULE_PAYMENT_PAYPAL_PURCHASE_DESCRIPTION_TITLE
    i fixed that the other day but cant remember how to now.

    thank you for the help.


    Mar 06 2008 7:22 -- IPN PROCESSING INITIATED.
    *** Originating IP: 66.211.170.66 notify.paypal.com

    Mar 06 2008 7:22 -- IPN INFO - POST VARS received (sorted):
    Array
    (
    [business] =>
    [charset] => windows-1252
    [contact_phone] =>
    [custom] => zenid=ca787c8f0c13b81c5820650d31ee95fc
    [first_name] =>
    [item_name] => MODULE_PAYMENT_PAYPAL_PURCHASE_DESCRIPTION_TITLE
    [item_number] => Store Receipt
    [last_name] =>
    [mc_currency] => USD
    [mc_gross] => 0.02
    [notify_version] => 2.4
    [payer_email] =>
    [payer_id] => 7TTXT99TJ6LGY
    [payer_status] => verified
    [payment_date] => 07:22:24 Mar 06, 2008 PST
    [payment_gross] => 0.02
    [payment_status] => Pending
    [payment_type] => instant
    [pending_reason] => address
    [quantity] => 1
    [receiver_email] =>
    [receiver_id] => JQ3URCJD2YVKE
    [residence_country] => US
    [shipping] => 0.00
    [tax] => 0.00
    [txn_id] => 0E1441033W114330S
    [txn_type] => web_accept
    [verify_sign] => AVnm5M8Jv.b5yCJcjnTxUifPZdflAkTjQfBa3IE7O132rsiLI2AtpFaf
    )


    Mar 06 2008 7:22 -- IPN INFO - POST VARS to be sent back for validation:
    To: http://proxy.shr.secureserver.net:3128
    POST http://www.paypal.com/cgi-bin/webscr HTTP/1.1
    Host: proxy.shr.secureserver.net
    Content-type: application/x-www-form-urlencoded
    Content-length: 752
    Connection: close

    Array
    (
    [txn_type] => web_accept
    [payment_date] => 07:22:24 Mar 06, 2008 PST
    [last_name] =>
    [residence_country] => US
    [pending_reason] => address
    [item_name] => MODULE_PAYMENT_PAYPAL_PURCHASE_DESCRIPTION_TITLE
    [payment_gross] => 0.02
    [mc_currency] => USD
    [business] =>
    [payment_type] => instant
    [verify_sign] => AVnm5M8Jv.b5yCJcjnTxUifPZdflAkTjQfBa3IE7O132rsiLI2AtpFaf
    [payer_status] => verified
    [tax] => 0.00
    [payer_email] =>
    [txn_id] => 0E1441033W114330S
    [quantity] => 1
    [receiver_email] =>
    [first_name] =>
    [payer_id] => 7TTXT99TJ6LGY
    [receiver_id] => JQ3URCJD2YVKE
    [contact_phone] =>
    [item_number] => Store Receipt
    [payment_status] => Pending
    [shipping] => 0.00
    [mc_gross] => 0.02
    [custom] => zenid=ca787c8f0c13b81c5820650d31ee95fc
    [charset] => windows-1252
    [notify_version] => 2.4
    [cmd] => _notify-validate
    )


    Mar 06 2008 7:22 -- IPN FATAL ERROR :: Could not establish fsockopen.
    Host Details = http://proxy.shr.secureserver.net:3128 (0) Success

    http://www.paypal.com/cgi-bin/webscr
    Trying again without SSL ...

    Mar 06 2008 7:22 -- IPN FATAL ERROR :: Could not establish fsockopen.
    Host Details = http://proxy.shr.secureserver.net:80 (0) Success

    http://www.paypal.com/cgi-bin/webscr
    Trying again without specified protocol ...

    Mar 06 2008 7:22 -- IPN FATAL ERROR :: Could not establish fsockopen.
    Host Details = proxy.shr.secureserver.net:80 (110) Connection timed out

    www.paypal.com/cgi-bin/webscr
    Last edited by dfoxengr; 6 Mar 2008 at 04:30 PM.

  3. #13
    Join Date
    Jan 2004
    Posts
    66,374
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Another Paypal IPN problem-cant see the orders in admin

    Quote Originally Posted by dfoxengr View Post
    also its now showing the item name as MODULE_PAYMENT_PAYPAL_PURCHASE_DESCRIPTION_TITLE
    i fixed that the other day but cant remember how to now.
    Your /includes/languages/english/modules/payment/paypal.php file should contain that definition. You're either missing that file or it didn't upload right, or you're using a much older version of it.
    .

    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.

  4. #14
    Join Date
    Mar 2008
    Posts
    35
    Plugin Contributions
    0

    Default Re: Another Paypal IPN problem-cant see the orders in admin

    alright. you keep saying older version, but ive upgraded to all the newest 1.3.8 stuff, and thats when the problems started. how do i get to the newest version then? im not really that great at this stuff, so please bear with me.

    thank you.

  5. #15
    Join Date
    Mar 2008
    Posts
    35
    Plugin Contributions
    0

    Default Re: Another Paypal IPN problem-cant see the orders in admin

    EDIT: i just reuploaded that file and tried an order again and now it's what it's supposed to say.

    but when paypal was supposed to redirect me back to my site, it did not. and the settings in paypal are still correct.
    it sent me back to the correct address but with a ton of extra characters attached to the end afte the "referer paypal" part.
    the screen was blank so i guess it didnt complete the order for my admin side.
    heres the return url
    http://www.mystore.com/index.php?mai...eckout_process

    heres the LOG:
    ------------------------------------------
    [return] => http://www.foxraceco.com/index.php?m...referer=paypal
    [cancel_return] => http://www.foxraceco.com/index.php?m...eckout_payment
    [shopping_url] => http://www.foxraceco.com/index.php?m...=shopping_cart
    [notify_url] => http://www.foxraceco.com/ipn_main_handler.php
    [redirect_cmd] => _xclick


    ========================thats part of one.



    Mar 06 2008 17:40 -- IPN FATAL ERROR :: Could not establish fsockopen.
    Host Details = http://proxy.shr.secureserver.net:3128 (0) Success

    http://www.paypal.com/cgi-bin/webscr
    Trying again without SSL ...

    Mar 06 2008 17:40 -- IPN FATAL ERROR :: Could not establish fsockopen.
    Host Details = http://proxy.shr.secureserver.net:80 (0) Success

    http://www.paypal.com/cgi-bin/webscr
    Trying again without specified protocol ...

    Mar 06 2008 17:40 -- IPN INFO - Confirmation/Validation response



    Mar 06 2008 17:40 -- Breakpoint: 1 - Collected data from PayPal notification

    Mar 06 2008 17:40 -- IPN WARNING :: Transaction was not marked as VERIFIED. Keep this report for potential use in fraud investigations.
    IPN Info =


    Mar 06 2008 17:40 -- IPN FATAL ERROR :: Transaction did not validate



    ==========================THERES SOME MORE

  6. #16
    Join Date
    Jan 2004
    Posts
    66,374
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Another Paypal IPN problem-cant see the orders in admin

    Why do you have the CURL proxy enabled?
    .

    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.

  7. #17
    Join Date
    Mar 2008
    Posts
    35
    Plugin Contributions
    0

    Default Re: Another Paypal IPN problem-cant see the orders in admin

    saw something about godaddy might need curl on another thread.
    ill disable it.
    like i said, i dont know hardly anything about this stuff. and it was fine for 3 years until january.

    should i show another log after i disable?

  8. #18
    Join Date
    Mar 2008
    Posts
    35
    Plugin Contributions
    0

    Default Re: Another Paypal IPN problem-cant see the orders in admin

    WOW great news. i took off the curl and it now works.

    I guess the only thing that i even accomplished through all of this was manually uploading the 1.3.8 paypal payment files. they probably werent written correctly when i did the upgrade so i would recommend that to everyone.
    thank you so much for the help drbyte.

  9. #19
    Join Date
    Jan 2004
    Posts
    66,374
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Another Paypal IPN problem-cant see the orders in admin

    Glad you got it sorted out!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v150 PayPal IPN orders missing from admin
    By d3ag0s in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 13 Apr 2012, 03:45 AM
  2. Ouch..I cant see the words in my ADMIN screen
    By glittergirljo in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Jul 2010, 12:16 AM
  3. I cant get the paypal ipn to work
    By asherr6 in forum Built-in Shipping and Payment Modules
    Replies: 8
    Last Post: 23 Jan 2010, 01:02 AM
  4. Can't see all PayPal orders in Admin
    By james739 in forum General Questions
    Replies: 0
    Last Post: 2 Jan 2008, 09:19 PM
  5. Orders not showing up in Paypal or ZC admin (PayPal IPN module)
    By Edgar in forum Managing Customers and Orders
    Replies: 70
    Last Post: 20 Nov 2007, 06:24 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR