builder_bob Posted February 8, 2012 Posted February 8, 2012 I get a Warning: unable to connect to production.shippingapis.com :80 (connection timed out) in blah blah blah http_client.php line 330. here is line 318 to line 331: // connect if necessary if ( ($this->socket == false) || (feof($this->socket)) ) { if ($this->useProxy) { $host = $this->proxyHost; $port = $this->proxyPort; } else { $host = $this->url['host']; $port = $this->url['port']; } if (!tep_not_null($port)) $port = 80; if (!$this->socket = fsockopen($host, $port, $this->reply, $this->replyString)) { return false; why must this happen it was working fine....!!!>!>!>1 Quote
Guest Posted February 9, 2012 Posted February 9, 2012 Which USPS module? Some modules use curl to connect to connect. Look at admin/server_info.php and search for "curl". If it's not enabled, curl functions wouldn't be available to the shipping module and it'd fail to communicate back with the USPS server(s). -jared Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.