Simple Invoices logo
    • CommentAuthorjustin
    • CommentTimeNov 16th 2007 edited
     permalink
    Hi All,

    when you select

    1 - the Norwegian language
    and
    2- to enable the login system

    you get those damn php session start errors - normally the fix is to just removed any trailing white spaces from the files but with this issue i can't find any

    Can someone have a quick look at this

    Cheers

    Justin
    • CommentAuthorapmuthu
    • CommentTimeJan 9th 2008 edited
     permalink
    Is this still an issue? The lang files seem to be in order.
    • CommentAuthorjustin
    • CommentTimeJan 11th 2008 edited
     permalink
    hey ap

    yep - think its still an issue

    i know that on our demo site that if someone changes it to norwegian everything goes wierd

    update: just tried it in nextrelease and its still getting the errors, so yes this is still an issue

    Cheers

    Justin
    • CommentAuthorapmuthu
    • CommentTimeJan 20th 2008 edited
     permalink
    This issue has been fixed in both the next release and trunk branches - SVN 1455 and SVN 1456.
    Translators should take care to check the lang.php file in a hex editor to see that the three leading bytes should not be: EF BB BF - in fact the first set of characters should be those in the opening php tag as in [code]<?php[/code]

    This was so for the [u]no-nb[/u] , and [u]ls[/u] languages in both branches and in the [u]da[/u] language in the trunk.
    • CommentAuthorjustin
    • CommentTimeJan 20th 2008 edited
     permalink
    Thanks Ap

    Cheers

    Justin