https://bugzilla.wikimedia.org/show_bug.cgi?id=23468
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #2 from Roan Kattouw <[email protected]> 2010-05-11 11:07:06 UTC --- (In reply to comment #0) > Yesterday, after long debugging, I found out that creating custom system > messages (that is, new ones, not those lists by Special:AllMessages before) > breaks that very special page -- it will then result in a 500 "internal server > error". The Apache error log merely states "Permature end of script headers in > index.php". This is a bug in one of your extensions or custom code. One of your .php files (MediaWiki or extensions) has a newline before the opening <?php tag or after the closing ?> tag (the latter is redundant and can be omitted). That newline has to be removed. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
