Page 1 of 1

Fatal error help!

Posted: Tue Nov 17, 2009 11:50 pm
by jp89
Hello,
I'm new to this forum and the php language. I have a problem that hopefully you all can help me with. I am currently running Xampp on my local windows machine. I have a script installed but it doesn't seem to be working properly. When I go to submit something on the script this prompt comes up:

Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\CMS\submitter\Curl.class.php on line 9

If any one knows how I could fix this it would be greatly appreciated. Thanks in advance.


PS. if you need more information about my situation, I can give you more.

Re: Fatal error help!

Posted: Wed Nov 18, 2009 1:15 am
by angelicodin
Might need some more info but it sounds like there is a user defined function that is trying to be called but was never set, or is not being included in the page your executing. Know what I'm talking about?

Re: Fatal error help!

Posted: Wed Nov 18, 2009 5:07 am
by jackpf
I think you need to install the cURL extension.