• Resolved Aaron

    (@aaron13100)


    Hello, just FYI …

    Version 3.8

    Notice: Undefined index: HTTP_CLIENT_IP in /…/public_html/…/wp-content/plugins/bulletproof-security/bulletproof-security.php on line 52

    Warning: Cannot modify header information – headers already sent by (output started at /…/public_html/…/wp-content/plugins/bulletproof-security/bulletproof-security.php:52) in /…/public_html/…/wp-includes/functions.php on line 5946

    Warning: Cannot modify header information – headers already sent by (output started at /…/public_html/…/wp-content/plugins/bulletproof-security/bulletproof-security.php:52) in /…/public_html/…/wp-admin/includes/misc.php on line 1252

    Warning: Cannot modify header information – headers already sent by (output started at /…/public_html/…/wp-content/plugins/bulletproof-security/bulletproof-security.php:52) in /…/public_html/…/wp-admin/admin-header.php on line 9

    To reproduce, use
    error_reporting(E_ALL);
    ini_set(‘display_errors’, ‘1’);
    in a php file, even in a different plugin.

    cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author AITpro

    (@aitpro)

    Debugging actually causes the “Cannot modify header information – headers already sent…” error. ??

    I’ll check the Notice: Undefined index: HTTP_CLIENT_IP error and fix it in the next BPS version if needed.

    Plugin Author AITpro

    (@aitpro)

    You should be using the WordPress WP_DEBUG constant in your wp-config.php file to do debugging. Make sure to turn if off after you are done debugging.

    Debugging in WordPress

    • This reply was modified 5 years, 3 months ago by AITpro.
    Plugin Author AITpro

    (@aitpro)

    Resolving thread – this was a non-issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Undefined index, Cannot modify header’ is closed to new replies.