Dokuwiki Keyboard Plugin

Tasklist

FS#12 - Language file problem (+ solution)

Attached to Project: Dokuwiki Keyboard Plugin
Opened by Anonymous Submitter - Friday, 30 March 2007, 14:39 GMT+2
Task Type Bug Report
Category
Status Closed
Assigned To No-one
Operating System Platform independent
Severity Low
Priority Normal
Reported Version 2005/10/10
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

After updating DokuWiki to `dokuwiki-2006-11-06.tgz' I always get this error when saving pages with keyboard tags:
***
Warning: Cannot modify header information - headers already sent by (output started at /wiki/lib/plugins/keyboard/lang/en/lang.php:1) in /wiki/inc/actions.php on line 287
***

It was hard to find (at least for me), but the solution is easy: The language files provided with your .zip or tar.gz archives are in wrong format. These are in UTF-8, but DokuWiki (or some other software underlying) needs it in UTF-8 without a Byte Order Mark (BOM). (I used Notepad++ to convert.)

Best would be to take the content from keyboard#langenlang.php and keyboard#langdelang.php, save it correctly, and upload new archives.
This task depends upon

Closed by  Gina Häußge (foosel)
Friday, 30 March 2007, 17:24 GMT+2
Reason for closing:  Fixed
Additional comments about closing:  Tested with fresh install of dokuwiki-2006-11-06, should work now.

Loading...