Cannot modify header warning. Help please

Hi there,

I am receiving this message:

Warning: Cannot modify header information - headers already sent by (output started at /home/micha328/public_html/rollonin.com/index.php:1) in /home/micha328/public_html/rollonin.com/wp-includes/pluggable.php on line 1223

I am also unable to log into my wp-admin.


I’ve checked my x theme functions.php and there is no space or anything before the <?php


I’ve replaced WP_DEBUG with:

ini_set(‘display_errors’,‘Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);


I renamed my plugin folder to plugins-back to disable them. And am still getting the same error.

Is there any other suggestions?

Please help!

Thank you,
Michael

Hello Michael,

Thanks for writing in!

The error message you are getting is coming from /wp-includes/ folder. X Theme and Cornerstone get installed under /wp-content/ folder. As for the error message, I suggest you to get in touch with hosting provider for help.

You can also take a look at following resource to get started:

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.