Actual problem:
1)When I create new user in egroupware and give to him permission to see addressbook, it’s stay empty. I tried different configuration and revision of egroupware(egroupware addressbook to) , but it’s unchanged.
2)When new user create entry in his local addressbook it’s stay empty.
Other application work OK.
Old users can see addressbook with all entries.
Fix found in egw_preference table:
I have copied preference from old user to new, after re-login, addressbook work perfect.
Below you can see the copied preference from new and old users:
for new user id 71:
a:3:{s:11:“index_state”;s:180:“a:6:{s:6:“filter”;s:3:”-15";s:6:“cat_id”;s:0:"";s:5:“order”;s:7:“n_given”;s:4:“sort”;s:3:“ASC”;s:10:“col_filter”;a:1:{s:3:“tid”;i:0;}s:8:“org_view”;s:0:"";}";s:32:“nextmatch-addressbook.index.rows”;s:275:“n_fileas_n_given_n_family_n_family_n_given_org_name_n_family_n_given_n_fileas,role,cat_id,photo,bday,business_adr_one_countryname_adr_one_postalcode,home,tel_work_tel_cell_tel_home,url_email_email_home,note,distribution_list,calendar_calendar,contact_created_contact_modified”;s:11:“add_default”;s:2:“71”;}
for old user id 56:
a:1:{s:11:“index_state”;s:186:“a:6:{s:6:“filter”;s:0:”";s:6:“cat_id”;s:2:“52”;s:5:“order”;s:7:“n_given”;s:4:“sort”;s:4:“DESC”;s:10:“col_filter”;a:1:{s:3:“tid”;s:1:“n”;}s:8:“org_view”;s:0:"";}";}
This users are in same group. They created by different version of egroupware (Old - EGW 1.6, new - EGW 1.8)
Waiting for your suggestions how to fix this problem,to work without copying preference in database from old to new.
With respect, Anton.