Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: CopagJoe on February 11, 2006, 04:38:58 AM

Title: website error Call to undefined function: curl_init()
Post by: CopagJoe 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!!
Title: Re: website error Call to undefined function: curl_init()
Post by: CharlieBrady 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.
Title: Re: website error Call to undefined function: curl_init()
Post by: judgej 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