Page 1 of 1

Question regarding error msg after adding plugin

Posted: Fri Sep 09, 2005 4:47 pm
by Untamed
After adding the new user plug in and fixing all my subsequent ommissions (gasp) I still have the following error at the top of all my admin pages - whether it is for the Administrator or just a regular user...

Warning: Cannot modify header information - headers already sent by (output started at /home/content/U/n/t/Untamed/html/serendipity/plugins/serendipity_event_adduser/common.inc.php:213) in /home/content/U/n/t/Untamed/html/serendipity/serendipity_admin.php on line 9



Where is this error coming from and how do I repair it so this goes away?

Re: Question regarding error msg after adding plugin

Posted: Fri Sep 09, 2005 4:52 pm
by garvinhicking
This should be quite easy - it seems that in the way you downloaded and saved the common.inc.php file you introcduced additional line blanks in the last lines.

Remove either the newlines or remove the last "?>" sign, then it doesn't matter how many trailing newlines that file contains.

Have fun,
Garvin

Posted: Fri Sep 09, 2005 4:58 pm
by Untamed
You totally ROCK!

THANKS!! :D