Fatal error help!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jp89
Forum Newbie
Posts: 1
Joined: Tue Nov 17, 2009 11:45 pm

Fatal error help!

Post 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.
User avatar
angelicodin
Forum Commoner
Posts: 81
Joined: Fri Nov 13, 2009 3:17 am
Location: Oregon, USA

Re: Fatal error help!

Post 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?
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: Fatal error help!

Post by jackpf »

I think you need to install the cURL extension.
Post Reply