triznic 0 Posted July 21, 2008 I keep getting this as I test out my site. Fatal error: Call to undefined function: curl_init() in /home/brightst/public_html/includes/modules/shipping/upsxml.php on line 668 Help!! lol Share this post Link to post Share on other sites
Jack_mcs 1,020 Posted July 21, 2008 Ask your host if they have curl installed. If not, they need to install it or you can't use that module. Jack Support Links: Need Help? See this thread and provide the information requested. Is your version of osC up to date? You'll find the latest osC version (the community-supported responsive version) here. How to Upgrade to the latest version Recommended SEO Addons Share this post Link to post Share on other sites
triznic 0 Posted July 21, 2008 DANG! Seriously? I run a virtual server on GoDaddy. I have access to cPanel but cant find in there where it would be. I went to php configuration editor but it was not in there. I am not sure how to install this? Share this post Link to post Share on other sites
natrium42 0 Posted July 22, 2008 DANG! Seriously? I run a virtual server on GoDaddy. I have access to cPanel but cant find in there where it would be. I went to php configuration editor but it was not in there. I am not sure how to install this? I don't think you can do it in cPanel. You should use WebHost Manager (WHM), since you said that you have a virtual server... In WHM you can recompile Apache with cURL. Share this post Link to post Share on other sites
triznic 0 Posted July 26, 2008 Just wanted to add that after a couple days trying to find a way around my lack of cURL on my server, I found this and it straightened me right out. Wanted to put it out there as I did not see it when I was on here looking. includes/modules/shipping/upsxml.php // when cURL is not compiled into PHP (Windows users, some Linux users) // you can set the next variable to "1" and then exec(curl -d $xmlRequest, $xmlResponse) // will be used $this->use_exec = '1'; <------ changed that from '0' Share this post Link to post Share on other sites