discxpress Posted February 6, 2008 Posted February 6, 2008 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.
Jan Zonjee Posted February 6, 2008 Posted February 6, 2008 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'); }
discxpress Posted February 7, 2008 Author Posted February 7, 2008 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.