Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fatal error??????? shipping


Baber.com

Recommended Posts

Posted

Is there anyway to make UPS XML 1.01 Usable on MS2???????

i got this error when ran

 

Fatal error: Call to undefined function: curl_init() in /usr/local/www/vhosts/baber.com/htdocs/catalog/includes/modules/shipping/upsxml.php on line 590

Posted

have you done a phpinfo test and looked to see if curl is installed and working properly?

Posted

add the following in your root directory as a file, name it test.php and then from a browser type it in, ie http://www.domainname.com/test.php and then you can search for curl

 

<HTML>

<BODY>

<?php

phpinfo();

?>

</BODY>

</HTML>

Posted

your server has php 4.0.6 installed, from my experience this version is not going to work for you. install a newer version and you should be good to go. your host should be able to give you some help in upgrading php. if not let me know.

Posted

what did you ever do with this? did you ever get curl installed?

Archived

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

×
×
  • Create New...