PDA

View Full Version : i get this error


deathemperor
12-01-2007, 03:46 PM
my php :5.2.4

vbulleetin:3.6.8


PHP Fatal error: Call to undefined function curl_init() in /home/xxxxxxx/public_html/includes/functions_vba_links_savelink.php on line 99, referer: http://www.xxxxxxx.com/links/addlink.php?c=15

any fix for this

KW802
12-02-2007, 12:50 AM
CURL is a function on your server that allows vBa Links to connect to the remote site that is being added to vBa Links to automatically retrieve the sites meta data.

The error is indicating that CURL is not available on your server.

Try choosing ACP (Admin Control Panel) => vBa Links => Modify Settings => Main Options => Remote Site Function and changing the drop-down value from CURL to fsockopen instead.