Sat Dec 3 13:07:43 2005

Ticket #1556 (Closed: fixed)

russian language breaks the HTML UI


Priority: normal Reporter: maroy
Severity: minor Assigned to: sebastian
Component: HTML UI Status: closed
Version: 1.0.x Resolution: fixed
Milestone: 1.1.x Keywords:  

Description by maroy:

when trying to log in in russian, I get the following error in the login confirmation page:

Fatal error: Cannot use object of type PEAR_Error as array in /home/darkeye/src/livesupport/livesupport/src/modules/htmlUI/var/localizer/LocalizerFileFormat.php on line 205

Attachments

Changelog

Mon Dec 5 14:27:02 2005: Modified by sebastian

  • resolution set to worksforme
  • status changed from new to closed

With the 1.0.2-2 package and the present version from SVN-trunk it is fine. Please check again. (just some translations are missing)

Mon Dec 5 17:52:59 2005: Modified by fgerlits

  • resolution cleared
  • status changed from closed to reopened

I have trouble with the Russian localization, too (in the trunk, development environment, not installed version).

The page is cut off at line 388; the last few lines look like this:

.
.
.
function collector_switchAll(formname)
{
    var n;
    for (n = 0; n < document.forms[formname].elements.length; n++) {
        if (document.forms[formname].elements[n].type == 'checkbox') {
            document.forms[formname].elements[n].checked = document.forms[formname].elements['all'].checked;
        }
    }
}
function collector_clearAll(formname, action)
{
    if (confirm("

This only happens with Russian, all the other languages I tried were OK, including Arabic.

Mon Dec 5 23:48:07 2005: Modified by maroy

    did an svn update (for the trunk, not the 1.0.x branch), and got the same error :(

    Fatal error: Cannot use object of type PEAR_Error as array in /home/darkeye/src/livesupport/livesupport/src/modules/htmlUI/var/localizer/LocalizerFileFormat.php on line 205
    

    Tue Dec 13 16:04:29 2005: Modified by sebastian

    • resolution set to fixed
    • component changed from End-user Documentation to HTML UI
    • version changed from 1.1 to 1.0.x
    • status changed from reopened to closed

    Russin translation was never done, just some serbian words are in. It is removed from login sreen now.


    Add/Change #1556 (russian language breaks the HTML UI)




    Change Properties






    Action