Koozali.org: home of the SME Server

website error Call to undefined function: curl_init()

CopagJoe

website error Call to undefined function: curl_init()
« on: February 11, 2006, 04:38:58 AM »
Feb 10 14:55:38 dell httpd: PHP Fatal error:  Call to undefined function:  curl_init() in /home/e-smith/files/ibays/Primary/html/includes/modules/authorizenet_direct.php on line 172
Problem came out of nowhere - was working for weeks. osCommerce website. Please Help!!

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: website error Call to undefined function: curl_init()
« Reply #1 on: February 11, 2006, 05:21:02 PM »
Quote from: "CopagJoe"
Feb 10 14:55:38 dell httpd: PHP Fatal error:  Call to undefined function:  curl_init() in /home/e-smith/files/ibays/Primary/html/includes/modules/authorizenet_direct.php on line 172
Problem came out of nowhere - was working for weeks. osCommerce website. Please Help!!


As you've been advised elsewhere, you didn't apply necessary security updates to your website. Anyone with Internet facing websites applications, especially ones written in PHP, need to watch for security problems and update patches.

Offline judgej

  • *
  • 375
  • +0/-0
Re: website error Call to undefined function: curl_init()
« Reply #2 on: February 11, 2006, 05:40:13 PM »
Quote from: "CopagJoe"
Feb 10 14:55:38 dell httpd: PHP Fatal error:  Call to undefined function:  curl_init() in /home/e-smith/files/ibays/Primary/html/includes/modules/authorizenet_direct.php on line 172
Problem came out of nowhere - was working for weeks. osCommerce website. Please Help!!


You have the detail of the message (missing function), the path to the script at which it occured, and even the line number. Have you tried looking at that file? Any idea when that file was last changed?

You will need a do a *little* big of digging at least, before posting the error message to this forum. Have you tried Google for "curl_init authorizenet_direct.php"?

-- JJ
-- Jason