Fatal error: Call to undefined function: curl_init() ??
I am getting the following error when running a script on our server:Fatal error: Call to undefined function: curl_init() in /home/random/public_html/tail/lib/egold.php on line 97
And line 97 of egold.php is: $handler=curl_init($url);
I do have CURL already installed in WHM.
Any idea why it's not working ?
Thanks