phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[phpGroupWare-users] Re: HELP- Problems on installation LANG


From: Patrick Bay
Subject: [phpGroupWare-users] Re: HELP- Problems on installation LANG
Date: Tue, 1 May 2007 14:03:20 -0700 (MST)


Just wanted to follow up...I followed another thread describing a similar 
problem. I ended up dropping the db and then re-creating it. I also updated the 
file "phpgwapi/setup/tables_current.inc.php" at line 153. The existing 
statement was replaced with:
'phpgw_lang' => array(
                        'fd' => array(
                        'message_id' => array('type' => 'varchar','precision' 
=> '255','nullable' => False,'default' => ''),
                        'app_name' => array('type' => 'varchar','precision' => 
'25','nullable' => False,'default' => 'common'),
                        'lang' => array('type' => 'varchar','precision' => 
'5','nullable' => False,'default' => ''),
                        'content' => array('type' => 'text')
                        ),
                        'pk' => array('message_id','app_name','lang'),
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()
                        ),

I don't know if you should do this before a new install or if you need to 
re-install the db but it seems to have fixed the issue!
Sent from the phpGroupWare forums @ http://forums.phpGroupWare.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]