Page 1 of 1

Bug in plugins/serendipity_event_textile/textile.php

Posted: Fri Apr 09, 2004 4:37 pm
by astrum
Very simple: empty lines after the trailing "?>".

Those lines cause the well known "headers already sent"-error:

Code: Select all

Warning: Cannot modify header information - headers already sent by (output started at (my path)/plugins/serendipity_event_textile/textile.php:1098) in (my path)/index.php on line 156
Removing the trailing empty lines fixes the error.

Affects serendipity-0.6-rc1.tar.gz (don't know about others).

-- Matthias

Posted: Sat Apr 10, 2004 3:25 am
by tomsommer
Thanks :) Bug it please :)

Posted: Sat Apr 10, 2004 3:01 pm
by garvinhicking
tomsommer wrote:Thanks :) Bug it please :)
It was already fixed in 0.6.1-CVS, but needs backporting...have no time currently...

Posted: Tue Apr 13, 2004 2:51 pm
by garvinhicking
Now backported to 0.6-rc1 (waiting to become -rc2)