Kris Gainsforth ([EMAIL PROTECTED]) wrote: > > > After importing an LDIF Address book, I thought I'd send a mail, no problem. > I opened up the Address book function of the e-mail and it worked. > > But if I go directly into address book, it does read the DB, because it's > telling me there's 57 addresses, but it will not render any of the addresses > on the screen, just the headers. > > I'm not great at debugging, can anyone tell me where I need to look to try to > resolve this?Sent from the phpGroupWare forums @ > http://forums.phpGroupWare.org >
i am not sure, but probably the owner of the contacts isn't your user, you can check this in DB select account_id from phpgw_accounts where account_lid='youruser'; select * from phpgw_contact; if it's true update with your account_id and report this bug. regards. -- Jonathan Alberto Rivera Gomez Grupo de Usuarios de GNU/Linux - UANL http://linuxuanl.org _______________________________________________ phpGroupWare-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-users
