Bug in plugins/serendipity_event_textile/textile.php

Found a bug? Tell us!!
Post Reply
astrum
Posts: 1
Joined: Fri Apr 09, 2004 4:33 pm

Bug in plugins/serendipity_event_textile/textile.php

Post 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
tomsommer
Core Developer
Posts: 240
Joined: Tue Sep 02, 2003 6:43 pm
Location: Denmark
Contact:

Post by tomsommer »

Thanks :) Bug it please :)
Tom Sommer (Serendipity Core Developer)
http://blog.dreamcoder.dk
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

tomsommer wrote:Thanks :) Bug it please :)
It was already fixed in 0.6.1-CVS, but needs backporting...have no time currently...
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Now backported to 0.6-rc1 (waiting to become -rc2)
Post Reply