I have just installed Roundcube version 0.2.2 and I think that I have found an error in the Danish translation files. A blank line at the end of both labels.inc and messages.inc seems to cause problems.
Where do I report this issue?
Thanks,
Mads
Quote from: Red5;19368Where do I report this issue?
Here!?:
Pending Issues - RoundCube Webmail Forum (http://www.roundcubeforum.net/pending-issues/)
Greetz PhillB
There was an update to the Danish translation in the trunk a little while ago, I think the issue may have been fixed then, if possible please try it. Dev_SVN ? RoundCube Webmail (http://trac.roundcube.net/wiki/Dev_SVN)
There are "invisible" signs behind the closing php tag. Just remove all bottom lines up to the tag (?>).
Thank you all.
It does seem to have been corrected in the current trunk:
https://svn.roundcube.net/trunk/roundcubemail/program/localization/da_DK/
So if anyone else experiences problems with a blank page after login and the following errors in the logfile, downloading the new labels.inc and messages.inc might fix the problem. Like rosali wrote it can also be fixed by deleting any characters outside the tags.
[noparse]
PHP Warning: Cannot modify header information - headers already sent by (output started at /.../program/localization/da_DK/labels.inc:268) in Unknown on line 0
PHP Warning: Cannot modify header information - headers already sent by (output started at /.../program/localization/da_DK/labels.inc:268) in /.../program/include/rcube_template.php on line 264
PHP Warning: Cannot modify header information - headers already sent by (output started at /.../program/localization/da_DK/labels.inc:268) in /.../program/include/rcmail.php on line 954
[/noparse]
Thanks,
Mads