When I try to suggest link I get that error:
curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set w pliku /home/lewczuk/public_html/drupal-4.7.4/modules/easylinks/easylinks.module, line 224
I use:
MySQL 4.1.21-standard
PHP 4.4.4
Drupal 4.7.4
Comments
Comment #1
Gurpartap Singh commentedTurn PHP safe_mode Off in your php.ini, if accessible.
Comment #2
lewmich commentedbut what should I do when I can not switch of safe mode?
Comment #3
Gurpartap Singh commentedTry comment out line no. 296.
i.e. Replace:
$ret = curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);with
//$ret = curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);Let me know if easylinks general procedures behave normally.
Comment #4
Gurpartap Singh commented