i m running mp3site so when i try to search something i got following error on top of my website here is error Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /var/www/user/data/www/domain.com/includes/class/_class_curl.php on line 60 Warning: curl_exec() has been disabled for security reasons in /home/admin/domain.com/includes/class/_class_curl.php on line 75 Warning: curl_setopt(): but safe_mode is off i have vps which is kloxo running on it please help me how i fix this thanks
Hello there, You will have to edit your php.ini file to remove the line that disables curl_exec (thus enabling it). Once that error clears up, you can see if the first error goes away as well. Regards, Chris
Enable curl_exec in your php.ini file and disable display_errors option in the same configuration file as well.