Page 5 of 6 FirstFirst ... 3456 LastLast
Results 41 to 50 of 57
  1. #41
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: USPS shipping server is down

    Have your hosting provider check for issues with port 80 outbound ...

    Also check if there are issues with fsockopen ...

    You could try temp ...
    /includes/classes/http_client.php line 306

    Code:
            if (!$this->socket = @fsockopen($host, $port, $this->reply, $this->replyString, $this->timeout)) {
    remove the @ ... TEMPORARILY and see if you see errors or get error logs in the /cache ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  2. #42
    Join Date
    May 2010
    Location
    Texas
    Posts
    393
    Plugin Contributions
    0

    Default Re: USPS shipping server is down

    I got absolutely no where with them.
    They claim no changes to the server have been made (I don't believe they really know this).

    They want to know details about the communication.
    How it is connecting
    What are the details of the server its connecting to
    etc.

  3. #43
    Join Date
    May 2010
    Location
    Texas
    Posts
    393
    Plugin Contributions
    0

    Default Re: USPS shipping server is down

    Quote Originally Posted by Ajeh View Post
    Have your hosting provider check for issues with port 80 outbound ...

    Also check if there are issues with fsockopen ...

    You could try temp ...
    /includes/classes/http_client.php line 306

    Code:
            if (!$this->socket = @fsockopen($host, $port, $this->reply, $this->replyString, $this->timeout)) {
    remove the @ ... TEMPORARILY and see if you see errors or get error logs in the /cache ...

    changing @fsockopen to fsockopen had no effect

    However, my line was 613

  4. #44
    Join Date
    May 2010
    Location
    Texas
    Posts
    393
    Plugin Contributions
    0

    Default Re: USPS shipping server is down

    The log file:


    [23-Mar-2012 17:41:08] PHP Warning: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to production.shippingapis.com:80 (Connection timed out) in /home/content/44/4963044/html/ZC/includes/classes/http_client.php on line 613

  5. #45
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: USPS shipping server is down

    Try running:
    your_domain.com/your_directory/extras/ipncheck.php
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #46
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: USPS shipping server is down

    Quote Originally Posted by split63 View Post
    The log file:


    [23-Mar-2012 17:41:08] PHP Warning: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to production.shippingapis.com:80 (Connection timed out) in /home/content/44/4963044/html/ZC/includes/classes/http_client.php on line 613
    Tell GoDaddy that is the error you are getting and to fix it ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #47
    Join Date
    May 2010
    Location
    Texas
    Posts
    393
    Plugin Contributions
    0

    Default Re: USPS shipping server is down

    Quote Originally Posted by Ajeh View Post
    Tell GoDaddy that is the error you are getting and to fix it ...
    That error resulted when I removed the @ symbol. I put it back in and the error no longer occurs and the log file is empty

  8. #48
    Join Date
    May 2010
    Location
    Texas
    Posts
    393
    Plugin Contributions
    0

    Default Re: USPS shipping server is down

    Quote Originally Posted by Ajeh View Post
    Try running:
    your_domain.com/your_directory/extras/ipncheck.php
    IPNCHECK.PHP - Version 1.3.9

    CURL RESPONSE RECEIVED - Communications OKAY
    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.

  9. #49
    Join Date
    May 2010
    Location
    Texas
    Posts
    393
    Plugin Contributions
    0

    red flag Re: USPS shipping server is down

    Quote Originally Posted by Ajeh View Post
    Can you give a more specific example of charges for:
    Quantity 1
    Quantity 2
    Quantity 3
    For US domestic only

    QTY 1: $8.00
    QTY 2: $10.00
    QTY 3: $12.00
    QTY 4. $14.00
    etc

  10. #50
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: USPS shipping server is down

    Turn on Item Rate and set Handling to 6.00 and the Rate to 2.00 ...

    If you only want the US for this, then you need to make a Zone Definition for the US with the DETAILS for:
    Country: United States
    Zones: ALL

    If you want to limit who the US is, as in 48 states, then you need to add the individual Zones to the DETAILS ...

    This FAQ would help with that:
    https://www.zen-cart.com/tutorials/i...hp?article=409
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 5 of 6 FirstFirst ... 3456 LastLast

Similar Threads

  1. v151 USPS Down? - 01/05/15
    By Jeff_Mash in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 5 Jan 2015, 07:42 PM
  2. Breaking down shipping charges for USPS module
    By svetlae in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 13 Feb 2014, 11:21 PM
  3. USPS Rate Quote server down?
    By brushwoodnursery in forum General Questions
    Replies: 2
    Last Post: 20 Jun 2013, 09:23 PM
  4. UPS and USPS Together Slow Way Down on my server
    By Sweet ZouZou in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 12 Jan 2008, 01:50 AM
  5. Does USPS Shipping Module need to change server connection?
    By damon in forum Addon Shipping Modules
    Replies: 0
    Last Post: 27 Sep 2006, 05:13 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