Cannot modify header information – headers already sent (solution)
-
In Regards to Patrich Beuken‘s Topic, wich was marked as resolved but with no answer given, here’s my solution:
If you don’t need the debug output,
in wp-content/plugins/wp-invites/wp-invites.php line 26 change
echo "\n<!--wp-invites debug:\n" . implode("\n\n", $this->debug_log) . "\n-->";
to
//echo "\n<!--wp-invites debug:\n" . implode("\n\n", $this->debug_log) . "\n-->";
basically deactivating this line.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Cannot modify header information – headers already sent (solution)’ is closed to new replies.