preliminar feedback on ck 0.14 -> 0.19 migration

0 views
Skip to first unread message

Vincent Cardon

unread,
Apr 26, 2006, 12:33:42 PM4/26/06
to CK-E...@googlegroups.com
Hi all,

here is our preliminary feedback on migration from ck 0.14 -> 0.19 :
- new environment : mandriva 2006 apache 2.x php 5 eGW 1.2 (note : be sure to install the iconv library!)
- import all the eGW + CK tables
- upgrade eGW tables
- create new ck i18n tables :
CREATE TABLE ck_i18ncode (id int unsigned PRIMARY KEY auto_increment ,langcode varchar(10),description text,installed text,charset text,control int DEFAULT 100);
CREATE TABLE ck_i18n (id int unsigned PRIMARY KEY auto_increment,module varchar(15),langcode varchar(10),i18nkey text,i18nval text,control int DEFAULT 100);
CREATE TABLE ck_i18nnew (id int unsigned PRIMARY KEY auto_increment,module varchar(15),langcode varchar(10),i18nkey text,i18nval text,control int DEFAULT 100);
- populate the tables :
call http://192.168.149.35/egroupware/ck-admin/admini18n.php
- I don't remember if I had to tell the i18n admin of the new fr-fr language code... So if need add it :-)

ck+egw is becoming is real cool tool for the business. Keep up the effort..

Vince

C K Wu

unread,
Apr 26, 2006, 10:03:16 PM4/26/06
to CK-E...@googlegroups.com
Hi, Vincent,

Thank you for the feedback. Would you mind if I post this note at the
Documentation Section of http://ck-erp.org

Cheers,
CK

Vincent Cardon

unread,
Apr 27, 2006, 12:45:42 AM4/27/06
to CK-E...@googlegroups.com
you may post it in the doc section, as it might be useful to others. Vince
Reply all
Reply to author
Forward
0 new messages