Author Topic: Globaladdressbook updated, not finding contacts now  (Read 3623 times)

Offline jmeander

  • Jr. Member
  • **
  • Posts: 17
Globaladdressbook updated, not finding contacts now
« on: August 08, 2013, 09:27:13 AM »
Updated roundcube to latest on Tuesday, and ditto globaladdressbook plugin. Previously, it had been working just fine. My config file was:
Code: [Select]
$rcmail_config['globaladdressbook_user'] = 'global';

$rcmail_config['globaladdressbook_readonly'] = true;

$rcmail_config['globaladdressbook_admin'] = 'me@yaddayadda.com';

$rcmail_config['globaladdressbook_autocomplete'] = true;

New config file:
Code: [Select]
$config['globaladdressbook_user'] = 'global';

$config['globaladdressbook_readonly'] = true;

$config['globaladdressbook_groups'] = true;

$config['globaladdressbook_admin'] = 'me@yaddayadda.com';

$config['globaladdressbook_autocomplete'] = true;

$config['globaladdressbook_check_safe'] = true;

Under old version, there is one shared global address book all users can see and not edit. Only I can edit. Everything worked/works beautifully, but we really need contact groups in that global book.

With new plugin version enabled, we get no errors, but none of the global address book contacts are visible any more.

Switch back to the old plugin version and the global address book contacts become visible again.

Still in the old version, I can create contact groups in the global book and add existing global contacts to those groups but after logout/login, those contact groups are invisible. Those groups are still in the database, however, as I can load a global contact's details and there are check boxes with the groups to which I added that user. (See screen shots.) But that's with the OLD plugin enabled, which is odd. Go back to the new version and all my global contacts are invisible again.

I need to get the new plugin to display the user 'global's contacts, as well as the contact groups I've created. Not sure what I'm missing in the config but I've mangled something!

Thanks for any suggestions.


Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,855
Re: Globaladdressbook updated, not finding contacts now
« Reply #1 on: August 08, 2013, 11:04:45 AM »
Quote
Updated roundcube to latest on Tuesday
What does latest mean? git-master or 0.9.2?
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline jmeander

  • Jr. Member
  • **
  • Posts: 17
Re: Globaladdressbook updated, not finding contacts now
« Reply #2 on: August 08, 2013, 11:22:35 AM »
0.9.2, sorry.

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,855
Re: Globaladdressbook updated, not finding contacts now
« Reply #3 on: August 08, 2013, 11:33:32 AM »
please use the version of globaladdressbook tagged for your version of roundcube not git-master (that is for the git-master version of rc)

https://github.com/JohnDoh/Roundcube-Plugin-Global-Address-Book/releases
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline jmeander

  • Jr. Member
  • **
  • Posts: 17
Re: Globaladdressbook updated, not finding contacts now
« Reply #4 on: August 08, 2013, 12:02:01 PM »
Brilliant! All fixed. Thank you. Don't know how I got the wrong version.  :-[