• Hello,

    I recently upgraded Better WP Security to iThemes security, and like many of you, I’ve encountered an error.

    My forced SSL is no longer working, my hidden backend is no longer working, and iThemes is telling me I have reccomended features disabled, when they are actually enabled.

    I can access my site and the admin dashboard, but whenever I try to make changes within the iThemes plugin itself, I get this error.

    Warning: Cannot modify header information - headers already sent by (output started at /home/(mywebsite)/public_html/wp-config.php:110) in /home/(mywebsite)/public_html/wp-includes/pluggable.php on line 896

    Line 896 of pluggable.php is this:

    header("Location: $location", true, $status);

    What could be going on?

    https://ww.wp.xz.cn/plugins/better-wp-security/

Viewing 1 replies (of 1 total)
  • Hiya TrueNorthTimes,

    You are looking in the wrong file; pluggable.php is suffering the result of an error in your wp-config.php file at line 110. The first file mentioned is the one (usually) with the error. It’s usually an extra space at beginning/end of file.

    HTH

Viewing 1 replies (of 1 total)

The topic ‘Cannot modify header information – headers already sent’ is closed to new replies.