ispCP - Board - Support
Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: Spanish Corner (/forum-29.html)
+--- Thread: Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION (/thread-12406.html)



Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION - mixgo7 - 12-10-2010 12:49 PM

Holas ,
Quote:Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /var/www/virtual/xxxx/xxx/xxxx/htdocs/xxxx.php on line 50


me da ese error con CURL,
tengo safe_mode = ON


que puedo hacer .???


RE: Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION - kurgans - 12-10-2010 06:16 PM

Configurar el php.ini de ese dominio y adaptarlo a lo que necesita

php.ini del dominio -> /var/www/fcgi/dominio.tld/php5/php.ini

Reinicia apache despues del cambio


RE: Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION - mixgo7 - 12-10-2010 08:25 PM

ya lo modifique deje el
safe_mode On
y el
open_basedir = none pero sigue el error .... nose como solucionarlo ya que en i nternet no sale mucho sobre el error


RE: Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION - kilburn - 12-10-2010 09:15 PM

Quote:Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /var/www/virtual/xxxx/xxx/xxxx/htdocs/xxxx.php on line 50

En castellano:
Code:
Aviso: curl_setopt(): CURLOPT_FOLLOWLOCATION no se puede activar cuando safe_mode está activo o open_basedir está definido.

Es decir, desactiva el safe_mode (ponlo a Off) y COMENTA el open_basedir.


RE: Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION - mixgo7 - 12-11-2010 02:04 AM

esta listo muchas gracias