Bug in plugins/serendipity_event_textile/textile.php
Posted: Fri Apr 09, 2004 4:37 pm
Very simple: empty lines after the trailing "?>".
Those lines cause the well known "headers already sent"-error:
Removing the trailing empty lines fixes the error.
Affects serendipity-0.6-rc1.tar.gz (don't know about others).
-- Matthias
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 156Affects serendipity-0.6-rc1.tar.gz (don't know about others).
-- Matthias