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 _______________________________________________ phpGroupWare-users mailing list phpGroupWare-users@gnu.org http://lists.gnu.org/mailman/listinfo/phpgroupware-users