Results 1 to 4 of 4

Thread: Fatal error: Call to undefined function: curl_init() in

  1. #1
    Join Date
    Oct 2005
    Posts
    144

    Fatal error: Call to undefined function: curl_init() in

    Whenever i run a script i am getting this error so can anyone help me comfigure Php with curl support with any refrence ot tip?
    Many thanks

  2. #2
    Join Date
    Dec 2007
    Posts
    1,599
    It all depends on your system so you can see the installation section here that might help you.

  3. #3
    Join Date
    Jun 2006
    Posts
    623
    It happens mostly if curl support is disabled. So what you can do is create a .php file with phpinfo(); command by checking it and on the reulting page browse to this & search for the curl. There is going to be a listing for it if support is enabled.

    PHP Code:
    <?php 
    phpinfo
    (); 
    ?>

  4. #4
    Join Date
    Oct 2005
    Posts
    144
    I am not able to find curl even after uploading php file for it. Please help

Similar Threads

  1. Replies: 3
    Last Post: 18-11-2011, 07:25 PM
  2. Replies: 4
    Last Post: 28-01-2010, 09:35 PM
  3. Fatal Error : Call to undefined function simplexml_load_file()
    By Ananias in forum Software Development
    Replies: 3
    Last Post: 02-06-2009, 05:43 PM
  4. Fatal Error: Call to undefined function ocilogon ()
    By Stefan09 in forum Software Development
    Replies: 5
    Last Post: 02-04-2009, 09:34 PM
  5. PLEASE HELP!!! Error DLL Function call crashed
    By nhet in forum Windows XP Support
    Replies: 2
    Last Post: 13-10-2008, 01:33 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,694,245.88098 seconds with 16 queries