bugBibORB - Bugs: bug #12959, language problem on redhat 9

 
 

bug #12959: language problem on redhat 9

Submitter:  None
Submitted:  Wed 04 May 2005 01:41:51 AM UTC
   
 
Category:  Internationalization Severity:  3 - Normal
Item Group:  Errors Status:  None
Assigned to:  None Open/Closed:  Open
Release:  * CVS Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 30 Jun 2005 01:46:26 PM UTC, comment #4: 

I could solve this problem for me, by changing function msg($string) in php/i18n.php :


function msg($string){
    $r_string = $string;
    if (isset($_SESSION[$_SESSION['language']])
        and
    array_key_exists($string, $_SESSION[$_SESSION['language']]) ){
       $r_string = $_SESSION[$_SESSION['language']][$string];
    }
    return $r_string;
}

Alex <schurik>
Thu 30 Jun 2005 11:29:01 AM UTC, comment #3: 

I have the same problem on Suse 9.2

Error: Undefined index: en_US

Error at line 95 of file i18n.php

Anonymous
Tue 31 May 2005 07:59:46 PM UTC, comment #2: 

On debian 3.2 with 4.3.10-15 occors the same.

Anonymous
Mon 23 May 2005 10:27:25 AM UTC, comment #1: 

Same here with 1.3.3 and the german localisation:

Error: Undefined index: de_DE

Error at line 95 of file i18n.php

Anonymous
Wed 04 May 2005 01:41:51 AM UTC, original submission:  

when doing a fresh install of 1.3.3 RC2 or the CVS version on a redhat 9 machine (on which 1.3.2-3 runs perfectly), the following error appears when pointing to the right URL.

Error: Undefined index: en_US

Error at line 95 of file i18n.php

PHP 4.3.5 (Linux)
BibORB 1.3.3 RC 2 (30 April 2005)

This version works perfectly on my Fedora Core 3 machine otherwise.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-caa5.
Corresponding source code