Results 1 to 7 of 7
  1. #1
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default after move server why clients can't pay by paypal ?

    have log error

    Code:
    2014-03-26 02:45:56
    -------------------
    (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-0AG98140PK404445U
        [REQBILLINGADDRESS] => 1
        [METHOD] => GetExpressCheckoutDetails
        [USER] => pingjinmagic_api1.gmail.com
        [PWD] => ****************
        [VERSION] => 60.0
        [SIGNATURE] => ****************************************************Fd3D
    )
    
    
    Response: 
    Array
    (
        [TOKEN] => EC-0AG98140PK404445U
        [PHONENUM] => 6973480525
        [CHECKOUTSTATUS] => PaymentActionNotInitiated
        [TIMESTAMP] => 2014-03-26T11:46:11Z
        [CORRELATIONID] => b87bc292e0137
        [ACK] => Success
        [VERSION] => 60.0
        [BUILD] => 10030158
        [EMAIL] => [email protected]
        [PAYERID] => P43ATKLT48DF6
        [PAYERSTATUS] => verified
        [FIRSTNAME] => KONSTANTINOS
        [LASTNAME] => ASKITIS
        [COUNTRYCODE] => GR
        [SHIPTONAME] => KONSTANTINOS ASKITIS
        [SHIPTOSTREET] => G.KAPETA 57
        [SHIPTOCITY] => GREECE
        [SHIPTOSTATE] => KILKIS
        [SHIPTOZIP] => 61100
        [SHIPTOCOUNTRYCODE] => GR
        [SHIPTOPHONENUM] => 6973480525
        [SHIPTOCOUNTRYNAME] => Greece
        [ADDRESSSTATUS] => Unconfirmed
        [CURRENCYCODE] => EUR
        [AMT] => 176.81
        [SHIPPINGAMT] => 0.00
        [HANDLINGAMT] => 0.00
        [TAXAMT] => 0.00
        [INSURANCEAMT] => 0.00
        [SHIPDISCAMT] => 0.00
        [CURL_ERRORS] => 
    )
    
    
    GetExpressCheckoutDetails, Elapsed: 1057ms -- Success

  2. #2
    Join Date
    Jul 2012
    Posts
    16,751
    Plugin Contributions
    17

    Default Re: after move server why clients can't pay by paypal ?

    In move did address actually change or just everything on a different server? (Ie, was there anything in paypla that needed to be changed as part of the move such as return aaddress?)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default Re: after move server why clients can't pay by paypal ?

    Quote Originally Posted by mc12345678 View Post
    In move did address actually change or just everything on a different server? (Ie, was there anything in paypla that needed to be changed as part of the move such as return aaddress?)
    Just change server . we move all websites .
    I'm getting a load of PayPal CURL logs in my cache folder.

    Can I stop these being made?

  4. #4
    Join Date
    Jan 2004
    Posts
    66,387
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: after move server why clients can't pay by paypal ?

    Those log files are useful for debugging, and if you're having problems, then you probably should be using those logs.
    But you only posted one of a set of 7 files for a transaction ... and it confirms that communications is working. But without the next log there's no explanation of why "client can't pay", such as an error message.

    Here are the instructions for turning the PayPal debug logs ON. Naturally the same location is where you can turn them off. http://www.zen-cart.com/showthread.p...Logging-PayPal
    Last edited by Ajeh; 26 Mar 2014 at 11:38 PM.
    .

    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.

  5. #5
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default Re: after move server why clients can't pay by paypal ?

    why it's show me the old server - we change the dns . and all country is work from new server.

    but for me is work from old server . how can refresh , clear ?

    i try clear cache cookies and clear dns ( for mac)

    but still see the old server .

  6. #6
    Join Date
    Jan 2004
    Posts
    66,387
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: after move server why clients can't pay by paypal ?

    Quote Originally Posted by dmagic View Post
    why it's show me the old server - we change the dns . and all country is work from new server.

    but for me is work from old server . how can refresh , clear ?

    i try clear cache cookies and clear dns ( for mac)

    but still see the old server .
    That's something you'll need to sort out with your own computer.
    Maybe you had manually edited the /etc/hosts file and inserted the old IP address for your site?
    .

    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. #7
    Join Date
    Jul 2012
    Posts
    16,751
    Plugin Contributions
    17

    Default Re: after move server why clients can't pay by paypal ?

    Quote Originally Posted by dmagic View Post
    why it's show me the old server - we change the dns . and all country is work from new server.

    but for me is work from old server . how can refresh , clear ?

    i try clear cache cookies and clear dns ( for mac)

    but still see the old server .
    Need to provide a clearer explanation of what you are seeing/doing. At what point in the process are you seeing/using the old server? In your "move" did you update/verify settings in your PayPal account(s)?

    Although Dr. Byte has already weighed in on his interpretation of the question, I still don't quite understand the situation. I realize language may be a barrier here and am patiently awaiting clarification and more details of how this problem is found to occur.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. Paypal broken after server move
    By Kayla in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 6 Aug 2008, 06:13 AM
  2. Can't log into Zen Cart after server move
    By bobonov in forum General Questions
    Replies: 11
    Last Post: 13 Dec 2007, 03:17 AM
  3. Can access admin after server move.
    By Dale Thomas in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 24 Apr 2007, 05:00 AM
  4. email can not receive after move server
    By sunriseimports in forum General Questions
    Replies: 20
    Last Post: 2 Apr 2007, 09:16 PM
  5. Can't see images after server move
    By san_san in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 11 Aug 2006, 10:43 AM

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