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.
Fatal error help!
Moderator: General Moderators
- angelicodin
- Forum Commoner
- Posts: 81
- Joined: Fri Nov 13, 2009 3:17 am
- Location: Oregon, USA
Re: Fatal error help!
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!
I think you need to install the cURL extension.