Page 8 of 14 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 135
  1. #71
    Join Date
    Aug 2007
    Posts
    277
    Plugin Contributions
    0

    Default Re: Problem with Paypal connection - Error (28) connect() timed out!

    put those 2 files in your root instead of having them in your extras folder. then run it. it did just that and it gives me some results that I don't understand which I reported above.

    is your UPS mod working? mine was working intermittently, and not working at all now.

  2. #72
    Join Date
    Feb 2011
    Location
    North Florida
    Posts
    36
    Plugin Contributions
    0

    Default Re: Problem with Paypal connection - Error (28) connect() timed out!

    Thank twi! That worked.

    Here are the results:

    IPNCHECK.PHP - Version 1.3.9

    IPN TESTING - Response Received via CURL -- COMMUNICATIONS OKAY



    IPN TESTING - Confirmation/Validation response with fsockopen(): FSOCKOPEN() RESPONSE RECEIVED - Communications OKAY



    Default method likely to be used for communications is: CURL, with the fallback method being FSOCKOPEN if possible.

    Script finished.


    Curltester

    28 connect() timed out!

    Array
    (
    [url] => "https://api-3t.paypal.com/nvp"
    [content_type] =>
    [http_code] => 0
    [header_size] => 0
    [request_size] => 0
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 20.020617
    [namelookup_time] => 0.019892
    [connect_time] => 0
    [pretransfer_time] => 0
    [size_upload] => 0
    [size_download] => 0
    [speed_download] => 0
    [speed_upload] => 0
    [download_content_length] => -1
    [upload_content_length] => -1
    [starttransfer_time] => 0
    [redirect_time] => 0
    [certinfo] => Array
    (
    )

    [redirect_url] =>
    )




    EOF


    I guess now it's time to contact my host.

  3. #73
    Join Date
    Feb 2011
    Location
    North Florida
    Posts
    36
    Plugin Contributions
    0

    Default Re: Problem with Paypal connection - Error (28) connect() timed out!

    Quote Originally Posted by twi View Post
    is your UPS mod working? mine was working intermittently, and not working at all now.
    I only ship USPS.

    Did you ever get anything resolved with NetSol? That's where I'm hosted also.

  4. #74
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Problem with Paypal connection - Error (28) connect() timed out!

    Quote Originally Posted by twi View Post
    put those 2 files in your root instead of having them in your extras folder. then run it. it did just that and it gives me some results that I don't understand which I reported above.

    is your UPS mod working? mine was working intermittently, and not working at all now.
    I know I said we mostly don't have anything to ship, but we do have ups installed. Where are you getting the dropped connection? I was able to add an item to the cart, select usps, then came back to shipping, selected ups, then came back again, and at all times had shipping rates showing. Is it later when paying that the problem occurs?

  5. #75
    Join Date
    Feb 2011
    Location
    North Florida
    Posts
    36
    Plugin Contributions
    0

    Default Re: Problem with Paypal connection - Error (28) connect() timed out!

    How do I run a traceroute from my site to paypal?

  6. #76
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Problem with Paypal connection - Error (28) connect() timed out!

    Quote Originally Posted by RNRN View Post
    How do I run a traceroute from my site to paypal?
    There are several "programs" out there to install and take advantage of traceroute already available by your host if it is, otherwise had found some that use sockets calls to cycle through, if sockets is enabled.

    Otherwise, I hadn't found anything for which I had enough access rights to iniatate. Be sure that if/when you do that it is tcp port 443 that is used. Port 80 (default) won't tell you anything useful.

  7. #77
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Problem with Paypal connection - Error (28) connect() timed out!

    Quote Originally Posted by RNRN View Post
    Thank twi! That worked.

    Here are the results:

    IPNCHECK.PHP - Version 1.3.9

    IPN TESTING - Response Received via CURL -- COMMUNICATIONS OKAY



    IPN TESTING - Confirmation/Validation response with fsockopen(): FSOCKOPEN() RESPONSE RECEIVED - Communications OKAY



    Default method likely to be used for communications is: CURL, with the fallback method being FSOCKOPEN if possible.

    Script finished.


    Curltester

    28 connect() timed out!

    Array
    (
    [url] => "https://api-3t.paypal.com/nvp"
    [content_type] =>
    [http_code] => 0
    [header_size] => 0
    [request_size] => 0
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 20.020617
    [namelookup_time] => 0.019892
    [connect_time] => 0
    [pretransfer_time] => 0
    [size_upload] => 0
    [size_download] => 0
    [speed_download] => 0
    [speed_upload] => 0
    [download_content_length] => -1
    [upload_content_length] => -1
    [starttransfer_time] => 0
    [redirect_time] => 0
    [certinfo] => Array
    (
    )

    [redirect_url] =>
    )




    EOF


    I guess now it's time to contact my host.
    My understanding of those results is that where ever ipncheck was successful, you could use paypal basic (IPN) at least as far as your software is concerned. (Not sure if it establishes communication with paypal or not.). Where the paypal curl failed indicates that paypal express will likely not work. Where you ran just curltester.php, with success indicates that curl works and works with the zencart site. Where tested curl with ups, well, version used for 1.5.0 doesn't know what to do with a ups flag so defaults to zen cart. So no results related to ups there. Just that curl works. May also want to test with ssl=1 to ensure able to have ssl connection and that that is not a problem.

  8. #78
    Join Date
    Aug 2007
    Posts
    277
    Plugin Contributions
    0

    Default Re: Problem with Paypal connection - Error (28) connect() timed out!

    Quote Originally Posted by RNRN View Post
    I only ship USPS.

    Did you ever get anything resolved with NetSol? That's where I'm hosted also.
    NO. They replied yesterday (after a whole week later) that said I have to call them. Let me know if you get anything from them.

    So does your USPS Mod work?

  9. #79
    Join Date
    Aug 2007
    Posts
    277
    Plugin Contributions
    0

    Default Re: Problem with Paypal connection - Error (28) connect() timed out!

    Quote Originally Posted by mc12345678 View Post
    I know I said we mostly don't have anything to ship, but we do have ups installed. Where are you getting the dropped connection? I was able to add an item to the cart, select usps, then came back to shipping, selected ups, then came back again, and at all times had shipping rates showing. Is it later when paying that the problem occurs?
    Exactly the same thing. If you view shopping cart, quotes are not shown. If you go check out, ups rates intermittently shows. After selecting method for shipping, it will at times either say " your shipping methods have changed and displays the same thing again over and over again. Or at times it says that Unable to get UPS quotes.

    I was not able to get anything the past 2 days and all my customers were calling on the matter, which I hopelessly can't fix.

    I tried today again, and it appears to be working intermittently again.

    As far as payal, Express check out still does not work. standard does. But if UPS doesn't quote rate, then The customer will not even get to the confirm button to see the Paypal Standard page where they log in to pay.

    Paypal standard seems to be working as long as UPS provides a quote and get you to the Zencart confirm page.

    Let me know if you find out anything on this, because I am loosing all my sales. Hosting doesn't seem to care or they are clueless as well.
    Last edited by twi; 6 Aug 2013 at 04:42 PM.

  10. #80
    Join Date
    Aug 2007
    Posts
    277
    Plugin Contributions
    0

    Default Re: Problem with Paypal connection - Error (28) connect() timed out!

    Quote Originally Posted by mc12345678 View Post
    My understanding of those results is that where ever ipncheck was successful, you could use paypal basic (IPN) at least as far as your software is concerned. (Not sure if it establishes communication with paypal or not.). Where the paypal curl failed indicates that paypal express will likely not work. Where you ran just curltester.php, with success indicates that curl works and works with the zencart site. Where tested curl with ups, well, version used for 1.5.0 doesn't know what to do with a ups flag so defaults to zen cart. So no results related to ups there. Just that curl works. May also want to test with ssl=1 to ensure able to have ssl connection and that that is not a problem.

    Can you help me interpret mine as well. I am really desperate. So what exactly is working and what is not working with me. I am confused.

    After testing, I have the following results for all 4 of my urls (from 2 zc151 sites and 2 zc 139h sites):

    REGULAR CURL TEST


    CURL Test Page
    This page is intended for testing CURL behaviour. You should be accessing this page via CURLTESTER.PHP running on YOUR server.


    You submitted the following fields and data:
    Array
    (
    [field1] => This is a test
    [statuskey] => ready
    )
    Data validation
    Good
    Other Info
    Your server IP address is: 209.17.114.78.
    Your system identifies itself as: Zen Cart(tm) - CURL TEST


    ------------------------------
    CURL TEST WITH PAYPAL=1

    28 connect() timed out!

    Array
    (
    [url] => "https://api-3t.paypal.com/nvp"
    [content_type] =>
    [http_code] => 0
    [header_size] => 0
    [request_size] => 0
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 20.016929
    [namelookup_time] => 0.017601
    [connect_time] => 0
    [pretransfer_time] => 0
    [size_upload] => 0
    [size_download] => 0
    [speed_download] => 0
    [speed_upload] => 0
    [download_content_length] => -1
    [upload_content_length] => -1
    [starttransfer_time] => 0
    [redirect_time] => 0
    [certinfo] => Array
    (
    )

    [redirect_url] =>
    )


    ----------------------------------------
    CURL TEST WITH ?ups=1


    CURL Test Page
    This page is intended for testing CURL behaviour. You should be accessing this page via CURLTESTER.PHP running on YOUR server.


    You submitted the following fields and data:
    Array
    (
    [field1] => This is a test
    [statuskey] => ready
    )
    Data validation
    Good
    Other Info
    Your server IP address is: 209.17.114.78.
    Your system identifies itself as: Zen Cart(tm) - CURL TEST

    ---------------------------------
    IPN CHECK


    http://birthdaysextreme.net/ipncheck.php
    IPN CHECK



    IPNCHECK.PHP - Version 1.3.9


    CURL RESPONSE RECEIVED - Communications OKAYIPN TESTING - Response Received via CURL -- COMMUNICATIONS OKAY


    IPN TESTING - Confirmation/Validation response with fsockopen(): FSOCKOPEN() RESPONSE RECEIVED - Communications OKAY
    Default method likely to be used for communications is: CURL, with the fallback method being FSOCKOPEN if possible.Script finished.


    --------------------------
    Last edited by twi; 6 Aug 2013 at 04:50 PM.

 

 
Page 8 of 14 FirstFirst ... 678910 ... LastLast

Similar Threads

  1. v153 (7) Failed to connect to api-3t.paypal.com port 443: Connection timed out
    By MCS_Computers in forum PayPal Express Checkout support
    Replies: 5
    Last Post: 26 Jul 2018, 06:09 AM
  2. v150 PayPal Error (28) - connection timed out - website payments down
    By aiko70 in forum PayPal Express Checkout support
    Replies: 5
    Last Post: 26 Jul 2013, 05:07 AM
  3. v139d 28 connect timed out error
    By annedig in forum Upgrading to 1.5.x
    Replies: 4
    Last Post: 10 May 2013, 05:28 PM
  4. v139h PayPal Timeouts (28) Connect timed out!
    By jgold723 in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 24 Mar 2013, 11:23 PM
  5. paypal express (7) couldn't connect to host & (28) connect() timed out
    By delia in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 9 Sep 2010, 12:36 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