Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help with usps.php


discxpress

Recommended Posts

Posted

Just down installed Paypal WPP and I get this error:

 

Cannot instantiate non-existent class: httpclient in /home/discxpre/public_html/includes/modules/shipping/usps.php on line 273

 

I know its a problem with SQL5. I found the fix somewhere but lost it. If anyone can help I would appreciate it.

Posted
Just down installed Paypal WPP and I get this error:

 

Cannot instantiate non-existent class: httpclient in /home/discxpre/public_html/includes/modules/shipping/usps.php on line 273

 

I know its a problem with SQL5. I found the fix somewhere but lost it. If anyone can help I would appreciate it.

It is not a problem with MySQL5 but try the usps.php from RC2a. I'm sure it contains a fix (around line 211):

	  if (!class_exists('httpClient')) {
	include('includes/classes/http_client.php');
  }

Posted
It is not a problem with MySQL5 but try the usps.php from RC2a. I'm sure it contains a fix (around line 211):

	  if (!class_exists('httpClient')) {
	include('includes/classes/http_client.php');
  }

 

 

Thanks Jan Zonjee that fix worked like a charm. It was a fast reponse that I needed. I just installed a new template and some modules had to be replaced.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...