Pages

Tuesday, November 17, 2009

Fatal error: Call to undefined function: curl_init()




Today i've found this error. Maybe to some people this error just nothing to them but for me..this error nearly crackin my head..hehe (because i've been stop doing programming about nine month)

So i did asking Uncle Google, then i've found one good solution at this forum :hotscripts.com
So the genius forumers there had suggest to use this method:
  1. you need to stop apache 1st
  2. then you find the php.ini file in apache folder i.e: ..\xampp\apache\bin\php.ini
  3. then you find the word 'curl' inside the php.ini...(you can open this file using notepad or your editor)
  4. you will find this ==> ;extension=php_curl.dll
  5. to enable the curl_init(), you must remove the semi-colon (;) like this ==> extension=php_curl.dll
  6. save your changing
  7. restart back your apache
  8. then run back your website
  9. done..
cool rite??

No comments: