Curl Error

Not sure what this is all about, comes up on my website

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/digita33/public_html/inc/utils.inc.php on line 1053


Then here is the code its pointing me to

curl_setopt($rConnect, CURLOPT_FOLLOWLOCATION, 1);



If i remember correctly i had this abotu a year ago as well when i installed the software to my host.

Quote · 19 Jul 2012

 

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/digita33/public_html/inc/utils.inc.php on line 1053

I highlighted the two posibilities above. This is a hosting issue. Go into admin->tools->Host Tools under the audit tab. Is anything showing up a failed?

You can get around that problem by changing that line of code from this.

curl_setopt($rConnect, CURLOPT_FOLLOWLOCATION, 1);

to This

curl_setopt($rConnect, CURLOPT_FOLLOWLOCATION, 0);

Or comment out the line like this.

//curl_setopt($rConnect, CURLOPT_FOLLOWLOCATION, 1);

But that is just a band-aid, not a fix. That change can cause problems with some features on the site. Anything that uses curl. Such as facebook modules, and perhaps rss feeds as well. Could be other problems.

Your host is not fully compliant with dolphins hosting requirements, so the proper solution is to get your host to correct it, or find another host if they refuse.


https://www.deanbassett.com
Quote · 19 Jul 2012

What host are you using? If you go under "host tools" in admin does it show everything meets the requirements?

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 19 Jul 2012

Moved.  This isn't a bug.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 19 Jul 2012

Sorry for the delay, computer was down. 

 

What "Host Tools" are you talking about?

 

I had this problem a year ago and fixed it with support help but cant remember that login info or anything about it

 

Im using hosting24.com for now until we need to move somewhere else or find something better

Quote · 29 Jul 2012

Host Tools is located under Administration -> Tools.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 29 Jul 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.