a few errors

1. Boonex Feeds block cant loaded.

 

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

Quote · 7 Nov 2012

utils.inc.php on line 1152 curl_setopt($rConnect, CURLOPT_FOLLOWLOCATION, 1);

For what is this? safe_mode is disanble open_basedir no value..

Quote · 9 Nov 2012

Google it.

http://php.net/manual/en/function.curl-setopt.php

When on it allows curl to follow header redirect to a different location if needed. Such as when the page is moved.

However. safe_mode is enabled or an open_basedir is set. You claim they are not, but seriously. One of them must be. computers do not lie.

So talk to your host. You may have a weird hosting setup where php settings are not the same in each folder throughout the site. In other words, dolphin may be reporting one thing, but that script is in your admin folder. utils.inc.php is in the inc folder. I am sure your don't get the idea here which is why you should bring it up to your host. As long as they know hosting, they will know what to do. Sadly, some hosting companies are run from some kids basement and they don't actually know what they are doing.


https://www.deanbassett.com
Quote · 9 Nov 2012

 

Google it.

http://php.net/manual/en/function.curl-setopt.php

When on it allows curl to follow header redirect to a different location if needed. Such as when the page is moved.

However. safe_mode is enabled or an open_basedir is set. You claim they are not, but seriously. One of them must be. computers do not lie.

So talk to your host. You may have a weird hosting setup where php settings are not the same in each folder throughout the site. In other words, dolphin may be reporting one thing, but that script is in your admin folder. utils.inc.php is in the inc folder. I am sure your don't get the idea here which is why you should bring it up to your host. As long as they know hosting, they will know what to do. Sadly, some hosting companies are run from some kids basement and they don't actually know what they are doing.


  here php.ini

; open_basedir, if set, limits all file operations to the defined directory

; and below.  This directive makes most sense if used in a per-directory

; or per-virtualhost web server configuration file. This directive is

; *NOT* affected by whether Safe Mode is turned On or Off.

;open_basedir =

 

; Safe Mode

;

safe_mode = Off

Quote · 11 Nov 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.