Below is the error I've been reciving while trying to run a script on my server:
I've googled this error and it seems to be quite common. Some say its safe_mode and/or open_basedir related, while others said somewhere along PHP4 upgrades, PHP developers crippled the curl_setopt (or was it curlopt_followlocation) due to possible server exploits.
Does anyone have any experience with this? Any possible work arounds? If it matters, the script is the yellowpages.ca scraper that was available from here in the past. It used to provide me with a full list of data but now it only returns an empty xml and cvs file
*any help will be very appreciated
In the past this script ran perfectly fine until I had lunarpages upgrade my hosting to PHP5 (in order to run other unaffiliate scripts). I have no actual knowledge in PHP so I'm absolutely clueless.Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/domain/public_html/addon_domain/script_folder/includes/functions.php on line 32
I've googled this error and it seems to be quite common. Some say its safe_mode and/or open_basedir related, while others said somewhere along PHP4 upgrades, PHP developers crippled the curl_setopt (or was it curlopt_followlocation) due to possible server exploits.
Does anyone have any experience with this? Any possible work arounds? If it matters, the script is the yellowpages.ca scraper that was available from here in the past. It used to provide me with a full list of data but now it only returns an empty xml and cvs file

*any help will be very appreciated