Quote:
Originally Posted by maxicep
And how can i enable that function ? do u know ?
can i enable the curl_setopt function in my server side ?
*P.S: server is mine. So i can configure it too if u know what should i edit on server side about safe mode configuration.
Thx for help
|
In your global
php.ini file, find the line that says:
and change it to:
* Note: To find the location of your php.ini file, in your vBulletin AdminCP click on Maintenance -> View PHP info and look for the line
Loaded Configuration File.
Once you make the change, you'll need to restart your web server. Assuming it's apache, it can be done by issuing the command "apachectl restart" (as root) from the command line.