• Hello,

    I am in the process of installing SendinBlue on my website: https://zananorilor.ro.

    However, I am encountering the following errors, usually when logging in as an admin.

    Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set in /home/zananori/public_html/wp-content/plugins/mailin/inc/sendinblue.php on line 39

    Warning: Cannot modify header information – headers already sent by (output started at /home/zananori/public_html/wp-content/plugins/mailin/inc/sendinblue.php:39) in /home/zananori/public_html/wp-includes/pluggable.php on line 1179

    Please advise if there is a way to work around this and make these errors stop.
    P.S.: We are currently using the “Micro Plan: 40.000”.

    Thank you,
    Alexandra

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brevo

    (@neeraj_slit)

    Hi

    If you have root access, then change the “safe_mode” to “off” in php.ini file.
    Or in the .htaccess file put php_value safe_mode off.

    Best

    Thread Starter Alexandra Giula

    (@alaxandra)

    Hello,

    I have added the put php_value safe_mode off in my .htaccess, but I am still receiving the following errors:

    a. If the line is placed at the end of the file:

    Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set in /home/zananori/public_html/wp-content/plugins/mailin/inc/sendinblue.php on line 39
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/zananori/public_html/wp-content/plugins/mailin/inc/sendinblue.php:39) in /home/zananori/public_html/wp-includes/pluggable.php on line 1179

    b. If this line is placed at the beggining:

    Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set in /home/zananori/public_html/wp-content/plugins/mailin/inc/sendinblue.php on line 39
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/zananori/public_html/wp-content/plugins/mailin/inc/sendinblue.php:39) in /home/zananori/public_html/wp-content/plugins/jetpack/modules/sso.php on line 543
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/zananori/public_html/wp-content/plugins/mailin/inc/sendinblue.php:39) in /home/zananori/public_html/wp-content/plugins/jetpack/modules/sso.php on line 553

    Given this, is there anything else I can do, other then giving up sendinblue?

    Thank you,
    Alexandra

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Warning: curl_setopt() & Warning: Cannot modify header information’ is closed to new replies.