I emailed them and asked them to recheck the port and also provided them with customer log in details so they can see what the problem is and see if they have any suggestions to offer.
I will update when they reply.
Thanks!!
I emailed them and asked them to recheck the port and also provided them with customer log in details so they can see what the problem is and see if they have any suggestions to offer.
I will update when they reply.
Thanks!!
I have been in contact with my host, several times, and their last communication snippet is below:
==========================
The server is communicating fine with Production Servers.
----------
root@monaco [/home/aeroelec/public_html]# telnet production.shippingapis.com 80
Trying 56.0.70.50...
Connected to production.shippingapis.com (56.0.70.50).
Escape character is '^]'.
^]
telnet> q
Connection closed.
root@monaco [/home/aeroelec/public_html]# telnet secure.shippingapis.com 443
Trying 56.0.34.44...
Connected to secure.shippingapis.com (56.0.34.44).
Escape character is '^]'.
^]
telnet> q
Connection closed.
----------
However, the 'Checkout' gives the following error:
---------
Shipping Method:
Please select the preferred shipping method to use on this order.
United Parcel Service United Parcel Service
We are unable to obtain a rate quote for UPS shipping.
Please contact the store if no other alternative is shown.
United States Postal Service United States Postal Service
We are unable to find a USPS shipping quote suitable for your mailing address and the shipping methods we typically use.
If you prefer to use USPS as your shipping method, please contact us for assistance.
(Please check that your Zip Code is entered correctly.)
---------
Please update us with the exact steps that needs to be done from our end (Hosting support) to enable the USPS shipping module.
Also, do update us if there are any other specific IP addresses or Port numbers with which the domain should communicate for USPS shipping module to work.
=============================
I have also called USPS again and asked them to verify that I am on production mode and explained to them the problem I am having and they informed me that all is working well on their end and asked me to supply this link, https://www.usps.com/business/webtoo...cal-guides.htm to the shipping cart development team.
Something is off somewhere apparently and I can't put my finger on it.
Kindly, PLEASE advise what I should do to try to get this issue resolved.
I can PM you the link with my hosting company support ticket details if that would help.
I sincerely appreciate your help.
I do not know if you are into this test, but are you able to create a test database with the demo data and a test directory and install a clean Zen Cart v1.5 and the USPS and UPS shipping modules just to rule out anything in your current site from causing this?![]()
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!]
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!
I don't guess there is any other option available at this point.
It will take some time to get it done. I will post an update when it is done.![]()
Perhaps tell them that the PHP function fsockopen() is required and see what they say ...
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!]
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!
Also you could try temp ...
/includes/classes/http_client.php line 306
remove the @ ... TEMPORARILY and see if you see errors or get error logs in the /cache ...Code:if (!$this->socket = @fsockopen($host, $port, $this->reply, $this->replyString, $this->timeout)) {
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!]
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!
I have already started the re-install of the cart.
I just as well start from scratch while the site is new rather than fighting it. If it was something wrong when it was first set up it should fine with a fresh install.
I will update the status when I get it done.
Thanks again for the help.